SMShubham Matereinshubhambmatere.hashnode.dev·Sep 13, 2023 · 5 min readCutting AWS Expenses: Streamlining EBS Snapshot Cleanup with the Power of AWS Lambda!In this post, I will walk through a cost optimization project involving AWS Lambda with AWS SDK for Python i.e. boto3, where we automate the cleanup of stale EBS snapshots. By doing so, we can effectively optimize storage costs while ensuring that we...00
SMShubham Matereinshubhambmatere.hashnode.dev·Sep 12, 2023 · 6 min readAWS Lambda Deep Dive for BeginnersIntroduction: In the ever-evolving landscape of cloud computing, serverless architecture has emerged as a paradigm shift that's transforming the way applications are developed and deployed. At the forefront of this revolution is AWS Lambda, a powerfu...00
SMShubham Matereinshubhambmatere.hashnode.dev·Sep 11, 2023 · 9 min readMastering AWS CloudWatch: Monitoring, SNS topic & CloudWatch dashboardIn the ever-evolving world of cloud computing, effective monitoring is the key to ensuring the reliability, performance, and security of your applications and infrastructure. Amazon Web Services (AWS) offers a robust monitoring and alerting service c...00
SMShubham Matereinshubhambmatere.hashnode.dev·Aug 31, 2023 · 8 min readHow to Configure WordPress on AWS EC2 Instance by Using RDS (Relational Database Service)WordPress is a highly popular content management system (CMS) that is used for over 30% of all sites on the internet. It is most commonly used for blogs but can also be used for running e-commerce sites, message boards, and many other popular use cas...00
SMShubham Matereinshubhambmatere.hashnode.dev·Aug 23, 2023 · 5 min readSet Up a Free Tier RDS Instance of MySQL and Connect with EC2In previous blogs, we have dealt with the AWS CLI and accessing S3 and IAM programmatically through CLI. In this blog let us understand the RDS in AWS. Here's the official documentation for Relational Database Service in AWS. RDS (Relational Database...00