What is the difference between an AWS instance snapshot and volume snapshot?
I am implementing "Lifecycle Manager", and my goal is to create a system that will allow for fast recovery of a server in the event of corruption, hacking, or stupid administrators ;)
Previously my approach has been to make an AMI of a base configuration, and then do selective file system/database backups. Which works, but takes a long time to restore.