Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 612 discussion

A company has an application that runs on Amazon EC2 instances in a private subnet. The application needs to process sensitive information from an Amazon S3 bucket. The application must not use the internet to connect to the S3 bucket.

Which solution will meet these requirements?

  • A. Configure an internet gateway. Update the S3 bucket policy to allow access from the internet gateway. Update the application to use the new internet gateway.
  • B. Configure a VPN connection. Update the S3 bucket policy to allow access from the VPN connection. Update the application to use the new VPN connection.
  • C. Configure a NAT gateway. Update the S3 bucket policy to allow access from the NAT gateway. Update the application to use the new NAT gateway.
  • D. Configure a VPC endpoint. Update the S3 bucket policy to allow access from the VPC endpoint. Update the application to use the new VPC endpoint.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Guru4Cloud
Highly Voted 1 year ago
Selected Answer: D
The solution that will meet these requirements is to: Configure a VPC endpoint for Amazon S3 Update the S3 bucket policy to allow access from the VPC endpoint Update the application to use the new VPC endpoint The key reasons are: VPC endpoints allow private connectivity from VPCs to AWS services like S3 without using an internet gateway. The application can connect to S3 through the VPC endpoint while remaining in the private subnet, without internet access.
upvoted 7 times
...
ferdzcruz
Most Recent 9 months ago
D. VPC endpoint = not internet, direct access from VPC to S3
upvoted 2 times
...
awsgeek75
9 months, 1 week ago
Selected Answer: D
https://docs.aws.amazon.com/whitepapers/latest/aws-privatelink/what-are-vpc-endpoints.html
upvoted 2 times
...
achechen
10 months, 2 weeks ago
Selected Answer: D
Answer is D
upvoted 3 times
...
TariqKipkemei
10 months, 3 weeks ago
Selected Answer: D
application must not use the internet to connect to the S3 bucket = VPC endpoint
upvoted 3 times
...
taustin2
1 year ago
Selected Answer: D
VPC Endpoint for S3.
upvoted 2 times
...
aleariva
1 year ago
D is the correct...https://docs.aws.amazon.com/whitepapers/latest/aws-privatelink/what-are-vpc-endpoints.html
upvoted 1 times
...
awslearnerin2022
1 year ago
Selected Answer: D
VPC endpoint enables communication between VPC subnet and S3 bucket.
upvoted 1 times
...
nnecode
1 year ago
Selected Answer: D
A VPC endpoint is a managed endpoint in your VPC that is connected to a public AWS service. It provides a private connection between your VPC and the service, and it does not require an internet gateway or a NAT device. Option A (internet gateway) would involve exposing the S3 bucket to the internet, which is not recommended for security reasons. Option B (VPN connection) would require additional setup and would still involve traffic going over the internet. Option C (NAT gateway) is used for outbound internet access from private subnets, not for accessing S3 without the internet.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...