Amazon ANS-C00 Practice Test 6
Question 1 / 40
You are responsible for several EC2 instances deployed from Amazon AMIs that are required to upload information to an S3 bucket. This information must not traverse the public internet. You must also be able to update the instances. Which option is your best solution?
An S3 endpoint and a NAT
An S3 endpoint
A VPN to the IP addresses specified in the AWS official S3 prefix list
A NACL with the AWS prefix list added to it and a VPN.
Comment (0)
Suggested answer: B
Explanation:
Explanation:
A NAT is not required as an S3 endpoint will allow an instance to update. C and D are not possible.