From b11aeecc6c61676ff0125c8547af2a04797b22a2 Mon Sep 17 00:00:00 2001 From: Michael Chandler Date: Mon, 29 Apr 2019 09:36:46 +1000 Subject: Update readme with CloudFormation Launch Stack link. --- readme.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index ad79d0e..e43d82b 100644 --- a/readme.md +++ b/readme.md @@ -24,12 +24,11 @@ A few notes on the services we're using... ## Getting Started -1. Download `cf.yml`. -2. Log into your AWS account. -3. Select the region closest to you and your friends (top right). -4. Go to [CloudFormation](https://console.aws.amazon.com/cloudformation/home) in the AWS console. -5. Create Stack -> Upload template -> `cf.yml`. -6. Give the stack a name - `factorio` should do just fine. If you want to access the instance remotely via SSH refer to the Remote Access section below. There should be no need to touch any other parameters. Continue through the rest of the deployment. +[![Launch Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=factorio&templateURL=https://s3.amazonaws.com/factorio-spot-pricing/cf.yml) + +1. Click the above link, you'll need to log into your AWS account if you haven't already. +2. Ensure you've selected a suitable AWS Region (closest to you) via the selector at the top right. +3. Click Next to proceed through the CloudFormation deployment, provide parameters on the following page. You'll need a Key Pair and your Public IP address if you want to access the instance remotely via SSH (recommended). Refer to the Remote Access section below. There should be no need to touch any other parameters unless you have reason to do so. Continue through the rest of the deployment. ## Next Steps -- cgit v1.2.3