
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which of the following is the secure way of using AWS API to call AWS services from EC2 Instances
A
IAM Users
B
IAM Roles
C
IAM Groups
D
IAM policies
Explanation:
IAM Roles are the secure way to use AWS API from EC2 instances because:
Why other options are less secure:
The AWS documentation confirms that IAM roles are intended to be assumable by anyone who needs them and provide temporary security credentials dynamically.