Skip to content

Commit

Permalink
updated IAM permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
acarranoqovery committed Jan 30, 2024
1 parent ad41350 commit a5c3b9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ Create a IAM user on your AWS account, add the following in-line permissions to
{
"Action": [
"ecr:*",
"s3:ListAllMyBuckets"
"s3:ListAllMyBuckets",
"elasticloadbalancing:*"
],
"Effect": "Allow",
"Resource": "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Create a IAM user on your AWS account, add the following in-line permissions to
{
"Action": [
"ecr:*",
"s3:ListAllMyBuckets"
"s3:ListAllMyBuckets",
"elasticloadbalancing:*"
],
"Effect": "Allow",
"Resource": "*"
Expand Down

0 comments on commit a5c3b9c

Please sign in to comment.