How do I change the publicly accessible option for Amazon RDS? -


when create new amazon rds instance, offered choose true/false "publicly accessible" option, there way change existing instance?

edit: yes, possible change "publicly accessible" property "no" "yes". (and vice-versa) hooray!

old answer left here historic purposes: no.

it nice though, eh? workaround best option following:

  • create snapshot of instance.
  • launch new instance snapshot using publicly accessible option.

evidence:

  • john g's diplomacy in this post prevents him writing "no" did, answer "you can create snapshot of current rds database , launch publicly accessible option." makes pretty clear he's offering workaround because direct solution not available.

Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -