Feb 5 · 1 min read · Step 1: Create a file lambda_function.py and paste the following code shown below Check the code using cat command. Step 2: Zip the lambda file (function.zip) to function.zip do ls -l Then check the identity using following command shown belo...
Join discussionJan 29 · 2 min read · Problem: We have a lot of AWS EC2 instances and EBS volumes, the description of which volumes we have save to a file with: aws ec2 describe-volumes > aws-volumes.json To solve this, we need to parse the aws-volumes.json file using jq. This tool is th...
Join discussionJan 6 · 2 min read · ☁️ AWS S3 (Simple Storage Service) Amazon S3 is an object storage service that allows you to store and retrieve data securely at any scale. 🔹 What I learned: S3 stores data in buckets and objects Each bucket name must be globally unique Common us...
Join discussionJan 1 · 3 min read · Continuing the investigation into Wareville's digital infrastructure, Day 23 is titled "AWS Security: S3cret Santa". This mission shifts focus to the cloud, where an infiltrator elf discovered a bundle of credentials belonging to Sir Carrot Bane. The...
Join discussion
Dec 30, 2025 · 17 min read · Table of Contents What is AWS CLI? and CLI Installation Configure AWS Access AWS CLI Profile AWS EC2 AWS EC2 AMI AWS EC2 EBS AWS S3 AWS DynamoDB AWS ROUTE 53 AWS CloudWatch AWS SES AWS SNS AWS SQS AWS ECS AWS EKS AWS Lambda AWS CLI...
Join discussion
Dec 29, 2025 · 3 min read · Getting Started with AWS CLI (Command Line Interface) As part of my cloud learning journey, I recently explored the AWS Command Line Interface (AWS CLI). AWS CLI is a powerful tool that allows us to interact with AWS services directly from the termin...
Join discussionDec 18, 2025 · 3 min read · When I started my DevOps journey, everything looked confusing — AWS, IAM, CLI, Terraform, AMIs, regions, errors everywhere 😅But step by step, things started making sense.In this blog, I want to share what I learned so far, what mistakes I made, and ...
Join discussion
Dec 18, 2025 · 4 min read · Overview This project demonstrates how to manage AWS IAM users, groups, group memberships, policies, and MFA enforcement using Terraform with a CSV file as the data source. The goal is to implement data-driven IAM management, similar to how identity ...
Join discussion