By mistake I have provisioned a SQL Server Web edition for our Elastic Beanstalk environment. Can I shomehow downgrade this to the SQL Server express edition? Alternatively I guess we could set up an entirely new Elastic Beanstalk environment?
I would prefer not to have to provision a completely new environment since we now have white listed the IP adresses for the existing environment and would like to avoid having to whitelist a new environment (I foresee a new version would come with a new IP adress).
It would be OK for us if we can just close down the DB server part of the EB environment and then change the DB engine from web to express, but I could not find any article on how to do that :-(
The closest being an article about how to upgrade from older versions of the SQL Server database: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ModifyInstance.SQLServer.html
Thanks for any help!
-Claus