D-ECS-DS-23 · Question #88
When designing an ECS network for a large-scale, distributed application, which of the following would be least important?
The correct answer is B. The brand of server hardware used in the ECS environment. Option B is correct because ECS (Elastic Container Service / cloud networking) is a software-defined, hardware-agnostic environment - the physical server brand is abstracted away by the cloud provider and has no bearing on how you architect your network for scale, security, or…
Question
When designing an ECS network for a large-scale, distributed application, which of the following would be least important?
Options
- AEnsuring low-latency connectivity between regions
- BThe brand of server hardware used in the ECS environment
- CImplementing redundancy across multiple availability zones
- DUsing direct connect or VPN connections for secure, private connectivity
How the community answered
(36 responses)- B94% (34)
- C3% (1)
- D3% (1)
Explanation
Option B is correct because ECS (Elastic Container Service / cloud networking) is a software-defined, hardware-agnostic environment - the physical server brand is abstracted away by the cloud provider and has no bearing on how you architect your network for scale, security, or reliability.
Why the distractors matter:
- A (low-latency between regions) is critical for distributed apps where microservices or data must communicate across geographic boundaries - latency directly impacts performance.
- C (redundancy across availability zones) is a foundational reliability requirement; AZ redundancy protects against single points of failure in large-scale systems.
- D (Direct Connect / VPN) is essential when private, secure connectivity is needed between on-premises infrastructure and cloud resources - bypassing the public internet reduces exposure and improves consistency.
Memory tip: Think "software-defined networking" - in cloud environments, you configure logical network properties (latency, redundancy, security). Physical hardware is the cloud provider's concern, not yours. Any question asking about physical server brands in a cloud/ECS context is almost always the irrelevant distractor.
Topics
Community Discussion
No community discussion yet for this question.