04-Hosting | Deployment on AWS

Deploy Django app on AWS

Deploy Django app on AWS

Deploy and host a django application on AWS EC2 instance using Nginx as the webserver and Gunicorn as WSGI

Nginx is an open-source web server that, since its success as a web server, is now also used as a reverse proxy , HTTP cache, and load balancer.

WSGI used to forward request from a web server to a python backend.

[Read More]

02-AWS | Getting started with AWS

AWS setup

AWS Infracture

AWS Regions are separate geographic areas that AWS uses to house its infrastructure. Now has 31 Regions

  • Mumbai (ap-south-1)
  • Hong Kong (ap-east-1)
  • Singapore (ap-southeast-1)

Availability Zones(AZs): Each region has multiple AZs and when you design your infrastructure to have backups of data in other AZs, Now has 99 Availability Zones

[Read More]

10-AWS | Application Integration

Application Integration

Process and Migrate Data Kinesis Collect, process, and analyze data streams in real time. Features K data Stream Real-time data capture –> Collect streaming data with a data stream K Data Firehose Process and deliver streaming data with data delivery stream. Load streaming data into data lakes, data stores, and analytics tools for: K Data Analytics Get insights in real time –> Analyze streaming data with data analytics application. [Read More]