This template configures an Elastic Load Balancing load balancer for the deployment group. The template configures a new Load balancer with a a new VPC and Subnet (as well as an internet gateway for the public subnet).The template also includes an SNS topic for trigger notifications (Failure and Success events).

myVpc
AWS::EC2::VPC


mySubnet
AWS::EC2::Subnet


InternetGateway
AWS::EC2::InternetGateway


AttachGateway
AWS::EC2::VPCGatewayAttachment


myELB
AWS::ElasticLoadBalancing::LoadBalancer


Listeners *

PolicyNames

Subnets

mySNSTopic
AWS::SNS::Topic


Application
AWS::CodeDeploy::Application


DeploymentConfig
AWS::CodeDeploy::DeploymentConfig


DeploymentGroup
AWS::CodeDeploy::DeploymentGroup


DeploymentStyle
Ec2TagFilters
LoadBalancerInfo
ElbInfoList
TargetGroupInfoList
TargetGroupPairInfoList
TriggerConfigurations

TriggerEvents

CloudFormation Template

Share Template