Topic 1 Question 202
A developer must provide an API key to an AWS Lambda function to authenticate with a third-party system. The Lambda function will run on a schedule. The developer needs to ensure that the API key remains encrypted at rest.
Which solution will meet these requirements?
Store the API key as a Lambda environment variable by using an AWS Key Management Service (AWS KMS) customer managed key.
Configure the application to prompt the user to provide the password to the Lambda function on the first run.
Store the API key as a value in the application code.
Use Lambda@Edge and only communicate over the HTTPS protocol.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: A
The correct answer is (A).
Storing the API key as a Lambda environment variable using an AWS Key Management Service (AWS KMS) customer-managed key is the most secure solution. AWS KMS is a managed encryption service that provides customer-managed keys. Customer-managed keys are encrypted with an AWS KMS master key, which is stored in an AWS KMS vault.
👍 5Digo30sp2023/10/06 AAAAAAAAAA
👍 1fordiscussionstwo2023/10/05
シャッフルモード