300-440 · Question #45
An engineer is implementing a highly secure multitier application in AWS that includes S3. RDS, and several additional private links. Which two features are required to keep the traffic safe?…
The correct answer is A. bucket policies C. specific routing. Bucket policies: These are crucial for controlling access to the S3 buckets, ensuring that data is accessed only under specific, secure conditions (e.g., source IP, encryption status, etc.). They can enforce encryption for data both in transit and at rest. Specific routing…
Question
Options
- Abucket policies
- Bgateway load balancers
- Cspecific routing
- DEC2 super policies
- EVPC peering
How the community answered
(33 responses)- A82% (27)
- B9% (3)
- D3% (1)
- E6% (2)
Explanation
Bucket policies: These are crucial for controlling access to the S3 buckets, ensuring that data is accessed only under specific, secure conditions (e.g., source IP, encryption status, etc.). They can enforce encryption for data both in transit and at rest. Specific routing: This ensures that all traffic between application tiers (e.g., between EC2 instances and RDS, or to S3 via private links/endpoints) remains within the secure private network, preventing exposure to the public internet. This often involves using VPC endpoints and configuring route tables appropriately.
Topics
Community Discussion
No community discussion yet for this question.