DBS-C01 · Question #249
An ecommerce company uses a backend application that stores data in an Amazon DynamoDB table. The backend application runs in a private subnet in a VPC and must connect to this table. The company must
The correct answer is B. Create a VPC endpoint for DynamoDB in the application's VPC. Use the VPC endpoint to access. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/vpc-endpoints-
Question
An ecommerce company uses a backend application that stores data in an Amazon DynamoDB table. The backend application runs in a private subnet in a VPC and must connect to this table. The company must minimize any network latency that results from network connectivity issues, even during periods of heavy application usage. A database administrator also needs the ability to use a private connection to connect to the DynamoDB table from the application. Which solution will meet these requirements?
Options
- AUse network ACLs to ensure that any outgoing or incoming connections to any port except
- BCreate a VPC endpoint for DynamoDB in the application's VPC. Use the VPC endpoint to access
- CCreate an AWS Lambda function that has access to DynamoDB. Restrict outgoing access only to
- DUse a VPN to route all communication to DynamoDB through the company's own corporate
How the community answered
(41 responses)- A15% (6)
- B76% (31)
- C7% (3)
- D2% (1)
Explanation
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/vpc-endpoints-
Topics
Community Discussion
No community discussion yet for this question.