Exam SAA-C03 Topic 3 Question 611 Discussion
Actual exam question for Amazon's SAA-C03 exam
Question #: 611
Topic #: 3
Question #: 611
Topic #: 3
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.)
Which combination of steps should the solutions architect take to meet this requirement? (Choose two.)
Suggested Answer: B,E Vote an answer
B and E are the correct answers because they allow the solutions architect to ensure that API calls to Amazon DynamoDB from Amazon EC2 instances in a VPC do not travel across the internet. By creating a gateway endpoint for DynamoDB, the solutions architect can enable private connectivity between the VPC and DynamoDB. By creating a security group entry in the endpoint's security group to provide access, the solutions architect can control which EC2 instances can communicate with DynamoDB through the endpoint.
References:
Gateway Endpoints
Controlling Access to Services with VPC Endpoints
References:
Gateway Endpoints
Controlling Access to Services with VPC Endpoints
by archibaldkorley at May 22, 2024, 04:43 AM
0
0
0
10
Comments
archibaldkorley
2024-05-22 04:43:19Steps to Implement:
Create a Gateway Endpoint for DynamoDB:
Navigate to the VPC console.
Choose "Endpoints" and then "Create Endpoint."
Select "AWS services" and choose "com.amazonaws.[region].dynamodb."
Choose your VPC and the route tables to associate with the endpoint.
Update Route Tables:
In the route table associated with your VPC subnets, add a route with the destination as the DynamoDB service prefix (e.g., com.amazonaws.[region].dynamodb) and target as the gateway endpoint you created.
archibaldkorley
2024-05-22 04:44:47Steps to Implement:
Create a Gateway Endpoint for DynamoDB:
Navigate to the VPC console.
Choose "Endpoints" and then "Create Endpoint."
Select "AWS services" and choose "com.amazonaws.[region].dynamodb."
Choose your VPC and the route tables to associate with the endpoint.
Update Route Tables:
In the route table associated with your VPC subnets, add a route with the destination as the DynamoDB service prefix (e.g., com.amazonaws.[region].dynamodb) and target as the gateway endpoint you created.
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.
Report Comment
Commenting
You can sign-up / login (it's free).