Topic 1 Question 346
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?
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.
Store the API key in AWS Lambda environment variables. Create an AWS KMS customer managed key to encrypt the API key.
Store the API key in the code repository. Use an AWS managed key to encrypt the code repository.
Store the API key as an Amazon DynamoDB table record. Use an AWS managed key to encrypt the API key.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: B👍 6KarBiswa2024/03/22
- 正解だと思う選択肢: B
By creating a customer managed key in AWS Key Management Service (KMS), you gain full control over the encryption process.
👍 2Lucky4Life2024/05/24 - 正解だと思う選択肢: B
B is the correct answer.
👍 165703c12024/05/24
シャッフルモード