Part 4 – Deploying and Monitoring Django Applications in Production
AWS is the leading cloud provider and is widely used in the industry to host web applications. In this part, we will learn how to deploy our Django application using AWS. We will use Amazon RDS, Amazon ElastiCache, AWS Elastic Beanstalk, and other AWS services to host our Django application in production. In this part, we will also learn how we can monitor our Django application. We will learn how to integrate different tools into our Django application, such as error monitoring tools (e.g., Rollbar) and Application Performance Monitoring (APM) tools (e.g., New Relic).
This part has the following chapters:
- Chapter 13, Deploying Django in AWS
- Chapter 14, Monitoring Django Applications