Amazon
DVA-C02 · Question #345
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…
The correct answer is A. Enable server-side encryption for the SQS queue by using an SQS managed encryption key. https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server- side-encryption.html
Submitted by joshua94· Mar 5, 2026Security
Question
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?
Options
- AEnable server-side encryption for the SQS queue by using an SQS managed encryption key
- BUse the aws:SecureTransport condition in the queue policy to ensure that only HTTPS (TLS) is
- CUse AWS Certificate Manager (ACM) to generate an SSL/TLS certificate. Reference the
- DSet a message attribute in the SQS SendMessage request for messages that are sent to the
How the community answered
(22 responses)- A86% (19)
- B9% (2)
- D5% (1)
Explanation
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server- side-encryption.html
Community Discussion
No community discussion yet for this question.