1 / 1010%
Question 1 of 10
A user has created an application, which will be hosted on EC2. The application makes calls to DynamoDB to fetch certain data. The application is using the DynamoDB SDK to connect with from the EC2 instance. Which of the below mentioned statements is true with respect to the best practice for security in this scenario?
AThe user should attach an IAM role with DynamoDB access to the EC2 instance
BThe user should create an IAM user with DynamoDB access and use its credentials within the application to connect with DynamoDB
CThe user should create an IAM role, which has EC2 access so that it will allow deploying the application
DThe user should create an IAM user with DynamoDB and EC2 access. Attach the user with the application so that it does not use the root account credentials