AWS Certified Developer Associate DVA-C01 – Question022

A Developer has created a software package to be deployed on multiple EC2 instances using IAM roles. What actions could be performed to verify IAM access to get records from Amazon Kinesis Streams? (Choose two.)

A.
Use the AWS CLI to retrieve the IAM group.
B. Query Amazon EC2 metadata for in-line IAM policies.
C. Request a token from AWS STS, and perform a describe action.
D. Perform a get action using the –-dry-runargument.
E. Validate the IAM role policy with the IAM policy simulator.

Correct Answer: BE