update aws setup

This commit is contained in:
Yannik Schmidt
2021-08-31 20:46:08 +02:00
parent 40ac4c99d8
commit f27bca31a8
2 changed files with 10 additions and 33 deletions

View File

@@ -37,4 +37,7 @@ The start script (*setup.sh*) performs the following task in this order:
- lock out any ssh but root just to be safe (CMD\_LOCK\_SSH)
# AWS
#
- create a keypair called *"flask-ftp"* or change the value of *"KeyName"* in *aws/template.yml* to an existing key pair (see "AWS Network & Security -> Key Pairs" for details)
- create a new stack (CloudFormation -> Stacks -> Create Stack) and upload the template (*aws/template.yml*)
- goto Instances, select Security and click the security group, add inbound for the ports you want to use (e.g. 80, 443 or 5000)