AWS Certified Solutions Architect – Professional — Question 504
An organization, which has the AWS account ID as 999988887777, has created 50 IAM users. All the users are added to the same group ABC.
If the organization has enabled that each IAM user can login with the AWS console, which AWS login URL will the IAM users use??
Answer options
- A. https://999988887777.aws.amazon.com/ABC/
- B. https://signin.aws.amazon.com/ABC/
- C. https://ABC.signin.aws.amazon.com/999988887777/console/
- D. https://999988887777.signin.aws.amazon.com/console/
Correct answer: D
Explanation
The standard format for an AWS Management Console sign-in URL for IAM users is https://AWS-Account-ID.signin.aws.amazon.com/console/. Since the IAM group name (ABC) is not part of the sign-in URL structure, options A, B, and C are incorrect, leaving option D as the correct URL format.