Topic 1 Question 100
A company's containerized application runs on an Amazon EC2 instance. The application needs to download security certificates before it can communicate with other business applications. The company wants a highly secure solution to encrypt and decrypt the certificates in near real time. The solution also needs to store data in highly available storage after the data is encrypted. Which solution will meet these requirements with the LEAST operational overhead?
Create AWS Secrets Manager secrets for encrypted certificates. Manually update the certificates as needed. Control access to the data by using fine-grained IAM access.
Create an AWS Lambda function that uses the Python cryptography library to receive and perform encryption operations. Store the function in an Amazon S3 bucket.
Create an AWS Key Management Service (AWS KMS) customer managed key. Allow the EC2 role to use the KMS key for encryption operations. Store the encrypted data on Amazon S3.
Create an AWS Key Management Service (AWS KMS) customer managed key. Allow the EC2 role to use the KMS key for encryption operations. Store the encrypted data on Amazon Elastic Block Store (Amazon EBS) volumes.
ユーザの投票
コメント(17)
C makes a better sense. Between C (S3) and D (EBS), S3 is highly available with LEAST operational overhead.
👍 24Chunsli2022/10/16- 正解だと思う選択肢: C
Correct Answer is C: EBS is not highly available
👍 16MXB052022/10/11 - 正解だと思う選択肢: C
Well, they said Highly available. S3 is HA by default, EBS you need to ensure it's HA.
👍 2Nandan7472022/12/28
シャッフルモード