Created
May 23, 2022 07:51
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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