GGGopala Gabbitainggdevops.hashnode.dev·May 29, 2025 · 3 min readAWS - Deep Understanding of EC2 Instance TypesAmazon EC2 instances offer a variety of features designed to enhance performance, flexibility, and cost-effectiveness for different workloads. AWS has the following naming convention Ex: m5.xlarge m: instance Class 5: generation ( AWS takes care of i...00
GGGopala Gabbitainggdevops.hashnode.dev·Apr 5, 2025 · 3 min readAWS Solutions Architect in Three WeeksHere's a step-by-step guide to help you get ready: 1. Understand the Exam Structure and Objectives The AWS Certified Solutions Architect – Associate exam tests your ability to design secure and robust solutions using AWS services. Key domains include...00
GGGopala Gabbitainggdevops.hashnode.dev·Jan 21, 2025 · 11 min readLinux Deep DiveLinux File System /boot-- contains file that is used by boot loader ( grub.cfg) /root-- root user home directory, It is not same as "/" /dev-- System devices (e.g. disk,cdrom,speakers,flashdrive,keyboard etc. /etc-- configuration files /bin->/usr/bin...00
GGGopala Gabbitainggdevops.hashnode.dev·Dec 24, 2024 · 3 min readGit - Deep Dive# Git Step-by-Step Guide for Beginners ## Phase 1: Initial Setup and Configuration ### Step 1: Installing and Configuring Git # Set your identity git config — global user. name “Your Name” git config — global user.email “your.email@example.com” # Che...00