compose/ecs/pkg/amazon
Nicolas De Loof 3e30f2cd1a
Create CloudWatch LogGroup and IAM TaskExecutionRole
As part of the CloudFormation template, create a LogGroup and configure
task with awslogs log-driver. Also create a dedicated IAM Role, with
AmazonECSTaskExecutionRolePolicy. This one will later be fine-tuned to
grant access to secrets/config and other AWS resources according to
custom extensions

close #42

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-08-17 21:25:45 +02:00
..
mock Query stack events by stack ID (not name) 2020-08-17 21:25:44 +02:00
api.go add secret interface 2020-08-17 21:25:42 +02:00
client.go format 2020-04-28 10:59:00 +02:00
cloudformation.go Create CloudWatch LogGroup and IAM TaskExecutionRole 2020-08-17 21:25:45 +02:00
down.go Query stack events by stack ID (not name) 2020-08-17 21:25:44 +02:00
down_test.go Capture first failure to report root error to user on command completion 2020-08-17 21:25:44 +02:00
iam.go Create CloudWatch LogGroup and IAM TaskExecutionRole 2020-08-17 21:25:45 +02:00
sdk.go Create CloudWatch LogGroup and IAM TaskExecutionRole 2020-08-17 21:25:45 +02:00
secrets.go implement secret management 2020-08-17 21:25:42 +02:00
up.go Query stack events by stack ID (not name) 2020-08-17 21:25:44 +02:00
wait.go Capture first failure to report root error to user on command completion 2020-08-17 21:25:44 +02:00