
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:
Ultimate access to all questions.
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.
No comments yet.