We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
How to
Deploy a Phoenix App
Learn to configure your phoenix application with mix release and deploy to your infrastructure. This course will also show you how to configure your database connectivity and clustering support.
![Zack's profile picture](https://cdn.sanity.io/images/gyrrgtvc/staging/757cc2b18b77bd100095668f2834a7aa2a08a2d5-3024x4032.jpg?auto=format&h=256&w=256&fit=crop)
Zack Siri
- Title
- Founder
- Role
- Instructor
Don't have an account?
Sign up and get a 30 day free trial. No credit card required.
Course Overview
In this episode we will take a look at the architecture that we want to achieve over this course.
Design
We will create a VPC network. This is the foundation for all our other resources. The VPC creates an isolation from other resources in AWS cloud. This means no other resources in AWS can access our machines and databases unless we choose to allow it.
Here is a basic diagram showing how the architecture looks.
Course episodes
-
Chapter 1 Configuring the application