
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A hospital is designing a new application that gathers symptoms from patients. The hospital has decided to use Amazon Simple Queue Service (Amazon SQS) and Amazon Simple Notification Service (Amazon SNS) in the architecture. A solutions architect is reviewing the infrastructure design. Data must be encrypted at rest and in transit. Only authorized personnel of the hospital should be able to access the data. Which combination of steps should the solutions architect take to meet these requirements? (Choose two.)
A
Turn on server-side encryption on the SQS components. Update the default key policy to restrict key usage to a set of authorized principals.
B
Turn on server-side encryption on the SNS components by using an AWS Key Management Service (AWS KMS) customer managed key. Apply a key policy to restrict key usage to a set of authorized principals.
C
Turn on encryption on the SNS components. Update the default key policy to restrict key usage to a set of authorized principals. Set a condition in the topic policy to allow only encrypted connections over TLS.
D
Turn on server-side encryption on the SQS components by using an AWS Key Management Service (AWS KMS) customer managed key. Apply a key policy to restrict key usage to a set of authorized principals. Set a condition in the queue policy to allow only encrypted connections over TLS.
E
Turn on server-side encryption on the SQS components by using an AWS Key Management Service (AWS KMS) customer managed key. Apply an IAM policy to restrict key usage to a set of authorized principals. Set a condition in the queue policy to allow only encrypted connections over TLS.
Explanation:
Correct Answers: B and D
Why B is correct:
Why D is correct:
Why other options are incorrect:
A: Incorrect because it doesn't specify using AWS KMS customer managed key and doesn't address encryption in transit.
C: Incorrect because it doesn't specify using AWS KMS customer managed key for SNS encryption, and SNS uses key policies (not topic policies) for restricting key usage.
E: Incorrect because it suggests applying an IAM policy to restrict key usage, but for KMS keys, you should use key policies (not IAM policies) to control access to the encryption keys themselves.
Key Points: