Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 481 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 481 Bytes

IAM ROLE ECS

IAM Roles for AWS ECS prebuilt ready to use with integration of S3, Codedeploy, Service role, KMS key and more.

  • Terraform: 0.12.+

How to use

module "awesome-iam-ecs-roles" {
  source = "hendrixroa/iam-role-ecs/aws"
}

Outputs list:

  1. ecs_service: For ecs service
  2. ecs_exec: for ecs service execution
  3. ecs_task: for ecs task execution
  4. ecs_autoscale_role: for ecs autoscaling
  5. ecs_codedeploy: for codedeploy and blue green deployment