AWS Certified SysOps Administrator – Associate — Question 286
A company has a large on-premises tape backup solution. The company has started to use AWS Storage Gateway. The company created a Tape Gateway to replace the existing on-premises hardware. The company's backup engineer noticed that some of the backup jobs that were supposed to write to AWS failed to run because of a "Not Enough Space" error.
The company does not want these failures to happen again. The company also wants to consistently have enough tape available on AWS.
What is the MOST operationally efficient way for a SysOps administrator to meet these requirements?
Answer options
- A. Create an AWS Lambda function that runs on an hourly basis and checks how many tapes have available space. If the available tapes are below a certain threshold, provision more.
- B. Install the Amazon CloudWatch agent on the on-premises system. Push the log files to a CloudWatch log group. Create an AWS Lambda function that creates more tapes when the "Not Enough Space" error appears. Create a metric filter and a metric alarm that launches the Lambda function.
- C. Create an additional Tape Gateway with its own set of tapes. Configure Amazon Simple Notification Service (Amazon SNS) to send a notification to the backup engineer if the tapes that are associated with the primary Tape Gateway do not have available space.
- D. Configure tape auto-create on the Tape Gateway. In the auto-create settings, configure a minimum number of tapes, an appropriate barcode prefix, and a tape pool.
Correct answer: D
Explanation
Option D is correct because Tape Gateway features a built-in tape auto-create capability that automatically provisions new virtual tapes when the available count drops below a specified minimum, making it the most operationally efficient solution. Options A and B require writing, deploying, and maintaining custom AWS Lambda functions and monitoring infrastructure, which increases operational overhead. Option C is incorrect because deploying an additional gateway increases cost and complexity, and sending alerts does not automatically resolve the capacity issue before backups fail.