exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 191 discussion

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.)

  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: AE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Untamables
Highly Voted 2 years, 2 months ago
Selected Answer: AE
Correct answers are A and E. The combination of option B and D also works, but the best practice is using an IAM user, not the root user. https://docs.aws.amazon.com/awssupport/latest/user/changing-support-plans.html https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html
upvoted 12 times
Christina666
1 year, 9 months ago
https://docs.aws.amazon.com/awssupport/latest/user/changing-support-plans.html#:~:text=To%20change%20your%20support%20plan%2C%20you%20must%20have%20AWS%20Identity%20and%20Access%20Management%20(IAM)%20permissions%20or%20sign%20in%20to%20your%20account%20as%20a%20root%20user.
upvoted 4 times
...
...
eboehm
Highly Voted 1 year, 9 months ago
Selected Answer: BD
I think its B and D. When a new account joins organizations, it creates a new temp root password and you will be prompted to change it when logging in for the first time. "When you create a new account, AWS Organizations initially assigns a password to the root user that is a minimum of 64 characters long. All characters are randomly generated with no guarantees on the appearance of certain character sets. You can't retrieve this initial password. To access the account as the root user for the first time, you must go through the process for password recovery."
upvoted 7 times
...
numark
Most Recent 4 months ago
Selected Answer: BD
Ok after extensive research and running this through three different AIs it is definitely B & D. To add AWS Business Support to the new account, You HAVE to be logged in as the root user. Admin will not work.
upvoted 1 times
...
0c2d840
4 months, 1 week ago
Selected Answer: AD
Answer is A and D. When using Organizations, use of root account to manager member accounts is not recommended. It should be accessed using non-root IAM user having appropriate permissions. https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html "New accounts you create in Organizations have no root user credentials by default."
upvoted 1 times
0c2d840
4 months, 1 week ago
Correction: Answer is A and E. When using Organizations, use of root account to manager member accounts is not recommended. It should be accessed using non-root IAM user having appropriate permissions. https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html "New accounts you create in Organizations have no root user credentials by default."
upvoted 1 times
...
...
numark
5 months, 1 week ago
how can you pick D: This step is unnecessary unless the root user credentials are lost. It is not a prerequisite to upgrading the support plan.
upvoted 1 times
...
numark
5 months, 1 week ago
A & B: Changing the AWS Support plan requires administrative-level access. The root user has unrestricted access to manage account-level settings, including billing and support plans. AWS recommends using the root user credentials only when performing account setup tasks like upgrading the support plan.If an IAM user with the appropriate "aws-portal:ModifyAccount" or billing permissions exists, they can also upgrade the support plan. This approach aligns with the principle of least privilege by avoiding root user usage whenever possible.If an administrator IAM user already exists, they can perform the necessary actions. Creating a new IAM user is unrelated to the support plan upgrade process.
upvoted 1 times
...
Aamee
7 months ago
Selected Answer: AE
First, lets have the Admin user created via "option E" and then lets get signed in via that newly admin user and have the support plan changed by that admin user. Hence, this combination follows one of the security best practices by performing the operations via least privileged access.
upvoted 1 times
...
tgv
1 year ago
Selected Answer: BD
I will go with BD as well. Upon my research, you don't need administrator access on a IAM user in order to change the support plan, so A and E are out of question because you are ignoring the least privilege principle. Regarding the AWS Support API, this is used to open cases and other actions related to support and NOT to change the support plan. So in this scenario it would be the best practice to login as root to change the support plan and change the password.
upvoted 1 times
...
March2023
1 year, 1 month ago
Selected Answer: AE
going with A and E
upvoted 2 times
...
Rabbit117
1 year, 1 month ago
Selected Answer: AE
An IAM user with correct permissions or the root user can change support plans, so option B would work. However, the question says to choose a combination of steps, 2 answers. Therefore I think E and A are correct.
upvoted 2 times
...
stoy123
1 year, 2 months ago
Selected Answer: AE
A and E
upvoted 2 times
...
r2c3po
1 year, 4 months ago
Selected Answer: BE
To add AWS Business Support to a new member account in AWS Organizations, you need to perform the following steps: Sign in as the Root User: Sign in to the new account using the root user credentials. Change Support Plan: After signing in as the root user, navigate to the AWS Support Center. Change the support plan to AWS Business Support. Create IAM User (Optional): Optionally, to enhance security and follow best practices, create an IAM user with administrator privileges. Use the IAM user for day-to-day operations instead of relying on the root user. Options A and C are incorrect:
upvoted 1 times
...
Hatem08
1 year, 4 months ago
Selected Answer: AE
create an IAM user that has administrator privileges in the new account. Sign in to the new account by using IAM credentials. Change the support plan. https://docs.aws.amazon.com/awssupport/latest/user/changing-support-plans.html https://docs.aws.amazon.com/awssupport/latest/user/security-support-plans.html
upvoted 4 times
...
Mila28
1 year, 5 months ago
Selected Answer: BD
I''ll give some tips: A: you can't change plan with basic user C: Support plan not has an API E: Not is necessary for change support plan So you need access as root user, maybe if you don't have the password you maybe need reset password
upvoted 5 times
...
callspace
1 year, 6 months ago
Selected Answer: BE
As per the link from @ Christina666 To change your support plan, you must have AWS Identity and Access Management (IAM) permissions or sign in to your account as a root user..
upvoted 3 times
...
xSohox
1 year, 8 months ago
Selected Answer: AE
It is a tricky question. Support plan can be changed by root account or if you have enough IAM permissions. https://docs.aws.amazon.com/awssupport/latest/user/changing-support-plans.html We need to provide a COMBINATION of actions. So we can either update Support plan with root account or we can create new IAM user with admin access and update Support plan with it. Creating new IAM user with admin access doesn't make sense if you have already updated Support plan with your root account. I vote for AE.
upvoted 4 times
...
jipark
1 year, 8 months ago
Selected Answer: BE
B. sign in with credential < root account to change other user's config. E. create user with root privilege
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago