Which of the following items are required to allow an a…

Which of the following items are required to allow an application deployed on an EC2 instance to write data to a
DynamoDB table? Assume that no security keys are allowed to be stored on the EC2 instance. (Choose two.)

Which of the following items are required to allow an application deployed on an EC2 instance to write data to a
DynamoDB table? Assume that no security keys are allowed to be stored on the EC2 instance. (Choose two.)

A.
Create an IAM Role that allows write access to the DynamoDB table.

B.
Add an IAM Role to a running EC2 instance.

C.
Create an IAM User that allows write access to the DynamoDB table.

D.
Add an IAM User to a running EC2 instance.

E.
Launch an EC2 Instance with the IAM Role included in the launch configuration.

Explanation:
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/TicTacToe.Phase3.html



Leave a Reply 9

Your email address will not be published. Required fields are marked *


Prakhar Budholiya

Prakhar Budholiya

A, B

veera

veera

we cannot add a role to the running ece2 instance

Prashant

Prashant

Veera this is now possible. Just see the options on a running instance and you will see this option.

vv

vv

Today AB, but if old question AE is true (before 2017)

Ash

Ash

A&B

As per AWS latest enhancement

Ash

Ash

Create an IAM Role that allows write access to the DynamoDB table
Add an IAM Role to a running EC2 instance.

Steve

Steve

A, B, and E are correct as of the current version. I’m sure that this legacy question only wanted A and E though.