Feb 2 · 1 min read · Step 1: Login into the AWS environment using provided credentials. Step 2: Go to RDS Section and select Databases option you will see existing db instance. Step 3: Select it and take snapshot of the instance. Step 4: Name your snapshot and click ta...
Join discussionFeb 1 · 1 min read · Step 1: Login into the AWS environment using provided credentials. Step 2: Go to RDS Section and select MYSQL option. Step 3: Select the version for MYSQL as mentioned below. Step 4: Name the DB instance and mention the credentials management type....
Join discussionDec 21, 2025 · 3 min read · EC2 stands for Elastic Compute Cloud. we can call it as Resizable compute capacity in cloud In simple terms, ec2 is used to create the virtual servers in the cloud AWS provides 200+ services and ec2 is one of the service. in devops terminology, to cr...
Join discussion
Oct 25, 2025 · 4 min read · El artículo también se encuentra publicado en Ingles English version. Uno de los puntos que hay que tener en cuenta a la hora de crear nuevos entornos en OCI es la gestión de apagado/encendido de los entornos para reducir los costes dentro de la tena...
Join discussion
Oct 25, 2025 · 4 min read · If you prefer to read in Spanish Spanish version. One of the most important aspects when we are an architect on OCI, it is goes hand in hand with the customer in order to save money when we have to define resources in the tenancy. Since May 2024, OCI...
Join discussion
Sep 23, 2025 · 2 min read · While learning Docker on AWS EC2, I realized that restarting an instance brings up a few challenges. For example, Docker does not automatically start after an EC2 reboot. Below are the step-by-step notes I made while practicing. Starting and Checking...
LLamri commentedAug 27, 2025 · 2 min read · When we launch an EC2 instance, sometimes the default storage is not enough. In that case, we can add a new Elastic Block Store (EBS) volume and attach it to our EC2 instance. In this blog, we will learn step by step how to do this in AWS. Step 1: O...
Join discussionAug 27, 2025 · 2 min read · Introduction When you create an EC2 instance in AWS, it is like a computer running in the cloud. To use this computer, you need a way to log in and run commands. For this, we use SSH (Secure Shell).SSH allows us to connect safely from our local compu...
Join discussionAug 15, 2025 · 8 min read · Whether you're tweaking config files, updating scripts, or wrangling logs on a remote server, knowing how to modify data efficiently is essential. Enter vi and vim—powerful, lightning-fast text editors built for the command line. In this blog, we'll ...
Join discussion