diff options
| author | Michael Chandler <mchandler89@gmail.com> | 2019-04-29 09:36:46 +1000 |
|---|---|---|
| committer | Michael Chandler <mchandler89@gmail.com> | 2019-04-29 09:36:46 +1000 |
| commit | b11aeecc6c61676ff0125c8547af2a04797b22a2 (patch) | |
| tree | 697668ad171763a9038788695569abe8532c37d7 /readme.md | |
| parent | 3b6b92e24bc043d5a53949403f0e9df790932b47 (diff) | |
Update readme with CloudFormation Launch Stack link.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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.
+[](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
|
