Skip to content

Commit

Permalink
stop making IAM role assume itself
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhsingyuchen committed Apr 17, 2023
1 parent 6f0b89a commit e730a9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/microservices/tabs/copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ cat << EOF > ~/.aws/config
[default]
region = ${AWS_DEFAULT_REGION}
output = json
role_arn = $(aws iam get-role --role-name ecsworkshop-admin | jq -r .Role.Arn)
credential_source = Ec2InstanceMetadata
EOF
```

0 comments on commit e730a9a

Please sign in to comment.