aws sts get-caller-identity lists the root account i am unable to switch to iam user by using AWS CLI

0

aws sts get-caller-identity lists the root account i am unable to switch to iam user and i am not able to create cloudformation steps from this and perform the next steps

Shruthi
asked a month ago119 views
2 Answers
3

Review Configure the AWS CLI for the settings that the AWS Command Line Interface (AWS CLI) uses to interact with AWS.

Some options to select the IAM user:

  • use the AWS CLI --profile parameter (see Using named profiles )
  • set the AWS_PROFILE environment variable as the default profile

Additionally, review Security best practices in IAM and look at using temporary credentials when accessing AWS through federation with an identity provider.

profile pictureAWS
answered a month ago
profile picture
EXPERT
reviewed a month ago
profile picture
EXPERT
reviewed a month ago
1

Do you have aws credentials correctly configured? Typically is a good practice to assume role https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-cli.html so that you always work with temporary credentials

profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions