From 088d0197265a59cee69d2b1293540786ecee6f04 Mon Sep 17 00:00:00 2001 From: Michael Chandler Date: Sun, 6 Oct 2019 09:22:41 +1000 Subject: Ensure KeyPair is optional. --- cf.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cf.yml') diff --git a/cf.yml b/cf.yml index 0266074..66a4882 100644 --- a/cf.yml +++ b/cf.yml @@ -31,7 +31,7 @@ Parameters: Default: "0.05" KeyPairName: - Type: AWS::EC2::KeyPair::KeyName + Type: String Description: (Optional - An empty value disables this feature) Default: '' @@ -85,11 +85,11 @@ Metadata: ServerState: default: "Update this parameter to shut down / start up your Factorio server as required to save on cost. Takes a few minutes to take effect." InstanceType: - default: "Which instance type?" + default: "Which instance type? You must make sure this is available in your region! https://aws.amazon.com/ec2/pricing/on-demand/" SpotPrice: default: "Maximum spot price per hour? Leave blank to disable spot pricing." KeyPairName: - default: "If you wish to access the instance via SSH, select a Key Pair to use." + default: "If you wish to access the instance via SSH, select a Key Pair to use. https://console.aws.amazon.com/ec2/v2/home?#KeyPairs:sort=keyName" YourIp: default: "If you wish to access the instance via SSH, provide your public IP address." HostedZoneId: -- cgit v1.2.3