Tag: iam

  • IAM Switch to another account role

    Create Role Create Policy Create Group Switch role IAM Switch to another account role Login to aws from the account that you want to share resources to others. Create Role IAM -> Role -> Create Role Trusted Entity Type -> AWS account AWS account ID (12 digits) Options -> leave blank Permission -> Search AmazonS3ReadOnlyAccess…

  • AWS IAM CLI

    https://docs.aws.amazon.com/cli/latest/reference/iam/ AWS account identifiers There are 2 types of account identifiers. AWS account ID AWS account ID is a 12-digit number, such as 123456789012, that uniquely identifies an AWS account. Account IDs are not considered sensitive information. Many AWS resources include the account ID in their Amazon Resource Names (ARNs). The account ID portion distinguishes…