
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.
A newly created IAM user has no IAM policy attached. What will happen when the user logs in and attempts to view the AWS resources in the account?
A
All AWS services will be read-only access by default.
B
Access to all AWS resources will be denied.
C
Access to the AWS billing services will be allowed.
D
Access to AWS resources will be allowed through the AWS CLI.
E
Access to all AWS resources will be denied.
Explanation:
When a newly created IAM user has no IAM policy attached, the user has no permissions to access any AWS resources. In AWS IAM, access is denied by default unless explicitly allowed through policies. Without any attached policies, the user cannot view or interact with any AWS resources in the account.
Key Points:
IAM follows the principle of least privilege and denies access by default
Users must have explicit permissions granted through IAM policies
Without attached policies, users cannot access any AWS services or resources
This applies to both AWS Management Console and AWS CLI access
The correct answer is option B: 'Access to all AWS resources will be denied.'