Leaving presentation mode.

CLD120 Module 16 Knowledge Check

Planning for Disaster

Keyboard Shortcuts

Question 1

What are the definitions for recovery point objective (RPO) and recovery time objective (RTO)?

RPO answers the question: How often must your data be backed up? RTO answers the question: How quickly must your applications and data be recovered?

Question 2

What can you do to quickly replicate or redeploy environments in a disaster?

AWS CloudFormation templates enable you to treat infrastructure as code. By using this method, you can standardize deployments. AWS CloudFormation StackSets enable you to create, update, or delete stacks across multiple accounts and Regions with a single operation.

Question 3

A company stores data in an Amazon S3 bucket. Which solution provides the most efficient way to ensure that all new and existing objects and metadata are copied to another Region for disaster recovery (DR)?

Cross-Region replication copies all new objects and overwrites of existing objects to a bucket in another Region and preserves the object metadata.

Question 4

Which strategy is the most efficient for Amazon EC2 disaster recovery (DR)?

Storing essential data separately from the instance, such as in Amazon Elastic Block Store (Amazon EBS) volumes and Amazon Elastic File System (Amazon EFS) file systems, is the most efficient strategy. It enables you to rebuild undifferentiated parts of instances from AMIs and code that is stored in repositories.

Question 5

Which service provides automatic failover between multiple endpoints in support of a geographic disaster recovery (DR) strategy?

You can configure Route 53 to fail over between multiple endpoints in different Regions.

Question 6

Which statement about the backup and restore disaster recovery (DR) pattern is true?

This pattern is the most cost-effective because you primarily pay for data storage and do not pay to maintain running systems.

Question 7

Which statements accurately describe the infrastructure characteristics of common disaster recovery (DR) patterns? (Select TWO.)

Pilot light has minimal infrastructure that runs all the time, and the rest of the infrastructure starts when a disaster occurs. Warm standby has a scaled-down version of all infrastructure that scales as necessary and within pre-defined limits to meet the load when a disaster occurs.

Question 8

What does the multi-site disaster recovery (DR) pattern involve?

Correct In AWS, you can implement this pattern with infrastructure in a second Region or virtual private cloud (VPC). You can also use infrastructure in AWS as a second site for your on-premises infrastructure.

Question 9

A company requires a disaster recovery (DR) solution for a business-critical application that provides a recovery time objective (RTO) and recovery point objective (RPO) in minutes. However, they do not want to pay for more than what they need. Which DR pattern would most likely meet these requirements?

Warm standby can provide RTO and RPO in minutes. However, it comes with a tradeoff of higher cost compared to pilot light or backup and restore. It is less expensive than a multi-site approach.

Question 10

What does an AWS Storage Gateway enable you to do? (Select THREE.)

Amazon S3 File Gateway offers SMB or NFS-based access to data in Amazon S3 with local caching. Volume Gateway presents cloud-based iSCSI block storage volumes to on-premises applications. AWS Storage Gateway can act as a VTL that is backed by Amazon S3.

Created 3 March 2025 by Dennis Kibbe. Last modified $Date: 2025/04/30 10:41:00 $ by $Author: dnk $.