If you want to manage AWS services directly from your computer's terminal, the AWS Command Line Interface (CLI) is the tool for you! It’s a powerful utility that allows you to perform operations on AWS resources using simple commands. This guide will...
Sytep-by-Steps: Building on the CI/CD work from Day 15, today’s focus was on setting up a Continuous Delivery (CD) pipeline in AWS to achieve efficient and automated deployments. Here’s a breakdown of the process and key takeaways: Project Goals 🎯 T...
DIFFICULTY : MID-LEVEL TIME : 90 MINS COST : 0$ WHAT YOU’LL NEED: An AWS account - Create one here! Visual Studio Code - Download Here! part-1 : Building an WebApp and IDE in AWS Part-2 : Setting up Git reposirtory with AWS CodeCommit. Part-3 : ...
EC2 Instance: Amazon Elastic Compute Cloud (EC2) also known as Virtual machines was created on the VPC used to run our workloads, not the infrastructure. Why it is important? Let’s say I am using the Windows Operating system but for my project, I wan...
Introduction To create an Amazon EKS (Elastic Kubernetes Service) cluster in a Multi-AZ (Availability Zone) configuration and ensure that pods can communicate with each other across different AZs, you need to follow a detailed step-by-step process. T...
As cloud environments grow more complex, it becomes increasingly important to efficiently manage resources. Automation can simplify resource tracking and management, especially in AWS where various services are actively used. One effective way to str...
DIFFICULTY : mid-level TIME : 2 HOURS COST : 0$ WHAT YOU’LL NEED : An AWS account - Create one here! Visual Studio Code - Download Here! part-1 : Building an WebApp and IDE in AWS Part-2 : Setting up Git reposirtory with AWS CodeCommit. AWS SER...
Introduction to AWS CLI Definition: Python-based command-line tool for AWS management Purpose: Automate AWS tasks, bypass UI limitations Importance in DevOps: Efficiency, repeatability, automation Why AWS CLI? Streamlines repetitive tasks Ena...
Tasks Using AWS CLI, delete an EC2 instance named nautilus-ec2 present in the us-east-1 region. Before submitting your task, make sure the instance is in the terminated state. Steps Get the instance ID and Stop the nautilus-ec2 instance. aws ec...
Tasks S3 bucket named xfusion-cp-7889 already exists. Copy the file /tmp/xfusion.txt to s3 bucket xfusion-cp-7889. Steps First of all checkout the s3 bucket, to ensure this is already exists. Amazon S3 → Buckets → xfusion-cp-7889 Verify the f...