KSKavya Sriinkavyasri.hashnode.dev·Jul 25 · 6 min readDeploy an Application Using Docker – A Complete Beginner's GuideIntroduction Deploying applications manually can be time-consuming and may lead to inconsistencies across environments. Docker solves this problem by packaging your application along with its dependen00
KSKavya Sriinkavyasri.hashnode.dev·Jul 24 · 6 min readHow to Create a Python Application in Docker – A Complete Beginner's GuideIntroduction Docker has become one of the most essential tools in modern software development and DevOps. It enables developers to package applications along with all their dependencies into lightweig00
KSKavya Sriinkavyasri.hashnode.dev·Jul 24 · 4 min readHow to Increase an Amazon EC2 EBS Volume from 40 GB to 90 GB (Ubuntu) Step-by-Step GuideIntroduction As your applications and data grow, the storage attached to your Amazon EC2 instance may become insufficient. Fortunately, AWS allows you to increase the size of an Amazon Elastic Block S00
KSKavya Sriinkavyasri.hashnode.dev·Jul 24 · 6 min read Deploy Docker Containers on AWS Using Amazon ECR and Amazon ECS – A Beginner's GuideIntroduction Deploying containerized applications is one of the most important skills for Cloud and DevOps engineers. AWS provides two powerful services to make this process simple: Amazon Elastic Co00
KSKavya Sriinkavyasri.hashnode.dev·Jul 11 · 6 min readAutomating Amazon EBS Snapshot Deletion Using AWS Lambda: A Complete Step-by-Step GuideIntroduction As part of my learning journey at Millennium Software Solutions, I learned how to automate AWS tasks using Amazon EC2, Amazon EBS Snapshots, AWS Lambda, IAM, and Amazon EventBridge. In AW00