Skip to content

AWS ECS Terraform module for Rackspace customers

License

Notifications You must be signed in to change notification settings

rackspace-infrastructure-automation/aws-terraform-ecs

Repository files navigation

aws-terraform-ecs

This repository contains terraform modules that can be used to Elastic Container Service cluster or Elastic Container Registry repo.

Module listing

  • cluster - A terraform module that can be used to create an IAM role and when appropriate, and IAM instance profile. This module can create both cross account roles, and service roles.
  • ecr_repo - A terraform module to provision Elastic Container Registry repo with a repo policy that controls access and lifecycle policy for images.
  • service_taskdef - A terraform module to deploy the required task definitions for the ecs cluster.

Examples