Has anyone found a way to take a EBS snapshot for a Windows Server that maintains Application Consistency? In my case it's with SQL and I'd like to maintain SQL app consistency.
Either via quiescing the DB directly (as you can do on oracle alter database begin backup, ec2-create-snapshot vol-abcd1234, alter database end backup) or via VSS as SQL is VSS aware?