This repository was archived by the owner on Aug 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ Metadata:
3535 - LatestAmazonLinuxAMI
3636 - InstanceType
3737 - InstanceName
38- - KeyName
3938 - SSHLocation
4039 - HTTPLocation
4140
@@ -62,8 +61,6 @@ Metadata:
6261 default : " SSH Address Range"
6362 HTTPLocation :
6463 default : " HTTP Address Range"
65- KeyName :
66- default : " Key Pair Name"
6764 S3OpenDataBucketARNs :
6865 default : " S3 Open Data Bucket ARNs"
6966 CromwellVersion :
@@ -176,11 +173,6 @@ Parameters:
176173 Default : cromwell-server
177174 Description : The name of the instance that is created
178175
179- KeyName :
180- Description : Name of an existing EC2 KeyPair to enable SSH access to the instance
181- Type : AWS::EC2::KeyPair::KeyName
182- ConstraintDescription : Must be the name of an existing EC2 KeyPair that is on your local machine.
183-
184176 SSHLocation :
185177 Description : >-
186178 The IP address range that can be used to SSH to the EC2 instances. In a production environment we
@@ -616,7 +608,6 @@ Resources:
616608 ImageId : !Ref LatestAmazonLinuxAMI
617609 InstanceType : !Ref InstanceType
618610 IamInstanceProfile : !Ref EC2InstanceProfile
619- KeyName : !Ref KeyName
620611 Tags :
621612 - Key : Name
622613 Value : !Sub ${InstanceName}-${Namespace}
You can’t perform that action at this time.
0 commit comments