Skip to content

Commit 8015f43

Browse files
committed
Update suptemplate bucket name
1 parent 0d1adf9 commit 8015f43

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

ecs-ec2.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ Resources:
172172
Network:
173173
Type: AWS::CloudFormation::Stack
174174
Properties:
175-
TemplateURL: https://s3.amazonaws.com/imgproxy-cloudformation/templates/network.yml
175+
TemplateURL: https://s3.amazonaws.com/imgproxy-cf/templates/network.yml
176176
Parameters:
177177
EnvironmentName: !Ref AWS::StackName
178178

179179
ALB:
180180
Type: AWS::CloudFormation::Stack
181181
Properties:
182-
TemplateURL: https://s3.amazonaws.com/imgproxy-cloudformation/templates/load-balancer.yml
182+
TemplateURL: https://s3.amazonaws.com/imgproxy-cf/templates/load-balancer.yml
183183
Parameters:
184184
EnvironmentName: !Ref AWS::StackName
185185
VPC: !GetAtt Network.Outputs.VPC
@@ -189,14 +189,14 @@ Resources:
189189
Cluster:
190190
Type: AWS::CloudFormation::Stack
191191
Properties:
192-
TemplateURL: https://s3.amazonaws.com/imgproxy-cloudformation/templates/ecs-cluster.yml
192+
TemplateURL: https://s3.amazonaws.com/imgproxy-cf/templates/ecs-cluster.yml
193193
Parameters:
194194
EnvironmentName: !Ref AWS::StackName
195195

196196
CapacityProvider:
197197
Type: AWS::CloudFormation::Stack
198198
Properties:
199-
TemplateURL: https://s3.amazonaws.com/imgproxy-cloudformation/templates/ecs-capacity-provider.yml
199+
TemplateURL: https://s3.amazonaws.com/imgproxy-cf/templates/ecs-capacity-provider.yml
200200
Parameters:
201201
EnvironmentName: !Ref AWS::StackName
202202
Cluster: !GetAtt Cluster.Outputs.Cluster
@@ -210,7 +210,7 @@ Resources:
210210
Service:
211211
Type: AWS::CloudFormation::Stack
212212
Properties:
213-
TemplateURL: https://s3.amazonaws.com/imgproxy-cloudformation/templates/ecs-service.yml
213+
TemplateURL: https://s3.amazonaws.com/imgproxy-cf/templates/ecs-service.yml
214214
Parameters:
215215
EnvironmentName: !Ref AWS::StackName
216216
VPC: !GetAtt Network.Outputs.VPC
@@ -234,7 +234,7 @@ Resources:
234234
Condition: DeployCloudFront
235235
Type: AWS::CloudFormation::Stack
236236
Properties:
237-
TemplateURL: https://s3.amazonaws.com/imgproxy-cloudformation/templates/cloudfront.yml
237+
TemplateURL: https://s3.amazonaws.com/imgproxy-cf/templates/cloudfront.yml
238238
Parameters:
239239
EnvironmentName: !Ref AWS::StackName
240240
OriginHost: !GetAtt ALB.Outputs.LoadBalancerUrl

ecs-fargate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ Resources:
129129
Network:
130130
Type: AWS::CloudFormation::Stack
131131
Properties:
132-
TemplateURL: https://s3.amazonaws.com/imgproxy-cloudformation/templates/network.yml
132+
TemplateURL: https://s3.amazonaws.com/imgproxy-cf/templates/network.yml
133133
Parameters:
134134
EnvironmentName: !Ref AWS::StackName
135135

136136
ALB:
137137
Type: AWS::CloudFormation::Stack
138138
Properties:
139-
TemplateURL: https://s3.amazonaws.com/imgproxy-cloudformation/templates/load-balancer.yml
139+
TemplateURL: https://s3.amazonaws.com/imgproxy-cf/templates/load-balancer.yml
140140
Parameters:
141141
EnvironmentName: !Ref AWS::StackName
142142
VPC: !GetAtt Network.Outputs.VPC
@@ -146,14 +146,14 @@ Resources:
146146
ECSCluster:
147147
Type: AWS::CloudFormation::Stack
148148
Properties:
149-
TemplateURL: https://s3.amazonaws.com/imgproxy-cloudformation/templates/ecs-cluster.yml
149+
TemplateURL: https://s3.amazonaws.com/imgproxy-cf/templates/ecs-cluster.yml
150150
Parameters:
151151
EnvironmentName: !Ref AWS::StackName
152152

153153
ECSService:
154154
Type: AWS::CloudFormation::Stack
155155
Properties:
156-
TemplateURL: https://s3.amazonaws.com/imgproxy-cloudformation/templates/ecs-service.yml
156+
TemplateURL: https://s3.amazonaws.com/imgproxy-cf/templates/ecs-service.yml
157157
Parameters:
158158
EnvironmentName: !Ref AWS::StackName
159159
VPC: !GetAtt Network.Outputs.VPC
@@ -176,7 +176,7 @@ Resources:
176176
Condition: DeployCloudFront
177177
Type: AWS::CloudFormation::Stack
178178
Properties:
179-
TemplateURL: https://s3.amazonaws.com/imgproxy-cloudformation/templates/cloudfront.yml
179+
TemplateURL: https://s3.amazonaws.com/imgproxy-cf/templates/cloudfront.yml
180180
Parameters:
181181
EnvironmentName: !Ref AWS::StackName
182182
OriginHost: !GetAtt ALB.Outputs.LoadBalancerUrl

0 commit comments

Comments
 (0)