AWS Code deployNow create an EC2 instance and give tags here, tags are basically used for Indentifation purpose. This tags play critical role in AWS Devops , code deploy. Infuture if there are 100s of ec2 instace Code deploy will understand to which ec2 we need to ...Jan 30, 2026·3 min read
AWS Secret management , AWS System manager Parameter Store and HashiCorp VaultJan 26, 2026·2 min read
AWS Identity And Access managementTwo termnnology are ther ⚡ Authentication is, if you are allowed to come inside, in terms of AWS are you having proper credential ⚡ using which you can access AWS portal Authorization, is bascially granting access to particular resources. There is wh...Jan 25, 2026·4 min read
AWS Custome CloudWatch & SSM (Systems Manager)AWS SSM stands for Amazon Web Services Systems Manager. It's a management service that helps you view operational data, automate tasks, and manage configurations across your AWS resources and hybrid environmentsBefore we move ahead, we must understan...Jan 24, 2026·6 min read
AWS Cloud WatchAWS CLoud watch is an AWs service which acutally tracks all the activities and tell us what happened when we were not around. So basically it help is in Monitoring, Alerting, Reporting and Logging. And these are the ways which helps us to Monitor our...Jan 23, 2026·3 min read
Serverless Architecture with AWS: DynamoDB, API Gateway, and Lambda. real time ProjectAmazon DynamoDB: A Scalable NoSQL Database service provided by AWS, supporting key-value and document-based data models. It is built for high-performance applications that demand scalability and efficiency. Key Features ✅ Scalability – Automatically ...Jan 23, 2026·5 min read
AWS Lamdba :: Part 3Use case 1 : Use Event Bridge, and Check if anyone is creating GP3 volume instead of GP2, then because of this Event , a Lambda function should trigger and it should delete entire GP3 volume. 1 ) Go to AWS Event Bridge - > Rule - > create Rule- 2 ) ...Jan 22, 2026·2 min read
AWS Lambda :: Part 2USE-CASE :: Cost optimisation This use case if used to check if you have any stale Snapshot in your AWS account and delete it . So that Python script checks the which volume and snapshot is present and then, if that snapshot is attached to any volume...Jan 21, 2026·2 min read