ExamQuestions.com

Register
Login
AWS Certified SysOps Administrator Associate Exam Questions

Amazon

AWS Certified SysOps Administrator Associate

87 / 340

Question 87:

A large digital enterprise uses Amazon EFS for its storage application. EFS mount points are created in multiple AZ’s. QA team is interested in getting a dashboard for the total throughput of data being accessed from the EFS mount point across all AZ’s for quality assurance. Which of the following steps can be taken to get the total throughput of EFS in a scalable manner with the least effort?

Answer options:

A.Export Amazon CloudWatch log data for each EFS to Amazon S3 bucket for metric TotalIOBytes & calculate total throughput manually.
B.Export Amazon CloudWatch log data for each EFS to Amazon S3 bucket for metric TotalIOBytes & use Amazon Athena/ Amazon QuickSight to create a customized dashboard.
C.Create an Amazon CloudWatch graph with metric math expression to get total throughput for all EFS with metric as TotalIOBytes.
D.Create an Amazon CloudWatch graph for each EFS with metric as TotalIOBytes & manually calculate total throughput with the sum of TotalIOBytes over a required time period.