This template creates an Amazon Elastic Container Service (Amazon ECS) service and associates it with an Application Load Balancer. The service has a desired count of 1 and uses a cluster, task definition, and load balancer that are declared elsewhere in the same template.

ECSService
AWS::ECS::Service


LoadBalancers
NetworkConfiguration *
AwsvpcConfiguration

SecurityGroups

Subnets

LoadBalancer
AWS::ElasticLoadBalancingV2::LoadBalancer


Subnets

TargetGroup
AWS::ElasticLoadBalancingV2::TargetGroup


Listener
AWS::ElasticLoadBalancingV2::Listener


Certificates *
DefaultActions *
AuthenticateCognitoConfig
AuthenticateOidcConfig
FixedResponseConfig
ForwardConfig
TargetGroups
TargetGroupStickinessConfig
RedirectConfig

CloudFormation Template

Share Template