Created
June 2, 2022 15:25
-
-
Save omenking/3eebeed8e5880140da17e5c8a9ce8f30 to your computer and use it in GitHub Desktop.
appspec yml for ecs
This file contains hidden or 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: "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