© 2022 Hashnode
#amazon-ec2
In this practice lab, I am going to learn how to deploy an RDS Multi-AZ architecture. I will then create read replicas and simulate a failover of the RDS instance. The objective of this practice lab i…
1.What do you know about EC2 in Amazon? Amazon EC2 represents Elastic Compute Cloud which is an interface of web service. It also provides computational capacity that can be resized in the AWS cloud.…
Contributing editors: Lucas Hild, Merlin Carter Our story begins in the early evening of December 5, 2021. Apart from the fact that two hippos at the Antwerp zoo in Belgium tested positive for Covid-1…
RabbitMQ is an open source message broker software that implements the Advanced Message Queuing Protocol (AMQP) and Streaming Text Oriented Messaging Protocol, Message Queuing Telemetry Transport, and…
Nowadays, our applications are hosted in the cloud using services like AWS and DigitalOcean. Instead of going for a database-as-a-service, where everything is managed and controlled by the service pro…
Pgweb is a simple lightweight web-based client for PostgreSQL. This is a guide on installing and setting up pgweb on Amazon EC2 (Ubuntu 20.04.4 LTS machine). Requirement: An Amazon EC2 instance Installation SSH into your instance and upda…
Terraform – Basics Installing Locally and Running with Example Step 1: For Terafform to work with AWS cloud we require AWS CLI Installed Locally and Terraform to be downloaded. AWS CLI : https://awscli.amazonaws.com/AWSCLIV2.msi Terraform:…