How to Deploy a Django Application to AWS

In this blog post, we will finish swapping out the frontend and backend of our Python AWS application. Although Flask and Redis are different from Django and MySQL in many ways, the underlying infrastructure behind their deployment is nonetheless very similar, and can be effortlessly updated as we transition from one to the other.
We will be paying additional attention to security, and will be making use of Pulumi’s secret management tools to protect our passwords and private keys.