This is heavily based on our current aws_ecs_ec2 module. It has the same user-facing interface except for some additions, e.g. allowing configuration of workflows or not and surfacing temporal-specific configuration (in case customer wants to use their own cluster). It also allows for toggling between Fargate and EC2-backed ECS clusters using the launch_type variable.
This is heavily based on our current aws_ecs_ec2 module. It has the same user-facing interface except for some additions, e.g. allowing configuration of workflows or not and surfacing temporal-specific configuration (in case customer wants to use their own cluster). It also allows for toggling between Fargate and EC2-backed ECS clusters using the
launch_type
variable.