Prathamesh Patilpatilprathamesh.hashnode.dev·Jan 13, 2025Managing AWS CLI Credentials and Using Multiple Accounts: A Beginner's GuideThe AWS Command Line Interface (CLI) is a powerful tool for interacting with AWS services. To get started, you need to configure credentials, and as your work scales, you might need to manage multiple AWS accounts. This guide walks you through the st...AWS
Faizan Mehrajfaizandar.hashnode.dev·Jan 8, 2025Building a Weather Dashboard: Fetch and Store Real-Time Weather Data with Python, OpenWeather API, and AWS S3Building projects that integrate APIs and cloud services offers invaluable hands-on experience with real-world applications. In this article, I’ll guide you through my Weather Dashboard project—a Python-based application designed to fetch real-time w...41 readsDevOpsAllStarsChallenge
Sahil Naiksahilnaik.hashnode.dev·Jan 5, 2025Optimizing AWS Workflows with AWS CLI: Mastering the Basics of Core ServicesIntroduction : AWS CLI (Amazon Web Services Command Line Interface) is a unified tool that enables users to manage and interact with AWS services directly from a terminal or command prompt. It provides a set of commands that allow you to perform vari...10 likesAWS
Fırat TONAKfirattonak.com·Jan 4, 2025Easy Steps to Set Up Terraform on MacThis article will teach you about Terraform and how to install it on macOS. You can start using Terraform once you are done with all the steps. This guide is created to serve as a reference for future articles, and it focuses on the installation and...Hashicorp TerraformTerraform
DHANVEER AHAMED ABDUL RAHEEMdhanvbdev.hashnode.dev·Jan 2, 2025Installation of Production Grade Kubernetes Cluster with KOPSInstalling a production-grade Kubernetes cluster using Kubernetes Operations (kops) on Amazon Web Services (AWS) involves several steps. Below is a structured guide to help you through the process. Prerequisites AWS Account: Ensure you have an active...Kops
KORLA GOUTHAMkorla.hashnode.dev·Dec 27, 2024AWS S3 Security Part -1 CLIHello EveryOne, In this blog I would like to explain AWS S3 Security with some real world examples. Lets get started. Topics would be covered in this blog. Etags and CheckSums ACLs Block Public Access Bucket Policies Real World Examples. I hav...AWS_S3bucketpolicies
Hema Sundharam Kollahemasundharamkolla.hashnode.dev·Dec 27, 2024AWS CLI Explained: Everything You Need to KnowExploring AWS CLI: A Journey into Simplifying Cloud Management As a student diving into the world of cloud computing, I recently ventured into learning about the AWS Command Line Interface (CLI). This powerful tool has been a game-changer in how I in...The DevOps Cloudbook: AWS Editionaws ui
DEVESH NEMADEdeveshnemade.hashnode.dev·Dec 24, 2024AWS CLI commands for VPC, VPC peering, S3 multipart, etc.Getting Started with AWS CLI: A Command Reference Guide Amazon Web Services (AWS) can be managed in three primary ways: AWS Management Console - A graphical web interface. AWS CLI (Command Line Interface) - A text-based interface for automation and...awscli
Ahammed Basha Shaikday-11-of-100-days-challenge.hashnode.dev·Dec 21, 2024Automating AWS Resource Tracking with Shell ScriptingIntroduction In the dynamic realm of DevOps, effective resource management is paramount for maintaining operational efficiency and cost control. On Day 11 of the 100 Days of DevOps Challenge, we dive into a practical AWS DevOps project, leveraging sh...Linux
Ahammed Basha Shaikday-6-of-100-days-challenge.hashnode.dev·Dec 15, 2024Connecting to EC2 Instances via AWS CLI and UIAs part of Day 6 of my 100 Days of DevOps Challenge, I delved into the process of connecting to EC2 instances using both the AWS Management Console (UI) and AWS CLI. This guide outlines the steps to establish these connections and automate EC2 instan...aws cli