1

I was experimenting with RDS Blue/Green deployment , it worked fine with normal instance but when I tried with instance having read replicas in different region , after clicking on Create Blue/Green deployment it's just showing loader

eg . Main instance is on us-east-1 and it has DB read replica in eu-central-1 it just showing loader screen on clicking create blue/green deployment

When clicking on create Blue/Green deployment it should show screen with related settings for deployment but it just showing loader

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
  • Please Edit your question to include details of what resources and services you are using. Based on the tags, it seems that you are referring to an Amazon RDS database, but what database engine are you using (eg MySQL, PostgreSQL, etc)? Are you referring to [Using Amazon RDS Blue/Green Deployments for database updates - Amazon Relational Database Service](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html)? Please add more details to your question. Also, try quitting and restarting your browser. – John Rotenstein Feb 09 '23 at 08:49

1 Answers1

0

Blue-Green deployments currently don't support cross-region deployments. If you take a look at the limitations in the documentation below, you can see where they state Cross Region Read Replicas are not supported.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments-overview.html#blue-green-deployments-limitations

contool
  • 1,034
  • 3
  • 18
  • 29