Step 5. Specify Guest Processing Settings
At the Guest Processing step of the wizard, you can configure settings that will allow you to specify what actions Veeam Backup for AWS will perform when communicating with the guest OSes of processed instances:
- Enable application-aware processing. For Windows EC2 instances running VSS-aware applications, you can enable application-aware processing to ensure that the applications will be able to recover successfully, without data loss.
Application-aware processing is the Veeam technology based on Microsoft VSS. Microsoft VSS is responsible for quiescing applications on EC2 instances and creating a consistent view of application data. For more information on Microsoft VSS, see Microsoft Docs.
- Enable guest scripting. For all processed EC2 instances, you can instruct Veeam Backup for AWS to run custom scripts on the instance before and after the backup operation. For example, for an EC2 instance running applications that do not support Microsoft VSS, Veeam Backup for AWS can execute a pre-snapshot script on the instance to quiesce these applications. This will allow Veeam Backup for AWS to create a transactionally consistent snapshot while no write operations occur on the instance volumes. After the snapshot is created, a post-snapshot script can start the applications again.
- The backup appliance must have outbound internet access to the SSM service.
- EC2 instances must have the 443 network port opened for outbound internet access to the SSM service.
- The EC2 instances must be configured to communicate with AWS System Manager. To learn how to configure instance permissions for Systems Manager, see AWS Documentation.
- SSM Agent must be installed on the EC2 instances. To learn how to install SSM Agent, see AWS Documentation.
Note that SSM Agent is already preinstalled on EC2 instances launched from certain AMIs.
For more information on the SSM service, see AWS Documentation.