exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 266 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 266
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company uses AWS Lambda functions in a private subnet in a VPC to run application logic. The Lambda functions must not have access to the public internet. Additionally, all data communication must remain within the private network. As part of a new requirement, the application logic needs access to an Amazon DynamoDB table.

What is the MOST secure way to meet this new requirement?

  • A. Provision the DynamoDB table inside the same VPC that contains the Lambda functions
  • B. Create a gateway VPC endpoint for DynamoDB to provide access to the table
  • C. Use a network ACL to only allow access to the DynamoDB table from the VPC
  • D. Use a security group to only allow access to the DynamoDB table from the VPC
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
Sab
Highly Voted 2 years, 6 months ago
B https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/vpc-endpoints-dynamodb.html
upvoted 8 times
...
shubhary25
Highly Voted 2 years, 5 months ago
Selected Answer: B
B. A gateway VPC endpoint
upvoted 5 times
...
Pranava_GCP
Most Recent 1 year, 9 months ago
Selected Answer: B
B. Create a gateway VPC endpoint for DynamoDB to provide access to the table https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints-ddb.html "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 4 times
...
Hira101
2 years, 5 months ago
B- VPC endpoint for DynamoDB
upvoted 3 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 ...