Calvin Torracalvin.hashnode.dev·10 hours agoWhy is RDS so incredibly expensiveSpeaking to a dev recently about why AWS RDS is so expensive when using the ‘easy create’ option. This is the option in the set up wizard when creating a database. She was looking to get the free-tier settings and although there was minimal usage or ...AWS
Pravesh Sudhablog.praveshsudha.com·Feb 8, 2025From Local to Cloud: Deploying a Django Employment Management App with AWS RDS💡 Introduction Welcome to the world of DevOps and Cloud Computing! Today, we’re diving into an exciting hands-on project where we’ll build an Employee Management Application using Django and migrate its database to AWS RDS (Relational Database Servi...30 readsPython for DevOpsDocker
Rathandev Chilukarathanwrites.hashnode.dev·Feb 6, 2025Simplify AWS RDS Log Downloads: A Step-by-Step Automation GuideIntroduction🌟 Fetching logs from AWS RDS is a part of day to day activity for DevOps/Cloud engineers. But downloading them by selecting and downloading one after the other may make the engineers frustrated. This script will make your job easy. Scri...AWS
Gerlyn Mgetintokube.com·Feb 5, 2025How to Migrate an RDS Database to Another AWS Account💡Migrating an Amazon RDS (Relational Database Service) instance from one AWS account to another is a bit different from migrating an EC2 instance. Unlike EC2, RDS is a managed service, and you can't directly "Create AMI and give permission to destinat...11 likes·63 readsHow to - AWSrds-migration
Nikhil Vaibhavtop-5-services-in-aws.hashnode.dev·Feb 5, 2025Top 5 Essential AWS Services You Need to KnowIntroduction: Amazon Web Services (AWS) is the leading cloud computing platform that provides a vast range of services to help businesses scale, deploy applications, and manage infrastructure efficiently. Below are the top 5 AWS services widely used ...AWS
Neha Bhardwajnehabhardwaj.hashnode.dev·Feb 4, 2025Day 6: Setting Up IAM Roles for EC2 to Manage RDS: Creating and Deleting RecordsIntroduction to Relational Database Service (RDS) A relational database in AWS typically refers to managed services like Amazon RDS (Relational Database Service), which supports databases such as MySQL, PostgreSQL, and Oracle. It handles database pro...AWS
Md Nur Mohammadmohammadwithdevops.hashnode.dev·Feb 2, 2025🌟 RDS AutoPilot 🌟Description:RDS AutoPilot is an intelligent AWS RDS management system that automates database start and stop schedules within a single VPC. Designed for cost optimization, it ensures that RDS instances run only during working hours, reducing unnecess...lambda
Mahad Ahmedblog.mahad.dev·Jan 25, 2025Setup your self-hosted MySQL on AWS EC2 UbuntuIntroduction AWS has a MySQL compatible database but it's expensive and sometimes the cost doesn't justify the convenience we get from having such a service for personal projects or projects that don't make money. The alternative solution is to have ...MySQL
Yusuf Adeyemoblog.yusadolat.me·Jan 24, 2025Understanding PostgreSQL Row-Level Security Through pg_cron: A Practical GuideImagine this scenario: You have a multi-tenant PostgreSQL database where different teams or customers share the same schema. The last thing you want is one user accidentally (or maliciously) seeing another user’s data. That’s exactly where Row-Level ...1 likerds
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