Amazon EC2 now allows you to create crash-consistent AMIs from instances with multiple EBS volumes without rebooting instances - devamazonaws.blogspot.com

You will now be able to create crash-consistent Amazon Machine Images (AMIs) of your Amazon EBS-backed multi-volume instance without requiring a reboot. The AMI created will retain data from all completed I/O operations of each volume attached to the instance. This ensures that you can launch an instance from the AMI and return to the exact state prior to creation of the image.

Post Updated on June 14, 2021 at 08:42PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com