Question 117:
You have an EC2 instance in the AWS us-east-1 region. The application in the instance needs to access a DynamoDB table that is located in the AWS us-east-2 region. The connection must be private without leaving the Amazon network. The instance should not use any public IP for communication. How would you configure this?
Answer options:
A.Configure an inter-region VPC endpoint for the DynamoDB service. B.Configure inter-region VPC peering and create a VPC endpoint for DynamoDB in us-east-1. C.Create an inter-region VPC peering connection between us-east-1 and us-east-2. D.There is no way to setup the private inter-region connections.