AWS Certified SysOps Administrator – Associate — Question 215

A company creates a new Amazon FSx for Windows File Server file system. To help manage costs, the company configures the storage capacity for the file system with minimal room for growth.

The company creates an Amazon Simple Notification Service (Amazon SNS) topic in the same AWS account whore the file system resides. The company subscribes a SysOps administrator's email address to the SNS topic. The SysOps administrator needs to receive email notification when the file system has less than 100 GB of space available.

Which combination of steps should the SysOps administrator take to meet this requirement? (Choose two.)

Answer options

Correct answer: B, E

Explanation

The correct answers are B and E because creating an Amazon CloudWatch alarm to monitor the FreeStorageCapacity metric allows for immediate alerts when the threshold is reached. Configuring the alarm action to publish to the SNS topic ensures that notifications are sent as needed. Options A and D are incorrect as they involve EventBridge, which is not necessary for this specific alerting requirement.