How to use AWS cloudshell when assuming role?

0

i want to use cloudshell and login assuming a role that has external id configured. Need help on procedure. Thanks.

AWS-MM
gefragt vor 2 Jahren3689 Aufrufe
1 Antwort
0

Hi!

For logging into CloudShell, see https://docs.aws.amazon.com/cloudshell/latest/userguide/sec-auth-identities.html for how to configure auth identities.

If you're already in CloudShell and trying to assume a different role, CloudShell has the AWS CLI installed so you can use that. See here for more information: https://awscli.amazonaws.com/v2/documentation/api/latest/index.html

aws sts assume-role --role-arn arn:aws:iam::123456789012:role/samplerole ----external-id <insert_id_here>

Keep in mind, for Assuming a Role, both the IAM Role you're trying to assume and the IAM entity you're using while using CloudShell must be configured properly (Trust Policy, permissions, etc).

jsonc
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen