An application that automatically scales out by adding virtual machine instances during peak traffic and scales in when demand subsides is demonstrating elasticity; however, this design does not guarantee high availability if all instances are deployed within a single availability zone.
Answer: Answer
Answer
The statement is true because automatic scaling (elasticity) does not provide resilience against physical datacenter or availability zone failures (high availability) unless the instances are distributed across multiple zones or regions.
The correct evaluation is true because automatic resource adjustment (elasticity) does not protect an application from physical zone-wide failures unless it is also designed with physical redundancy across multiple availability zones.
Step-by-Step Solution
Key Concept
The difference between elasticity and high availability, and the role of availability zones in providing physical redundancy.