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 562 discussion

A solutions architect needs to ensure that API calls to Amazon DynamoDB from Amazon EC2 instances in a VPC do not travel across the internet.

Which combination of steps should the solutions architect take to meet this requirement? (Choose two.)

  • A. Create a route table entry for the endpoint.
  • B. Create a gateway endpoint for DynamoDB.
  • C. Create an interface endpoint for Amazon EC2.
  • D. Create an elastic network interface for the endpoint in each of the subnets of the VPC.
  • E. Create a security group entry in the endpoint's security group to provide access.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ukivanlamlpi
Highly Voted 1 year, 2 months ago
Selected Answer: AB
https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints-ddb.html
upvoted 10 times
...
Guru4Cloud
Highly Voted 1 year, 1 month ago
Selected Answer: BE
The reasons are: A gateway endpoint for DynamoDB enables private connectivity between DynamoDB and the VPC. This allows EC2 instances to access DynamoDB APIs without traversing the internet. A security group entry is needed to allow the EC2 instances access to the DynamoDB endpoint over the VPC. An interface endpoint is used for services like S3 and Systems Manager, not DynamoDB. Route table entries route traffic within a VPC but do not affect external connectivity. Elastic network interfaces are not needed for gateway endpoints.
upvoted 9 times
unbendable
11 months, 3 weeks ago
"The outbound rules for the security group for instances that access DynamoDB through the gateway endpoint must allow traffic to DynamoDB", https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints-ddb.html The option however is talking about the security group of the endpoint
upvoted 1 times
...
...
JoeTromundo
Most Recent 3 weeks ago
Selected Answer: AB
A & B are correct https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/vpc-endpoints-dynamodb.html E is incorrect. There's no need for security group. From the URL above: "Once the VPC subnet’s gateway endpoint has been granted access to DynamoDB, any AWS account with access to that subnet can use DynamoDB."
upvoted 1 times
...
a7md0
3 months, 1 week ago
Selected Answer: AB
Creating the gateway endpoint and edit the route table is enough, there are no secruity group involved
upvoted 1 times
...
osmk
8 months, 3 weeks ago
AB https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/vpc-endpoints-dynamodb.html
upvoted 2 times
...
upliftinghut
8 months, 3 weeks ago
Selected Answer: AB
C & D are both not relevant. D looks ok but DynamoDB doesn't go with security group, it only allows route table for VPC endpoint. Link here: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/vpc-endpoints-dynamodb.html
upvoted 1 times
upliftinghut
8 months, 3 weeks ago
Sorry, E not D. E looks ok but DynamoDB doesn't go with security group, it only allows route table for VPC endpoint. Link here: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/vpc-endpoints-dynamodb.html
upvoted 1 times
...
...
awsgeek75
9 months ago
Selected Answer: AB
DynamoDB can only be connected via Gateway endpoint (just like S3) route table for connecting the VPC tor the endpoint So do B then A C: interface endpoint for EC2 to what? D: ENI not applicable here for VPC E: Incomplete option as to access to what?
upvoted 3 times
...
theonlyhero
9 months, 1 week ago
go through this video it will show the answer is AB https://www.youtube.com/watch?v=8FTnyhklEvU
upvoted 3 times
...
pentium75
9 months, 2 weeks ago
Selected Answer: AB
Gateway Endpoint does not have an ENI, thus it has no security group. Instances have security groups and those must allow access to DynamoDB.
upvoted 5 times
...
aws94
10 months, 1 week ago
Selected Answer: BE
A. Create a route table entry for the endpoint: This is not necessary, as the gateway endpoint itself automatically creates the required route table entries.
upvoted 2 times
...
TariqKipkemei
11 months ago
Selected Answer: AB
Create a gateway endpoint for DynamoDB then create a route table entry for the endpoint
upvoted 2 times
...
EdenWang
11 months ago
Selected Answer: BE
refer to question 555
upvoted 2 times
...
cciesam
11 months, 1 week ago
Selected Answer: AB
https://docs.aws.amazon.com/vpc/latest/privatelink/gateway-endpoints.html#vpc-endpoints-routing Traffic from your VPC to Amazon S3 or DynamoDB is routed to the gateway endpoint. Each subnet route table must have a route that sends traffic destined for the service to the gateway endpoint using the prefix list for the service.
upvoted 1 times
...
potomac
11 months, 2 weeks ago
Selected Answer: AB
You can access Amazon DynamoDB from your VPC using gateway VPC endpoints. After you create the gateway endpoint, you can add it as a target in your route table for traffic destined from your VPC to DynamoDB.
upvoted 2 times
...
danielmakita
11 months, 3 weeks ago
It is A and B. Not E because security group does not span VPCs.
upvoted 2 times
...
iwannabeawsgod
12 months ago
Selected Answer: AB
A and B for sure
upvoted 3 times
...
loveaws
1 year ago
B and D.
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 ...