Topic 1 Question 476
A company runs a single-page web application on AWS. The application uses Amazon CloudFront to deliver static content from an Amazon S3 bucket origin. The application also uses an Amazon Elastic Kubernetes Service (Amazon EKS) cluster to serve API calls.
Users sometimes report that the website is not operational, even when monitoring shows that the index page is reachable and that the EKS cluster is healthy. A SysOps administrator must implement additional monitoring that can detect when the website is not operational before users report the problem.
Which solution will meet these requirements?
Create an Amazon CloudWatch Synthetics heartbeat monitor canary that points to the fully qualified domain name (FQDN) of the website.
Create an Amazon CloudWatch Synthetics API canary that monitors the availability of API endpoints from the EKS cluster.
Create an Amazon CloudWatch RUM app monitor that points to the fully qualified domain name (FQDN) of the website. Configure the app monitor to collect performance telemetry and JavaScript errors.
Create an Amazon CloudWatch RUM app monitor that uses the API endpoints from the EKS cluster.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: A
I would say better is A. It checks end to end, not only API calls.
👍 2igor12ghsj5772024/11/21 Answer is B and chatGPT agrees: Answer is B and chatGPT agrees: to detect when the website is not operational before users report the problem, the SysOps administrator should implement synthetic monitoring. Create a CloudWatch Synthetics Canary: Amazon CloudWatch Synthetics allows you to create canaries, which are scripts that run on a scheduled basis to simulate user interactions with the web application. The canaries can check if both the index page (served from S3) and API endpoints (served from EKS) are reachable and functioning as expected.
👍 1numark2024/11/19
シャッフルモード