
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 company is storing sensitive user information in an Amazon S3 bucket. The company wants to provide secure access to this bucket from the application tier running on Amazon EC2 instances inside a VPC.
Which combination of steps should a solutions architect take to accomplish this? (Choose two.)
A
Configure a VPC gateway endpoint for Amazon S3 within the VPC.
B
Create a bucket policy to make the objects in the S3 bucket public.
C
Create a bucket policy that limits access to only the application tier running in the VPC.
D
Create an IAM user with an S3 access policy and copy the IAM credentials to the EC2 instance.
E
Create a NAT instance and have the EC2 instances use the NAT instance to access the S3 bucket.
Explanation:
Correct Answers: A and C
A. Configure a VPC gateway endpoint for Amazon S3 within the VPC.
C. Create a bucket policy that limits access to only the application tier running in the VPC.
Why other options are incorrect:
B. Create a bucket policy to make the objects in the S3 bucket public.
D. Create an IAM user with an S3 access policy and copy the IAM credentials to the EC2 instance.
E. Create a NAT instance and have the EC2 instances use the NAT instance to access the S3 bucket.
Best Practice Approach: