Shivam Dubeycloud-journey.hashnode.dev·Nov 15, 2024How to Install and Configure AWS CLI: A Complete Beginner’s GuideIf 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...Discussinstall aws cli
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 29, 2024Day 16: Enhancing AWS Continuous Delivery Pipeline for Automated Deployments 🚀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...DiscussAWS
yyounos shaikyoushaik.hashnode.dev·Oct 21, 2024Cloud DevOps - Pakcage an App with AWS CodeBuildDIFFICULTY : 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 : ...DiscussAWS
Vasuki Janarthananvasukijanarthanan.hashnode.dev·Oct 21, 2024Launching Amazon EC2 Instances through AWS CLI in Virtual Private CloudEC2 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...Discuss·5 likes·27 readsaws cli
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 21, 2024Multi-AZ EKS Cluster Setup with Service for Pod Communication VerificationIntroduction 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...Discuss·10 likesK8sEKS
Patil Rahul Prafullatherahulpatil.hashnode.dev·Oct 14, 2024AWS Resource Listing with Shell ScriptingAs 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...Discuss·1 likeshell script
yyounos shaikyoushaik.hashnode.dev·Oct 10, 2024Cloud DevOps - Secure Project Dependencies with AWS CodeArtifactDIFFICULTY : 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...DiscussAWS
Amulyaawscloudbasics.hashnode.dev·Oct 10, 2024"Mastering AWS CLI: The Ultimate Guide for DevOps Engineers"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...DiscussAWSAWS
Abishek Kafledevops.abisec.xyz·Oct 9, 2024Delete EC2 Instance via AWS CLITasks 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...DiscussCloud PlatformsAWS
Abishek Kafledevops.abisec.xyz·Oct 8, 2024Transfer Data to Existing S3 BucketTasks 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...DiscussCloud PlatformsAWS