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 CoJan 30, 2026·4 min read
AWS Secret management , AWS System manager Parameter Store and HashiCorp VaultJan 26, 2026·3 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 grJan 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 eJan 24, 2026·7 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 eJan 23, 2026·5 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. AnJan 23, 2026·4 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 tJan 22, 2026·3 min read
AWS Lambda :: Part 1AWS Lambda is a game changing server-less computing service offered by AWS. It allow developer to run code without provisioning managing server. And that's one of the major difference between using ECJan 21, 2026·3 min read