Setting up PostgreSQL on Linux
Postgres is a popular open source enterprise-ready database management system.
In this post, I show how to install and configure it on Linux.
Setting up PostgreSQL on Linux Read More »
Postgres is a popular open source enterprise-ready database management system.
In this post, I show how to install and configure it on Linux.
Setting up PostgreSQL on Linux Read More »
Amazon S3 is an Object Storage service and is one of the main building blocks of the AWS Cloud.
This article is an overview of some of its features.
Amazon S3 – Object Storage Read More »
The article explains the steps for deploying a Django + Nginx application on an AWS Lightsail Virtual Private Server (VPS) with Docker and Ansible automation. This article will guide you through setting up a VPS instance, domain linking, server configuration with Ansible, securing the server, setting up SSL/TLS certificates, and finally, deploying the application. As part of the process, you’ll see how to run setup and deployment playbooks on a server, culminating in a live Django + Nginx project with HTTPS functionality.
Deploying a Django + Nginx application to a VPS with ansible Read More »
I took a risk last year and pivoted from Development to DevOps work. Everything was going well until I got laid off.
On work and layoffs Read More »
Amazon Relational Database Service (RDS) is a managed relational database service that allows you to setup and operate SQL databases in the AWS cloud.
In this article we’ll discuss the RDS databases and their scalability and high availability.
Databases in AWS: RDS Read More »
In our AWS Cloud article series, we’ve explored the fundamental aspects of EC2 instances, storage, and load balancers. In this article we’ll discuss scalability and Auto Scaling.
In today’s fast-paced digital landscape, ensuring high availability for your applications is crucial. Downtime can lead to frustrated users, lost revenue, and damage to your brand’s reputation. That’s where load balancers come into play.
High Availability: Load Balancers and Auto Scaling Read More »
AWS offers a range of solutions for Object, file and block storage.This post covers Block storage, Instance storage, machine images and EFS.
Elastic Compute Cloud or EC2 is an AWS service that gives you the ability to rent virtual machines, store data on them and automatically scale them up or down based on demand or traffic.
AWS EC2 Fundamentals Read More »