Skip to content

Instantly share code, notes, and snippets.

@MrMikeFloyd
Created May 23, 2022 07:51
Show Gist options
  • Save MrMikeFloyd/f419cff82ad467d746b26729f248f33f to your computer and use it in GitHub Desktop.
Save MrMikeFloyd/f419cff82ad467d746b26729f248f33f to your computer and use it in GitHub Desktop.
CodeDeploy application specification for automated ECS deployments. The task definition will be injected during deployment. Find the most recent version here: https://github.com/codecentric/accelerate-kickstarter-aws/blob/main/cloud-bootstrap-app/appspec-prod.yaml
version: 0.0
Resources:
- TargetService:
Type: AWS::ECS::Service
Properties:
TaskDefinition: <TASK_DEFINITION>
LoadBalancerInfo:
ContainerName: "cloud-bootstrap"
ContainerPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment