Skip to content

Commit

Permalink
Role updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnyale committed May 15, 2022
1 parent 11782be commit 3427772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/handlers_instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ func (s *server) InstanceSSMAssociationHandler(w http.ResponseWriter, r *http.Re
role,
policy,
"arn:aws:iam::aws:policy/AmazonSSMReadOnlyAccess",
"arn:aws:iam::aws:policy/AmazonEC2ReadOnlyAccess",
)
if err != nil {
msg := fmt.Sprintf("failed to assume role in account: %s", account)
Expand Down

0 comments on commit 3427772

Please sign in to comment.