D-ECS-DS-23 · Question #85
What monitoring capability is critical for ensuring the security and performance of ECS applications?
The correct answer is B. Real-time detection of unauthorized access attempts. Real-time detection of unauthorized access attempts (B) is critical because ECS applications, like any cloud-deployed workload, are exposed to potential threats such as credential misuse, privilege escalation, and API abuse. Monitoring for unauthorized access in real time…
Question
What monitoring capability is critical for ensuring the security and performance of ECS applications?
Options
- ATracking the number of coffee breaks taken by the operations team
- BReal-time detection of unauthorized access attempts
- CMonitoring the ambient temperature outside the data center
- DCounting the number of emails sent by the application
How the community answered
(21 responses)- B90% (19)
- C5% (1)
- D5% (1)
Explanation
Real-time detection of unauthorized access attempts (B) is critical because ECS applications, like any cloud-deployed workload, are exposed to potential threats such as credential misuse, privilege escalation, and API abuse. Monitoring for unauthorized access in real time allows security teams to detect and respond to incidents before damage occurs - this is a core principle of cloud security (and aligns with services like AWS CloudTrail, GuardDuty, and Container Insights).
Why the distractors are wrong:
- A - Coffee breaks have no bearing on application security or performance; this is a nonsense distractor.
- C - Ambient temperature outside the data center is a physical infrastructure concern irrelevant to ECS application security or performance.
- D - Email count is an application-level business metric, not a security or performance monitoring capability.
Memory tip: Think CIA triad - Confidentiality, Integrity, Availability. Unauthorized access directly threatens Confidentiality, making access monitoring the most security-critical choice. When an exam question pairs "security AND performance" of a container service, look for the answer that addresses threat detection, not operational trivia.
Topics
Community Discussion
No community discussion yet for this question.