CV0-003 · Question #36
Cloud bursting can alleviate which of the following attacks?
The correct answer is D. DDOS. Cloud bursting scales infrastructure into a public cloud during traffic spikes, absorbing the volumetric surge characteristic of a DDoS attack.
Question
Cloud bursting can alleviate which of the following attacks?
Options
- ABuffer Overflow
- BBrute Force
- CXSS
- DDDOS
How the community answered
(59 responses)- A2% (1)
- B5% (3)
- C7% (4)
- D86% (51)
Why each option
Cloud bursting scales infrastructure into a public cloud during traffic spikes, absorbing the volumetric surge characteristic of a DDoS attack.
A buffer overflow is a memory corruption vulnerability in application code caused by writing past allocated buffer boundaries, which requires patching or secure coding practices, not infrastructure scaling.
A brute force attack repeatedly attempts credential combinations and is mitigated by account lockout policies, rate limiting on authentication endpoints, or MFA - none of which involve scaling compute capacity.
XSS is a client-side injection vulnerability in web application code that requires input sanitization and output encoding fixes, not additional cloud capacity.
A DDoS attack overwhelms a target by flooding it with traffic from many distributed sources, exhausting bandwidth or compute resources. Cloud bursting automatically provisions additional capacity in a public cloud to absorb the incoming flood, maintaining service availability without the on-premises infrastructure being saturated.
Concept tested: Cloud bursting as DDoS resilience mechanism
Source: https://docs.aws.amazon.com/whitepapers/latest/aws-best-practices-ddos-resiliency/welcome.html
Topics
Community Discussion
No community discussion yet for this question.