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

Exam AWS Certified Advanced Networking - Specialty ANS-C01 All Questions

View all questions & answers for the AWS Certified Advanced Networking - Specialty ANS-C01 exam

Exam AWS Certified Advanced Networking - Specialty ANS-C01 topic 1 question 162 discussion

A global company is designing a hybrid architecture to privately access AWS resources in the us-west-2 Region. The company's existing architecture includes a VPC that uses RFC 1918 IP address space. The VPC is connected to an on-premises data center over AWS Direct Connect Amazon Route 53 provides name resolution within the VPC. Locally managed DNS servers in the data center provide DNS services to the on-premises hosts.

The company has applications in the data center that need to download objects from an Amazon S3 bucket in us-west-2.

Which solution can the company use to access Amazon S3 without using the public IP address space?

  • A. Create an S3 interface endpoint in the VPC. Update the on-premises application configuration to use the Regional VPC endpoint DNS hostname that is mapped to the S3 interface endpoint.
  • B. Create an S3 interface endpoint in the VPC. Configure a Route 53 Resolver inbound endpoint in the VPC. Set up the data center DNS servers to forward DNS queries for the S3 domain from on premises to the inbound endpoint.
  • C. Create an S3 gateway endpoint in the VPUpdate the on-premises application configuration to use the hostname that is mapped to the S3 gateway endpoint.
  • D. Create an S3 gateway endpoint in the VPC. Configure a Route 53 Resolver inbound endpoint in the VPC. Set up the data center DNS servers to forward DNS queries for the S3 domain from on premises to the inbound endpoint.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
sanalainen
Highly Voted 10 months, 3 weeks ago
Selected Answer: A
Actually both A and B would work. https://aws.amazon.com/blogs/networking-and-content-delivery/secure-hybrid-access-to-amazon-s3-using-aws-privatelink/ With B, you would need to set up PHZ as well.
upvoted 5 times
sanalainen
10 months, 3 weeks ago
A = Option 1 B = Option 3 in https://aws.amazon.com/blogs/networking-and-content-delivery/secure-hybrid-access-to-amazon-s3-using-aws-privatelink/
upvoted 3 times
luisgu
2 weeks, 4 days ago
For option 3 (B) you would need to create a PHZ --> correct answer is A
upvoted 1 times
...
...
...
Sailor
Most Recent 4 months, 4 weeks ago
Selected Answer: B
When you configure an interface VPC endpoint, an elastic network interface (ENI) with a private IP address is deployed in your subnet. An Amazon EC2 instance in the VPC can communicate with an Amazon S3 bucket through the ENI and AWS network. Using the interface endpoint, applications in your on-premises data center can easily query S3 buckets over AWS Direct Connect or Site-to-Site VPN. Interface endpoint supports a growing list of AWS services. Consult our documentation to find AWS services compatible with interface endpoints powered by AWS PrivateLink. https://aws.amazon.com/blogs/architecture/choosing-your-vpc-endpoint-strategy-for-amazon-s3/
upvoted 2 times
...
Newbies
5 months, 3 weeks ago
Ans: A S3 Interface Endpoint: By creating an S3 interface endpoint within the VPC, the company can establish a private connection to S3 buckets without traversing the public internet. Route 53 Resolver (Implicit): VPC endpoint DNS names inherently resolve through Route 53 Resolver within the VPC. No explicit configuration for a separate Route 53 Resolver inbound endpoint is required. On-premises Application Update: Updating the application configuration to utilize the Regional VPC endpoint DNS hostname mapped to the S3 interface endpoint allows the application to connect to S3 through the private connection. B. Route 53 Resolver Inbound Endpoint (Unnecessary): While Route 53 Resolver can be used for DNS resolution within a VPC, in this case, the VPC endpoint DNS name itself resolves through Route 53 Resolver implicitly. Setting up an additional inbound endpoint is not required.
upvoted 2 times
[Removed]
5 months ago
my understanding is: without Resolver inbound endpoints the VPC resolver would not accpect DNS queries from on premise. That's why the inbound endpoint indeed is necessary.
upvoted 1 times
...
...
psou7
6 months ago
D. S3 uses GW endpoint. So between B and D -> D
upvoted 2 times
...
WherecanIstart
6 months, 3 weeks ago
Selected Answer: B
Correct answer is B. The question says "..... without using the public IP address space? " Use a private IP address over Direct Connect (with an interface VPC endpoint)
upvoted 1 times
...
BasselBuzz
6 months, 3 weeks ago
Selected Answer: A
https://repost.aws/knowledge-center/s3-bucket-access-direct-connect No need to inbound resolver. it is enough with the interface DNS hostname
upvoted 2 times
...
michele_scar
7 months ago
Selected Answer: B
A it's not correct because if you configure your local DNS to forward s3 dns queries to S3 VPC Endpoints you will not reach the private vpc endpoints without tells to your dns server how to reach it
upvoted 2 times
...
vikasj1in
7 months ago
Selected Answer: B
This solution maintains the use of private IP address space and avoids the need for public IP addresses. It ensures that the on-premises applications can securely access Amazon S3 in the us-west-2 Region without relying on public internet connectivity. Options A and D are incorrect because they refer to S3 interface endpoints without involving Route 53 Resolver, which is necessary for DNS resolution. Option C mentions an S3 gateway endpoint, but S3 gateway endpoints are used for accessing S3 from on-premises environments, not for VPC-to-S3 communication.
upvoted 3 times
ogrefighter
6 months, 1 week ago
Agree answer is B. But the reason Gateway Endpoint is wrong is that can only be set up in routing table using the pl-xxxxxxxx prefix list route. Interface endpint uses more flexible privatelink/ENI and is the only one that works with on-premises.
upvoted 1 times
...
...
Isaias
7 months, 1 week ago
Selected Answer: A
You dont need an inbound endpoint, it can be resolved on any public dns resolving to the private IP of the endpoint, that because the endpoint domain name is Public ( *vpce.amazonaws.com)
upvoted 2 times
...
mike5656
9 months, 1 week ago
The answer is A. You don't need to have an inbound endpoint in order to resolve the DNS. The endpoint DNS names can be resolved from anywhere but they will resolve to the private IPs. You can try to create an endpoint and resolve it from your PC ;)
upvoted 2 times
...
sambb
1 year, 1 month ago
Selected Answer: B
B - https://aws.amazon.com/blogs/networking-and-content-delivery/secure-hybrid-access-to-amazon-s3-using-aws-privatelink/
upvoted 2 times
...
ISSDoksim
1 year, 1 month ago
B - agreed, gateway endpoint is available within the VPC
upvoted 2 times
...
Manh
1 year, 1 month ago
Selected Answer: B
https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html
upvoted 3 times
...
KittensGutters
1 year, 1 month ago
Selected Answer: B
https://repost.aws/knowledge-center/s3-bucket-access-direct-connect
upvoted 2 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 ...