Skip to content

Commit

Permalink
Update launch template test to use permitted harmless managed policy
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Dec 11, 2020
1 parent 0e0318a commit ed35000
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
state: present
create_instance_profile: yes
managed_policy:
- AmazonS3ReadOnlyAccess
- AWSDenyAll
register: iam_role

- name: Create second IAM role for test
Expand All @@ -16,7 +16,7 @@
state: present
create_instance_profile: yes
managed_policy:
- AmazonS3ReadOnlyAccess
- AWSDenyAll
register: iam_role_2

- name: Make instance with an instance_role
Expand Down

0 comments on commit ed35000

Please sign in to comment.