diff options
| author | Michael Chandler <mchandler89@gmail.com> | 2019-10-06 09:22:41 +1000 |
|---|---|---|
| committer | Michael Chandler <mchandler89@gmail.com> | 2019-10-06 09:22:41 +1000 |
| commit | 088d0197265a59cee69d2b1293540786ecee6f04 (patch) | |
| tree | a9dd700af3098a0f52d42174e3b96bf06d45eeec /cf.yml | |
| parent | 382670ccb52d3d4ad79955a728181706eb3270b7 (diff) | |
Ensure KeyPair is optional.
Diffstat (limited to 'cf.yml')
| -rw-r--r-- | cf.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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:
|
