Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 346 discussion

A company is building a serverless application. The application uses an API key to authenticate with a third-party application. The company wants to store the external API key as a part of an AWS Lambda configuration. The company needs to have full control over the AWS Key Management Service (AWS KMS) keys that will encrypt the API key and should be visible only to authorized entities.

Which solution will meet these requirements?

  • A. Store the API key in AWS Systems Manager Parameter Store as a string parameter. Use the default AWS KMS key that AWS provides to encrypt the API key.
  • B. Store the API key in AWS Lambda environment variables. Create an AWS KMS customer managed key to encrypt the API key.
  • C. Store the API key in the code repository. Use an AWS managed key to encrypt the code repository.
  • D. Store the API key as an Amazon DynamoDB table record. Use an AWS managed key to encrypt the API key.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
KarBiswa
Highly Voted 6 months, 4 weeks ago
Selected Answer: B
https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html#configuration-envvars-encryption:~:text=If%20you%20prefer,on%20the%20function.
upvoted 6 times
...
albert_kuo
Most Recent 2 weeks, 1 day ago
Selected Answer: B
The company needs to have full control over the AWS Key Management Service (AWS KMS) => customer managed key in AWS Key Management Service (KMS)
upvoted 1 times
...
preachr
2 weeks, 1 day ago
Selected Answer: B
https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars-encryption.html
upvoted 1 times
...
65703c1
4 months, 3 weeks ago
Selected Answer: B
B is the correct answer.
upvoted 1 times
...
Lucky4Life
4 months, 3 weeks ago
Selected Answer: B
By creating a customer managed key in AWS Key Management Service (KMS), you gain full control over the encryption process.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...