Skip to content
Paul Duvall edited this page Nov 14, 2019 · 7 revisions

Lesson 5 Quiz

Questions

1) What is the difference between AWS managed keys and Customer managed keys ?

A. TBD

2) Which CloudFormation AWS::KMS::Key property do you use to automatically rotate a KMS key?

A. EnableKeyRotation: true

B. AutoKeyRotation: true

C. RotateKey: true

D. EnableAutoRotation: true

3) What is the name of AWS managed key when encrypting a DynamoDB database in CloudFormation?

A. KMSMasterKeyId: dynamodb

B. KMSMasterKeyId: aws/dynamodb

C. KMSMasterKeyId: alias/aws/dynamodb

D. MasterKeyId: alias/aws/dynamodb

Clone this wiki locally