This repository was archived by the owner on Sep 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ Resources:
33
33
Vpc :
34
34
Type : AWS::CloudFormation::Stack
35
35
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"
37
37
38
38
FargateCluster :
39
39
Type : AWS::CloudFormation::Stack
40
40
DependsOn : Vpc
41
41
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"
43
43
Parameters :
44
44
VpcId : !GetAtt Vpc.Outputs.VpcId
45
45
TaskExecutionRoleArn : !Ref TaskExecutionRoleArn
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ Resources:
43
43
Vpc :
44
44
Type : AWS::CloudFormation::Stack
45
45
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"
47
47
48
48
FargateCluster :
49
49
Type : AWS::CloudFormation::Stack
50
50
DependsOn : Vpc
51
51
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"
53
53
Parameters :
54
54
VpcId : !GetAtt Vpc.Outputs.VpcId
55
55
TaskExecutionRoleArn : !GetAtt TaskExecutionRole.Arn
@@ -66,7 +66,7 @@ Resources:
66
66
Type : AWS::CloudFormation::Stack
67
67
DependsOn : Vpc
68
68
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"
70
70
Parameters :
71
71
DockerRegistryArn : !GetAtt DockerRegistry.Arn
72
72
MasterStackId : !Ref 'AWS::StackName'
You can’t perform that action at this time.
0 commit comments