AWS Certified SysOps Administrator – Associate — Question 125
A company creates a new member account by using AWS Organizations. A SysOps administrator needs to add AWS Business Support to the new account.
Which combination of steps must the SysOps administrator take to meet this requirement? (Choose two.)
Answer options
- A. Sign in to the new account by using IAM credentials. Change the support plan.
- B. Sign in to the new account by using root user credentials. Change the support plan.
- C. Use the AWS Support API to change the support plan.
- D. Reset the password of the account root user.
- E. Create an IAM user that has administrator privileges in the new account.
Correct answer: A, E
Explanation
The correct steps involve signing in with IAM credentials to change the support plan (A) and creating an IAM user with administrator privileges (E), allowing for ongoing management. Options B and D are incorrect because changing the support plan does not require root user credentials, and resetting the root user password is unnecessary for this task. Option C is not needed as the support plan can be changed through the console using IAM credentials.