I've inherited our AWS management duties for the time being and I've received a notice from AWS about some of our instances needing regular maintenance. The EC2 instances are pretty primary, a proxy server and a WordPress install.
From the email it says:
Additional information about maintenance events, including how to migrate to replacement instances, can be found at http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html.
I understand the concept, but not exactly sure how to accomplish such a task. The proxy instance sits on an Elastic IP, but the WP install does not. The maintenance window is definitely off-hours, but I'd still like to know how to do it.
Can I create an AMI of each and relaunch a new instance based on their respective AMI? I assume for the proxy with the EIP I can reassociate that newly created instance.
I'm not sure how to best accomplish the WP install instance.
I would love some insight into this new realm.
Thanks!