Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit af4fcc6

Browse files
committed
Updating VPC stack path
1 parent f439fc3 commit af4fcc6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

templates/mongodb-master.template

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
"Properties": {
454454
"TemplateURL": {
455455
"Fn::Sub": [
456-
"https://${S3Bucket}.s3.${S3Region}.${AWS::URLSuffix}/${QSS3KeyPrefix}submodules/quickstart-aws-vpc/templates/aws-vpc.template",
456+
"https://${S3Bucket}.s3.${S3Region}.${AWS::URLSuffix}/${QSS3KeyPrefix}submodules/quickstart-aws-vpc/templates/aws-vpc.template.yaml",
457457
{
458458
"S3Region": {
459459
"Fn::If": ["UsingDefaultBucket", { "Ref" : "AWS::Region" }, {"Ref": "QSS3BucketRegion"}]
@@ -473,9 +473,6 @@
473473
}
474474
]
475475
},
476-
"KeyPairName": {
477-
"Ref": "KeyPairName"
478-
},
479476
"NumberOfAZs": {
480477
"Ref": "NumberOfAZs"
481478
},

templates/mongodb-new-vpc.template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ Resources:
376376
Fn::Join:
377377
- ','
378378
- !Ref 'AvailabilityZones'
379-
KeyPairName: !Ref 'KeyPairName'
380379
NumberOfAZs: !Ref 'NumberOfAZs'
381380
PrivateSubnet1ACIDR: !Ref 'PrivateSubnet1CIDR'
382381
PrivateSubnet2ACIDR: !Ref 'PrivateSubnet2CIDR'

0 commit comments

Comments
 (0)