aboutsummaryrefslogtreecommitdiffstats
path: root/cf.yml
diff options
context:
space:
mode:
authorMichael Chandler <mchandler89@gmail.com>2019-10-06 09:22:41 +1000
committerMichael Chandler <mchandler89@gmail.com>2019-10-06 09:22:41 +1000
commit088d0197265a59cee69d2b1293540786ecee6f04 (patch)
treea9dd700af3098a0f52d42174e3b96bf06d45eeec /cf.yml
parent382670ccb52d3d4ad79955a728181706eb3270b7 (diff)
Ensure KeyPair is optional.
Diffstat (limited to 'cf.yml')
-rw-r--r--cf.yml6
1 files changed, 3 insertions, 3 deletions
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:
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage