hendrixroa / terraform-aws-iam-role-ecs

IAM role for ECS Task, Services and some services related like codedeploy, autoscale

Home Page:https://registry.terraform.io/modules/hendrixroa/iam-role-ecs/aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

IAM role for ECS Task, Services and some services related like codedeploy, autoscale

https://registry.terraform.io/modules/hendrixroa/iam-role-ecs/aws

License:Apache License 2.0


Languages

Language:HCL 100.0%