Jatin shankar Srivastavajatin-devopw.hashnode.dev·Jan 9, 2025MongoDB vs. DocumentDB: A Comparative Analysis with Code ExamplesWhen building web applications, the choice of database can significantly influence performance, scalability, and ease of development. MongoDB and Amazon DocumentDB are two popular NoSQL databases that are designed for high availability, performance, ...MongoDB
Manav Rajpalmanavoncloud2.hashnode.dev·Jan 1, 2025Exploring Databases in AWS: Relational vs. Non-Relational (AWS RDS and DynamoDB covered)Cloud computing has transformed the way we manage data, with AWS offering powerful database solutions for developers worldwide. In this blog, let’s break down the key aspects of Amazon RDS and DynamoDB, two database services tailored for distinct use...AWS
Sonia Manoubicrunchcrunch.me·Dec 31, 2024Boost Amazon RDS Performance with io2 Block Express StorageAmazon Relational Database Service (RDS) now offers io2 Block Express storage volumes, enhancing performance for production workloads. These volumes provide consistent sub-millisecond latency, 99.999% durability, and support up to 256,000 Provisioned...AWS
Sonia Manoubicrunchcrunch.me·Dec 29, 2024RDS Blue-Green Deployment for major upgradeAdvantages of RDS Blue-Green Deployment RDS Blue-Green Deployment offers a compelling alternative to traditional approaches, providing several key advantages: Simplicity: This model simplifies the deployment process, reducing the likelihood of error...rds
Upasana Singhupasanasingh.hashnode.dev·Dec 29, 2024AWS Cost Optimization: Automating EC2, RDS, and Redis Start/Stop with Lambda1. Introduction In cloud environments, managing costs is crucial to maintaining efficiency and profitability. With AWS, services like EC2, RDS, and Redis can run 24/7, incurring charges even when idle. By leveraging AWS Lambda for automation, you can...1 like·53 readsAWS Cost Optimization Automation
Abdulmateen Pitodiablog.abdulpitodia.com·Dec 26, 2024Part 1: Introduction to Building a Scalable Video Transcoder Using Nest, TypeORM, and AWS ServerlessOverview In this article, I explain how I developed a fully scalable, video transcoding application that leverages the Serverless architecture of AWS, which is capable of transforming videos from one format to other formats, or create a live streamin...3 likes·77 readsServerless Video TranscoderAWS
Rahul wathblog.aws-devops.blog·Dec 26, 2024Deploying a Highly Available Three-Tier Architecture in AWS using TerraformIntroduction When building a cloud-based application, it’s critical to consider the underlying architecture and environment to ensure scalability, availability, and security. Using Infrastructure-as-Code (IaC) tools like Terraform has become increasi...AWS
Sonia Manoubicrunchcrunch.me·Dec 23, 2024How to restore a snapshot on AWS RDSAmazon RDS creates a storage volume snapshot of your DB instance, backing up the entire DB instance and not just individual databases. You can create a new DB instance by restoring from a DB snapshot. You provide the name of the DB snapshot to restor...rds
Munilakshmi G J100daysdevops.hashnode.dev·Dec 21, 2024Day 56 of 100 Days : Exploring Amazon RDS – Relational Databases Made SimpleToday, I ventured into the world of Amazon RDS (Relational Database Service), an AWS service that simplifies setting up, operating, and scaling relational databases in the cloud. If managing databases has ever felt like juggling chainsaws, RDS is her...rds
Siddhartha Gauravsgaurav.hashnode.dev·Dec 13, 2024AWS Fundamentals: RDS, Aurora, and ElastiCache for BeginnersWhen working with applications on AWS, databases play a crucial role in storing and retrieving data efficiently. AWS offers managed database services that simplify operations, improve performance, and ensure scalability. In this blog, we'll explore t...AWSAWS