mirror of
https://github.com/ebosas/microservices.git
synced 2024-11-24 08:02:24 +02:00
Test pipeline [BuildAll]
This commit is contained in:
parent
25594292de
commit
a9bec5e2ab
@ -223,7 +223,7 @@ Resources:
|
|||||||
- Effect: Allow
|
- Effect: Allow
|
||||||
Principal:
|
Principal:
|
||||||
Service: [ecs.amazonaws.com]
|
Service: [ecs.amazonaws.com]
|
||||||
Action: ['sts:AssumeRole']
|
Action: [sts:AssumeRole]
|
||||||
Path: /
|
Path: /
|
||||||
Policies:
|
Policies:
|
||||||
- PolicyName: ecs-service
|
- PolicyName: ecs-service
|
||||||
@ -233,21 +233,21 @@ Resources:
|
|||||||
Action:
|
Action:
|
||||||
# Rules which allow ECS to attach network interfaces to instances
|
# Rules which allow ECS to attach network interfaces to instances
|
||||||
# on your behalf in order for awsvpc networking mode to work right
|
# on your behalf in order for awsvpc networking mode to work right
|
||||||
- 'ec2:AttachNetworkInterface'
|
- ec2:AttachNetworkInterface
|
||||||
- 'ec2:CreateNetworkInterface'
|
- ec2:CreateNetworkInterface
|
||||||
- 'ec2:CreateNetworkInterfacePermission'
|
- ec2:CreateNetworkInterfacePermission
|
||||||
- 'ec2:DeleteNetworkInterface'
|
- ec2:DeleteNetworkInterface
|
||||||
- 'ec2:DeleteNetworkInterfacePermission'
|
- ec2:DeleteNetworkInterfacePermission
|
||||||
- 'ec2:Describe*'
|
- ec2:Describe*
|
||||||
- 'ec2:DetachNetworkInterface'
|
- ec2:DetachNetworkInterface
|
||||||
|
|
||||||
# Rules which allow ECS to update load balancers on your behalf
|
# Rules which allow ECS to update load balancers on your behalf
|
||||||
# with the information sabout how to send traffic to your containers
|
# with the information sabout how to send traffic to your containers
|
||||||
- 'elasticloadbalancing:DeregisterInstancesFromLoadBalancer'
|
- elasticloadbalancing:DeregisterInstancesFromLoadBalancer
|
||||||
- 'elasticloadbalancing:DeregisterTargets'
|
- elasticloadbalancing:DeregisterTargets
|
||||||
- 'elasticloadbalancing:Describe*'
|
- elasticloadbalancing:Describe*
|
||||||
- 'elasticloadbalancing:RegisterInstancesWithLoadBalancer'
|
- elasticloadbalancing:RegisterInstancesWithLoadBalancer
|
||||||
- 'elasticloadbalancing:RegisterTargets'
|
- elasticloadbalancing:RegisterTargets
|
||||||
Resource: '*'
|
Resource: '*'
|
||||||
|
|
||||||
Outputs:
|
Outputs:
|
||||||
|
Loading…
Reference in New Issue
Block a user