AWS Systems Manager Change Manager is no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see AWS Systems Manager Change Manager availability change.
Create an AMI and cross-Region copy
Creating an Amazon Machine Image (AMI) of an instance is a common process used in backup and recovery. You might also choose to copy an AMI to another AWS Region as part of a disaster recovery architecture. Automating common maintenance tasks can reduce downtime if an issue requires failover. AWS Systems Manager Automation actions can help you accomplish this. Automation is a tool in AWS Systems Manager.
The following example AWS Systems Manager runbook performs these actions:
-
Uses the
aws:executeAwsApiautomation action to create an AMI. -
Uses the
aws:waitForAwsResourcePropertyautomation action to confirm the availability of the AMI. -
Uses the
aws:executeScriptautomation action to copy the AMI to the destination Region.