exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 803 discussion

Exam question from Amazon's AWS-SysOps
Question #: 803
Topic #: 1
[All AWS-SysOps Questions]

A Storage team wants all data transfers to an Amazon S3 bucket to remain within the AWS network. The team makes all changes to the AWS network infrastructure manually. An S3 VPC endpoint is created, and an endpoint policy with the proper permissions is set up. However, the application running on
Amazon EC2 instances in the VPC is still unable to access the S3 bucket endpoint.
What is one cause of this issue?

  • A. Request metrics for the S3 bucket need to be enabled.
  • B. S3 access logs need to be disabled for the VPC endpoints to function.
  • C. The subnet does not have the VPC endpoint as a target in the route table.
  • D. The EC2 instances need to have an Elastic Network Adapter enabled.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kung07
Highly Voted 2 years, 9 months ago
C Specify one or more route tables in which to create routes to the service. Route tables control the routing of traffic between your VPC and the other service. Each subnet that's associated with one of these route tables has access to the endpoint, and traffic from instances in these subnets to the service is then routed through the endpoint. Refer to https://docs.aws.amazon.com/vpc/latest/userguide/vpce-gateway.html
upvoted 12 times
...
nicat
Highly Voted 2 years, 9 months ago
C. The subnet does not have the VPC endpoint as a target in the route table.
upvoted 8 times
...
albert_kuo
Most Recent 11 months, 2 weeks ago
Selected Answer: C
When an S3 VPC endpoint is created, the route table of the subnet(s) in the VPC should be updated to include a route that points the traffic destined for the S3 bucket to the VPC endpoint. Without the proper route in the route table, the EC2 instances in the VPC won't know how to direct the traffic intended for the S3 bucket to the VPC endpoint, resulting in the inability to access the S3 bucket through the endpoint.
upvoted 1 times
...
gulu73
1 year, 5 months ago
Selected Answer: C
C is the answer
upvoted 1 times
...
RicardoD
2 years, 8 months ago
C is the answer RT needs to be configured to route traffic to S3 Endpoint
upvoted 1 times
...
abhishek_m_86
2 years, 8 months ago
C. The subnet does not have the VPC endpoint as a target in the route table. : Seems correct
upvoted 2 times
...
jackdryan
2 years, 8 months ago
I'll go with C
upvoted 1 times
...
MFDOOM
2 years, 8 months ago
C. The subnet does not have the VPC endpoint as a target in the route table.
upvoted 1 times
...
Pirulou
2 years, 8 months ago
Answer C is correct, answer B haven't sense
upvoted 1 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 ...