A retail startup is migrating its customer database and file sharing system to AWS. The company wants to minimize the administrative effort required to maintain infrastructure, and ensure that virtual servers can be easily replaced and automated if they become unhealthy. Which TWO AWS Cloud design principles support these goals? (Select TWO).
- Utilize managed services instead of managing physical or virtual servers to reduce maintenance overheadAnswer
- Treat computing resources as temporary and disposable by automating their deployment and replacementAnswer
- CDeploy all software components onto a single large server to minimize communication latency between services
- DManually configure virtual servers to ensure configurations are unique and customized for each environment
- EMaintain permanent, over-provisioned infrastructure to eliminate the need for scaling
Answer
Utilizing managed services instead of managing physical or virtual servers, and treating computing resources as temporary and disposable by automating their deployment and replacement.
The correct options are to utilize managed services instead of managing physical or virtual servers, and to treat computing resources as temporary and disposable by automating their deployment and replacement. Using managed services reduces the administrative burden of running virtual servers (supporting the 'services, not servers' principle). Treating resources as disposable ensures that unhealthy systems can be replaced instantly through automation rather than manual troubleshooting.
Step-by-Step Solution
Key Concept
AWS Cloud design principles focus on automation, managed services, and treating servers as disposable rather than permanent fixtures.
Estimated Time:1m 0s