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

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -