Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit eaceb00

Browse files
committed
Renamed bucket of cloudformation templates
1 parent 58b0bf6 commit eaceb00

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cloudformation/additional-region.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Resources:
3333
Vpc:
3434
Type: AWS::CloudFormation::Stack
3535
Properties:
36-
TemplateURL: "https://s3.amazonaws.com/load-testing-using-aws-fargate/artifacts/templates/fargate-vpc.yaml"
36+
TemplateURL: "https://s3.amazonaws.com/distributed-load-testing-using-aws-fargate/templates/fargate-vpc.yaml"
3737

3838
FargateCluster:
3939
Type: AWS::CloudFormation::Stack
4040
DependsOn: Vpc
4141
Properties:
42-
TemplateURL: "https://s3.amazonaws.com/load-testing-using-aws-fargate/artifacts/templates/fargate-cluster.yaml"
42+
TemplateURL: "https://s3.amazonaws.com/distributed-load-testing-using-aws-fargate/templates/fargate-cluster.yaml"
4343
Parameters:
4444
VpcId: !GetAtt Vpc.Outputs.VpcId
4545
TaskExecutionRoleArn: !Ref TaskExecutionRoleArn

cloudformation/master.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ Resources:
4343
Vpc:
4444
Type: AWS::CloudFormation::Stack
4545
Properties:
46-
TemplateURL: "https://s3.amazonaws.com/load-testing-using-aws-fargate/artifacts/templates/fargate-vpc.yaml"
46+
TemplateURL: "https://s3.amazonaws.com/distributed-load-testing-using-aws-fargate/templates/fargate-vpc.yaml"
4747

4848
FargateCluster:
4949
Type: AWS::CloudFormation::Stack
5050
DependsOn: Vpc
5151
Properties:
52-
TemplateURL: "https://s3.amazonaws.com/load-testing-using-aws-fargate/artifacts/templates/fargate-cluster.yaml"
52+
TemplateURL: "https://s3.amazonaws.com/distributed-load-testing-using-aws-fargate/templates/fargate-cluster.yaml"
5353
Parameters:
5454
VpcId: !GetAtt Vpc.Outputs.VpcId
5555
TaskExecutionRoleArn: !GetAtt TaskExecutionRole.Arn
@@ -66,7 +66,7 @@ Resources:
6666
Type: AWS::CloudFormation::Stack
6767
DependsOn: Vpc
6868
Properties:
69-
TemplateURL: "https://s3.amazonaws.com/load-testing-using-aws-fargate/artifacts/templates/pipeline.yaml"
69+
TemplateURL: "https://s3.amazonaws.com/distributed-load-testing-using-aws-fargate/templates/pipeline.yaml"
7070
Parameters:
7171
DockerRegistryArn: !GetAtt DockerRegistry.Arn
7272
MasterStackId: !Ref 'AWS::StackName'

0 commit comments

Comments
 (0)