This CloudFormation template sets up a CodeDeploy configuration with automatic rollback and notification capabilities. It also includes an alarm and SNS topic for notifications when charges exceed a certain threshold.

myAlarm
AWS::CloudWatch::Alarm


mySNSTopic
AWS::SNS::Topic


Subscription

Application
AWS::CodeDeploy::Application


DeploymentConfig
AWS::CodeDeploy::DeploymentConfig


MinimumHealthyHosts

DeploymentGroup
AWS::CodeDeploy::DeploymentGroup


AlarmConfiguration
Alarms
AutoRollbackConfiguration

Events

Ec2TagFilters
TriggerConfigurations

TriggerEvents

CloudFormation Template

Share Template