Skip to content
Paul Duvall edited this page Nov 13, 2019 · 6 revisions

Lesson 3 Quiz

Questions

1) What is the AWS Encryption SDK?

A. A software development kit for performing encryption in transit.

B. A client-side encryption library designed to make it easy for everyone to encrypt and decrypt data using industry standards and best practices.

C. A server-side encryption software development kit to generating random secret strings.

D. None of the above

2) What is AWS Secrets Manager?

A. Provides secure, hierarchical storage for configuration data management and secrets management. You can store values as plain text or encrypted data.

B. Manage single sign-on (SSO) access to multiple AWS accounts and business applications.

C.protect your web applications from common web exploits that could affect application availability, compromise security, or consume excessive resources.

D. Secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets while performing automatic secrets rotation, generating random secrets, and cross-account access.

3) Which is the name of property within the AWS::SecretsManager::Secret CloudFormation resource that randomly creates a string value and stores it in Secrets Manager?

A. GenerateSecretString

B. SecretString

C. GenerateString

D. GenerateRandomSecretString

Clone this wiki locally