From 57c9f59f4623456fbb96c5767de68741d32152fa Mon Sep 17 00:00:00 2001 From: Michael Chandler Date: Sun, 28 Apr 2019 11:05:44 +1000 Subject: [PATCH] Add AWS deployment repo Link. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2b602e2..c5c9352 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,10 @@ For LAN games the VM needs an internal IP in order for clients to connect. One w config.vm.network "forwarded_port", guest: 34197, host: 34197 ``` +## Amazon Web Services (AWS) Deployment + +If you're looking for a simple way to deploy this to the Amazon Web Services Cloud, check out the [Factorio Server Deployment (CloudFormation) repository](https://github.com/m-chandler/factorio-spot-pricing). This repository contains a CloudFormation template that will get you up and running in AWS in a matter of minutes. Optionally it uses Spot Pricing so the server is very cheap, and you can easily turn it off when not in use. + ## Troubleshooting **My server is listed in the server browser, but nobody can connect**