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

Update KeyName to AWS-specific parameter type #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@

"KeyName" : {
"Description" : "(Optional) Name of an existing EC2 KeyPair to enable SSH access to the instance. If this is not provided you will not be able to SSH on to the EC2 instance.",
"Type" : "String",
"Default" : "",
"MinLength" : "0",
"MaxLength" : "255",
"AllowedPattern" : "[\\x20-\\x7E]*",
"ConstraintDescription" : "can contain only ASCII characters."
"Type" : "AWS::EC2::KeyPair::KeyName"
},

"SSHLocation" : {
Expand Down