-
Book Overview & Buying
-
Table Of Contents
AWS for System Administrators - Second Edition
By :
The importance of backups is well understood in the modern IT world. Whenever our IT system is dealing with data, we must ask the question: What happens if we lose this data? Depending on the answer, we’ll choose to create a backup from our data source that enables us to restore the data. When and what to back up is a discussion that is mainly decided by the business requirements of the application you are operating. But the how is often a critical task when setting up the infrastructure for a new or existing application.
This chapter will explore a few ways that backups can be implemented within the context of AWS. We’ll first discuss why we are backing up data, before going deeper into AWS Backup, a backup service provided by AWS. In AWS Backup, we’ll use Terraform to automate the creation of a backup policy and see how we can use tags to automatically add EBS volumes to the previously created backup policy.
We’...