Networking馃枾 Subnet Subnet is a smaller chunk of a bigger network, created using a subnet mask or CIDR (e.g., /27) to split IPs into network and host parts. It improves efficiency, security, and traffic conAug 29, 2025路1 min read
AWS Cloud Migration Strategies1- Preparation stage Verify if the application follows a microservices architecture. If not, refactor the monolithic application into a microservices architecture. 2- Planning Stage Break down the microservices migration into phases based on thei...Dec 7, 2024路1 min read
AWS ELB (Elastic Load Balancer)ELB distributes incoming network traffic across multiple servers. Primary purpose: Optimize resource use Enhance application performance Ensure high availability by preventing any single server from becoming overwhelmed with too many requests. ...Dec 2, 2024路2 min read
Secret Management on AWSAWS KMS (Key Management Service): Encryption and management of cryptographic keys Securely. AWS System Manager: Storing non-sensitive configuration data. AWS Secrets Manager: Storing sensitive data securely & automatically rotate secrets and manage...Nov 7, 2024路1 min read
AWS S3: Guide to AWS StorageAmazon S3 (Simple Storage Service) is a scalable, secure cloud storage solution from AWS S3 Buckets S3 buckets are containers for storing objects (files) in Amazon S3. Benefits of S3 Buckets Durability and Availability: High durability and availabil...Oct 4, 2024路2 min read
AWS VPC: Virtual Private CloudVPC is a virtual network that you create in the cloud. It allows you to have your own private section of the internet. Within this VPC, you can create and manage various resources, such as servers, databases, and storage. VPC components Virtual priv...Sep 23, 2024路3 min read
AWS CLI Basics: A Beginner鈥檚 TutorialInstall AWS CLI Download and Install it from the official AWS CLI installation guide. Run aws configure $ aws configure aws configure --profile myprofile AWS Access Key ID [None]: YOUR_ACCESS_KEY_ID AWS Secret Access Key [None]: YOUR_SECRET_ACCESS_K...Sep 10, 2024路1 min read