Skip to content

Instantly share code, notes, and snippets.

@omenking
Created June 2, 2022 15:25
Show Gist options
  • Save omenking/3eebeed8e5880140da17e5c8a9ce8f30 to your computer and use it in GitHub Desktop.
Save omenking/3eebeed8e5880140da17e5c8a9ce8f30 to your computer and use it in GitHub Desktop.
appspec yml for ecs
version: 0.0
Resources:
- TargetService:
Type: AWS::ECS::Service
Properties:
TaskDefinition: "arn:aws:ecs:us-east-1:982383527471:task-definition/rails-example:4"
LoadBalancerInfo:
ContainerName: "rails-example"
ContainerPort: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment