File tree 1 file changed +0
-30
lines changed
1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -51,33 +51,3 @@ Resources:
51
51
Type : AWS::ECS::Cluster
52
52
Properties :
53
53
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
You can’t perform that action at this time.
0 commit comments