Skip to content

Commit 9b84b2c

Browse files
committed
Don't create service or task definition yet
1 parent c3bdecf commit 9b84b2c

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

Diff for: cloud-formation/ecs.yaml

-30
Original file line numberDiff line numberDiff line change
@@ -51,33 +51,3 @@ Resources:
5151
Type: AWS::ECS::Cluster
5252
Properties:
5353
ClusterName: GoCaptureCluster
54-
Service:
55-
Type: AWS::ECS::Service
56-
Properties:
57-
Cluster: !Ref Cluster
58-
DesiredCount: 1
59-
LaunchType: FARGATE
60-
NetworkConfiguration:
61-
AwsvpcConfiguration:
62-
AssignPublicIp: ENABLED
63-
SecurityGroups:
64-
- !Ref SecurityGroup
65-
Subnets:
66-
- !Ref PublicSubnet
67-
ServiceName: GoCaptureECSService
68-
TaskDefinition: !Ref TaskDefinition
69-
TaskDefinition:
70-
Type: AWS::ECS::TaskDefinition
71-
Properties:
72-
ContainerDefinitions:
73-
- Name: GoCaptureContainer
74-
Image: !Ref TaskImage
75-
Cpu: .25 vCPU
76-
ExecutionRoleArn: !Ref ExecutionRole
77-
Family: GoCapture
78-
Memory: 0.5 GB
79-
NetworkMode: awsvpc
80-
RuntimePlatform:
81-
CpuArchitecture: X86_64
82-
OperatingSystemFamily: LINUX
83-
TaskRoleArn: !Ref TaskRole

0 commit comments

Comments
 (0)