Infrastructure
We use AWS for all of the infrastructure needs at Codeleap. It's managed with the Infrastructure as code (IAC) tool Pulumi.
Here are some quick links depending on what you need:
- If you're setting up an AWS account for a client, see AWS Initial Setup
- For deploying your django app, see Deploying the backend
- For debugging an issue on the remote server, see Debugging AWS
- If you're learning how infrastructure works, read Infrastructure at a glance
- The Backend Pro tips may have something useful for you.
- Check the FAQ for anything else
- If it's not written anywhere, figure it out with your mentors, then come back here and document it!