Notes from building on AWS
-
Launching an EC2 instance
Picking an AMI, a t3.micro, and getting the security group right.
-
Nginx as a reverse proxy
Why Gunicorn alone is not enough for a public facing server.
-
Object storage with S3
Buckets, versioning, and talking to them from Python with boto3.