RDS Blue-Green Deployment for major upgrade

I am a french Developer, working for a french startup :) i like video games, computers and drinking Ricoré
Search for a command to run...

I am a french Developer, working for a french startup :) i like video games, computers and drinking Ricoré
No comments yet. Be the first to comment.
AWS Bedrock AgentCore lets you deploy agents as managed containerized runtimes. This guide shows how to automate this deployment using Pulumi and Docker. What You'll Deploy Docker container with your agent code Amazon ECR to store the image Bedroc...

Introduction This guide shows how to deploy AWS Bedrock Agents using Pulumi and TypeScript. Prerequisites AWS Account with Bedrock access Node.js and npm installed Pulumi CLI installed Project Setup Generate Project with Pulumi pulumi new aws-t...

Starting My Homelab Journey with a Raspberry Pi 4B

I recently discovered Docker compose profiles and wanted to share it as it can be useful to someone else. Docker Compose profiles let you control which services run without modifying your docker-compose.yml. They’re useful for separating optional s...

These days, i’m using AWS Bedrock to create Agents.And i faced this error when testing my agents many times so i decided to write down the workaround that i found. An error occurred (dependencyFailedException) when calling the InvokeAgent operation: ...

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 errors and streamlining operations.
Control and Flexibility: Blue-Green Deployment enhances control and flexibility, allowing for smoother management of releases with minimal disruption.
Reduced Downtime: A major benefit is the ability to minimize downtime by seamlessly shifting traffic between two identical environments.
After upgrading to a compatible PostgreSQL version, RDS Blue-Green Deployment was implemented through the following steps:
Setup of Blue-Green Deployment:
Topology and Configuration Replication:
Data Replication:
Major Version Upgrade on Green Environment:
Seamless Switchover:
Minimized Downtime:
Resource Optimization:
RDS Blue-Green Deployment proved to be an effective and reliable strategy for minimizing downtime and ensuring a smooth transition during database upgrades. By leveraging this approach, we achieved greater control, flexibility, and simplicity in the deployment process. The seamless switchover and efficient resource utilization highlighted the value of this model, making it a robust solution for managing database transitions with minimal disruption to system availability.