We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc27aa commit 42ccabdCopy full SHA for 42ccabd
1 file changed
appspec.yml
@@ -0,0 +1,9 @@
1
+version: 0.0
2
+Resources:
3
+ - TargetService:
4
+ Type: AWS::ECS::Service
5
+ Properties:
6
+ TaskDefinition: <TASK_DEFINITION>
7
+ LoadBalancerInfo:
8
+ ContainerName: "sample-website"
9
+ ContainerPort: 80
0 commit comments