-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECS Policies #264
ECS Policies #264
Conversation
@gravesm I've tested this against my account, there might be a permissions issue creating the service-linked-role but I can't test that because it's been created already in my account. I think the relevant permission is included... |
Thanks, I'll start taking a look at this and see if we can finally get this one merged. |
aws/policy/security-services.yaml
Outdated
@@ -31,6 +31,7 @@ Statement: | |||
- 'arn:aws:iam::aws:policy/service-role/AmazonDMSVPCManagementRole' | |||
- 'arn:aws:iam::aws:policy/service-role/AmazonRDSEnhancedMonitoringRole' | |||
- 'arn:aws:iam::aws:policy/service-role/AWSServiceRoleForVPCTransitGateway' | |||
- 'arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerServiceRole' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is duplicated, and probably should be arn:aws:iam::aws:policy/service-role/AmazonECSTaskExecutionRolePolicy
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
2b8b4bd
to
378c49c
Compare
Builds on top of work done by alinabuzachis in #210
Tested using ansible-collections/community.aws#1716