300-440 · Question #45
300-440 Question #45: Real Exam Question with Answer & Explanation
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: This
Question
Options
- Abucket policies
- Bgateway load balancers
- Cspecific routing
- DEC2 super policies
- EVPC peering
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.
Community Discussion
No community discussion yet for this question.