LaurentDumont / aws-python-deployment-methods

A collections of ways to deploy python applications using AWS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There are too many ways to do things on the internet

Deploying a fastapi application on AWS

  • simple-ec2-with-direct-public-ip
    • spot-instances
    • on-demand
  • simple-ec2-with-application-load-balancer
  • beanstalk
  • fargate
  • eks
  • ecs
  • lambda
  • lightsail
  • AWS App Runner

Authentication to AWS with Terraform

  • By default, Terraform will use the credentials in your home folder (on linux) at ~/.aws/config

About

A collections of ways to deploy python applications using AWS.


Languages

Language:HCL 82.3%Language:Shell 17.7%