AWS Tutorials

Kostja Palović

How to send emails with Django via SES with SNS

How to send email from Django Project via AWS SES, set up tracking of bounces and complaints, and filter bad email addresses to protect email deliverability.

Read more →
Kostja Palović

How to create AWS RDS Postgres instance

Database is the main auxiliary service needed for running your Django Project. How to create AWS RDS Postgres Database and connect to Django.

Read more →
Kostja Palović

Django CloudWatch Logs

Send Django application logs to Centralized CloudWatch. This enables you to have a better view of logs, search and filter logs. Every container gets its own log stream.

Read more →
Kostja Palović

How to create S3 bucket with write only access

How to create a bucket and generate credentials that only have write access to a single bucket.

Read more →
Kostja Palović

How to Deploy Django Project to AWS EC2

How to deploy a Django project on AWS EC2 instance. Article show how to connect GIT repository, add database and deploy your app

Read more →
Kostja Palović

Django File uploads to S3 and Cloudfront CDN

How to create AWS S3 bucket, setup CloudFront CDN and setup Django 4.2 to upload files to S3

Read more →
Kostja Palović

Deploy FastAPI and PostgreSQL on AWS EC2 Tutorial

Learn how to create a FastAPI app with PostgreSQL and deploy it on an AWS EC2 Instance.

Read more →
Kostja Palović

Deploy Next.js on AWS EC2 and Digital Ocean

Learn how to create a new Next.js application and deploy it on AWS EC2 instance or Digital Ocean droplet.

Read more →
Kostja Palović

How to Deploy Wagtail To AWS EC2 and Digital Ocean

Step-by-step tutorial on how to create a Wagtail project and deploy it on AWS EC2 and Digital Ocean Droplet.

Read more →
Kostja Palović

Adding Elastic IP to your AWS EC2 instance

Read more →