Topic 1 Question 331
A company uses Amazon Simple Queue Service (Amazon SQS) to decouple its microservices architecture. Some messages in an SQS queue contain sensitive information. A developer must implement a solution that encrypts all the data at rest.
Which solution will meet this requirement?
Enable server-side encryption for the SQS queue by using an SQS managed encryption key (SSE-SQS).
Use the aws:SecureTransport condition in the queue policy to ensure that only HTTPS (TLS) is used for all requests to the SQS queue.
Use AWS Certificate Manager (ACM) to generate an SSL/TLS certificate. Reference the certificate when messages are sent to the queue.
Set a message attribute in the SQS SendMessage request for messages that are sent to the queue. Set the Name to ENCRYPT. Set the Value to TRUE.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: A👍 4KarBiswa2024/03/19
- 正解だと思う選択肢: A
It's A it's a valid option to enable. C, D is related to in transit
👍 3Dzok50502024/05/22 - 正解だと思う選択肢: A
A is the correct answer.
👍 365703c12024/05/24
シャッフルモード