ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

373 / 690

Question 373:

Your team has developed an application and now needs to deploy that application onto an EC2 Instance. This application interacts with a DynamoDB table. Which of the following is the correct and MOST SECURE way to ensure that the application interacts with the DynamoDB table?

Answer options:

A.Create a role which has the necessary permissions and can be assumed by the EC2 instance.
B.Use the API credentials from an EC2 instance. Ensure the environment variables areupdated with the API access keys.
C.Use the API credentials from a bastion host. Make the application on the EC2 Instance send requests via the bastion host.
D.Use the API credentials from a NAT Instance. Make the application on the EC2 Instance send requests via the NAT Instance.