Basic AWS Setup
Before you can deploy anything on AWS, you must do a few things.
Get an AWS Account
Install the AWS Command Line Interface
pip install awscliCreate an AWS Access Key
aws configureAWS Access Key ID [None]: AKIAIOSFODNN7EXAMPLE
AWS Secret Access Key [None]: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Default region name [None]: eu-central-1
Default output format [None]: [Press Enter]Generate an RSA Key Pair for SSH
Send the Public Key to AWS
Last updated