exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 24 discussion

A solutions architect needs to ensure that API calls to Amazon DynamoDB from Amazon EC2 instances in a VPC do not traverse the internet.
What should the solutions architect do to accomplish this? (Choose two.)

  • A. Create a route table entry for the endpoint.
  • B. Create a gateway endpoint for DynamoDB.
  • C. Create a new DynamoDB table that uses the endpoint.
  • D. Create an ENI for the endpoint in each of the subnets of the VPC.
  • E. Create a security group entry in the default security group to provide access.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

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
Kossa
Highly Voted 3 years, 9 months ago
Ans is AB
upvoted 53 times
aguy9
3 years, 8 months ago
I agree A and B
upvoted 4 times
...
...
examprepuser
Highly Voted 3 years, 9 months ago
Had this question in my SAA-C02 exam earlier this week (and passed). I answered B: Gateway endpoint and A: add route to the endpoint
upvoted 13 times
slackbot
2 years ago
you dont receive feedback per questions, so you dont actually know if your answer to this question was correct. A is incorrect because when you create the gateway endpoint, the route entry is created automatically for you
upvoted 1 times
gacaavi
1 year, 8 months ago
the route entry is created automatically, however you need to manually associate the route table with the endpoint in its creation
upvoted 1 times
...
...
...
48cd959
Most Recent 1 year, 3 months ago
Selected Answer: AB
Answer A and B Clue - VPC Gateway endpoint is the answer when you want to access the service within AWS without going to internet. when you use VPC gateway endpoint, you will have to create route table entries.
upvoted 1 times
...
JackyCCK
1 year, 3 months ago
Ans should be AD API Private Endpoint : • Can only be accessed from your VPC using an interface VPC endpoint (ENI) • Use a resource policy to define access
upvoted 1 times
...
slackbot
2 years ago
Selected Answer: BE
gateway endpoint automatically creates the route entry. Interface endpoints - you select the subnets and ENIs are create automatically. so only logical answers are
upvoted 1 times
slackbot
2 years ago
B and E
upvoted 1 times
...
...
BATSIE
2 years, 4 months ago
To ensure that API calls to Amazon DynamoDB from Amazon EC2 instances in a VPC do not traverse the internet, a solutions architect can do the following: Create an Amazon VPC endpoint for DynamoDB in the VPC using the Amazon VPC endpoint service. Create a Route Table in the VPC, and add a rule to the Route Table that sends traffic destined to the Amazon DynamoDB service to the VPC endpoint. Associate the Route Table with the subnets that contain the EC2 instances making API calls to DynamoDB. This will ensure that all API calls to DynamoDB from the EC2 instances are routed through the VPC endpoint and do not traverse the internet, thereby maintaining the security and privacy of the data.
upvoted 2 times
...
vincentfer
2 years, 7 months ago
Selected Answer: DE
Gateway endpoints are only used to public traffic.
upvoted 1 times
retne
2 years, 7 months ago
Seems that people misunderstand what public IP of gateway endpoints means in this situation. It says it cannot traverse the internet, which is ensured by using gateway endpoints which allow traffic with AWS network only.
upvoted 2 times
...
...
bikshu
2 years, 10 months ago
will go with AB
upvoted 1 times
...
xai1
2 years, 11 months ago
Selected Answer: AB
AB seems to be right
upvoted 1 times
...
downlinkvip
3 years, 6 months ago
Selected Answer: AB
A & B is correct
upvoted 1 times
...
jj22222
3 years, 6 months ago
Selected Answer: B
this one seems like a repeat, but helps with studying
upvoted 1 times
...
cdeavila
3 years, 8 months ago
this is clear, ; Interface: provisions an ENI (private IP address) as an entry point (must attach security group) – most AWS services • Gateway: provisions a target and must be used in a route table – S3 and DynamoDB
upvoted 5 times
esinan
3 years, 2 months ago
good explanation. because it is very tricky..
upvoted 1 times
...
...
SSMBLR
3 years, 8 months ago
passed today, this question came...i answered A&B
upvoted 3 times
...
patriktre
3 years, 8 months ago
passed today, A, B
upvoted 4 times
...
karthisena
3 years, 8 months ago
Explanation: Amazon DynamoDB and Amazon S3 support gateway endpoints, not interface endpoints. With a gateway endpoint you create the endpoint in the VPC, attach a policy allowing access to the service, and then specify the route table to create a route table entry in.
upvoted 5 times
...
woke
3 years, 8 months ago
B. Create a gateway endpoint for DynamoDB. A. Create a route table entry for the endpoint.
upvoted 2 times
...
Heyang
3 years, 8 months ago
Why choose AB? It there have some reason?
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 ...