AWS
4 articles in this category.
How to Automatically Stop and Start Your AWS EC2 Instance to Save Cost
Introduction If you’re running non-production environments such as staging, testing, or pre-production on AWS EC2, chances are your servers stay idle during off-hours.Even when no one is using them, AWS continues charging for compute time — leading to unnecessary monthly costs. A smart and simple way to reduce your AWS bill is to automatically stop…
AWS account has been compromised and large EC2 instances were created
If you suspect that your AWS account has been compromised and large EC2 instances were created by an unauthorized user, it’s critical to take immediate action to contain the breach and begin investigating. Follow these steps: 1. Immediate Containment 2. Secure Your Account 3. Investigate the Breach 4. Audit IAM Access and Keys 5. Take…

Unleash the Power of Your Favorite Programming Language with AWS CDK(Cloud Development Kit)
For developers, the cloud offers a vast landscape of possibilities. But managing infrastructure as code (IaC) can sometimes feel like wrestling a herd of cats – complex, verbose, and prone to errors. Enter AWS CDK, the game-changer that lets you define your cloud infrastructure using the programming language you already know and love. Why Choose…

LAMP PHP PROJECT Deployment On VPC + EC2 + RDS + ALB + Autoscaling
VPC | IGW | NAT | ROUTE | RDS | Bash Scripting | ALB | Auto Scaling Prerequisite: Project Roadmap: Step-01: Create a VPC:- ===VPC Create Done === VPC successfully creation is done, now need to create three subnets (Two Public for APP-Server and One Private for DB-Server) under the newly created LAM-VPC Step-02: Creation…