postgresql - How to change RDS instance for Elastic Beanstalk -


i have set elastic beanstalk environment , allowed created rds instance associated it.

now, want change database instance instance, how do while maintaining rds endpoint?

thank you!

let's you're connecting instance , want change instance b, while maintaining db endpoint.

you can this:

  1. snapshot instance b aws rds create-db-snapshot.
  2. delete instance aws rds delete-db-instance.
  3. restore using snapshot b using aws rds restore-db-instance-from-db-snapshot.

Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -