From e5694a457ffc024cd1b2ab44576fb91ca36ff0bb Mon Sep 17 00:00:00 2001 From: Michael Sambol Date: Tue, 26 Sep 2017 07:58:00 -0500 Subject: [PATCH] Update KeyName to AWS-specific parameter type --- .../cloudformation/kinesis-data-vis-sample-app.template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/main/static-content/cloudformation/kinesis-data-vis-sample-app.template b/src/main/static-content/cloudformation/kinesis-data-vis-sample-app.template index a17c60b..ccd871f 100644 --- a/src/main/static-content/cloudformation/kinesis-data-vis-sample-app.template +++ b/src/main/static-content/cloudformation/kinesis-data-vis-sample-app.template @@ -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" : {