AWS Backup Primer Flashcards
What are Service-native backups and snapshots?
Backups that are tightly integrated with the service they support [for example, making a daily snapshot for Amazon Relational Database Service (Amazon RDS) through the RDS console].
When do Service-native solutions work best?
When you have no auditing requirements for the service and you are only required to back up a limited number of AWS services.
What is a centralized policy-based backup and snapshots solution?
You can centralize, simplify, and automate data protection across the AWS services, in the cloud, and with on-premises solutions with one administrative console.
What are recovery point objective (RPO)?
How far back in time you can go to recover the data. How much data loss can you tolerate?
What are recovery time objective (RTO)?
The maximum amount of time that your business can be down or offline without affecting the business.
What are audit and compliance objectives?
Some businesses are regulated by external entities and are required to comply to a monitored set of operational standards.
What gets backed up for an EC2 instance?
The root Amazon EBS storage volume
Launch configurations
All associated EBS volumes
Amazon Machine Image (AMI), including all launch configurations
Where does an EC2 backup to?
The backup data for compute is stored as an Amazon EBS volume-backed AMI, which is then stored by AWS Backup within an Amazon Simple Storage Service (Amazon S3) bucket.
What configuration parameters are stored for an EC2 instance?
Instance type Security groups Amazon Virtual Private Cloud (Amazon VPC) Monitoring configuration Tags
What doesn’t get backed up for an EC2 instance?
Configuration of the Elastic Inference accelerator, if it is attached to the instance
User data used when the instance was launched
How does AWS Backup interact with Amazon EBS?
You can back up the data on your Amazon EBS volumes to Amazon S3 by taking point-in-time snapshots. A snapshot takes a copy of the EBS volume and places it in Amazon S3, where it is stored redundantly in multiple Availability Zones. The initial snapshot is a full copy of the volume; ongoing snapshots store incremental block-level changes only.
How does AWS Backup interact with Amazon EFS?
You can use AWS Backup to back up all data in an EFS file system, whatever storage class the data is in.
AWS Backup performs incremental backups of EFS file systems. During the initial backup, a copy of the entire file system is made. During subsequent backups of that file system, only files and directories that have been changed, added, or removed are copied.
You can restore the entire file system or restore specific individual files and directories.
What are the cost saving and optimization benefits to using AWS Backup for EFS?
Tiering backups to cold storage to reduce storage costs
Cost allocation tagging for use with AWS Cost Explorer EFS backups can also be transitioned to lower tier storage, which helps in optimizing costs.
How does AWS Backup interact with Amazon RDS?
Amazon RDS creates a storage volume snapshot of your DB instance, backing up the entire DB instance and not just individual databases.
How does AWS backup interact with Aurora clusters?
Supports the creation, management, and restoration of Aurora backups directly from the AWS Backup console for both PostgreSQL-compatible and MySQL-compatible versions of Aurora.
copy a snapshot within and across AWS Regions.
How does AWS Backup interact with Neptune?
Supports continuous and incremental Neptune backups, so you can restore to any point within the backup retention period (no performance impact or interruption of database service occurs as backup data is being written)
Lets you specify a backup retention period, from 1 to 35 days, when you create or modify a DB cluster
How does AWS Backup interact with DynamoDB tables?
Store backups in encrypted backup vaults, which you can secure with AWS Backup Vault Lock, backup policies, and encryption keys.
Backups inherit tags from their source DynamoDB tables, so you can use those tags to set permissions and service control policies (SCPs).
How does AWS Backup interact with DocumentDB?
Supports a single data protection policy in AWS Backup to automate the creation of independent, immutable, and protected snapshots of Amazon DocumentDB clusters across AWS Regions or accounts and restore your clusters from these snapshots
What are the three key benefits of AWS Backup support for VMware?
Centrally manage data protection: Provides an automated, centrally managed backup location.
Improve backup compliance: Provides built-in controls for VMware backups so you can track backup and restore operations and generate auditor-ready reports.
Flexible restore options: Provides a single-click restore experience so you can restore VMware backups on-premises and in VMware Cloud on AWS.
How does AWS Backup integrate with AWS Storage Gateway Volume?
You can back up on-premises applications that use Storage Gateway volumes for cloud-backed storage.
Supports backup and restore of both cached and stored volumes
How is AWS Backup priced?
Different services are priced differently, so the pricing is unique to each service. The storage amount billed in a month is based on the average storage space used throughout the month and the charges appear on your bill next to each service; for instance, Amazon EC2, Amazon RDS, or Amazon S3.
How is AWS Backup pricing determined?
The amount of storage you use
The service being used
Which EC2 configuration parameters does AWS Backup back up?
Instance type
Security groups and Amazon Virtual Private Cloud (Amazon VPC)
Monitoring configuration and tags
What are the three ways to access AWS Backup?
AWS Management Console through the graphical user interface
AWS Backup API for easy plugin
AWS Software Development Kits (SDKs) for added application ties and development