CV0-003 · Question #856
A cloud solutions architect has an environment that must only be accessed during work hours. Which of the following processes should be automated to best reduce cost?
The correct answer is C. Shutting down the environment after work hours. Shutting down cloud resources after work hours eliminates compute charges entirely, making it the most effective cost-reduction automation for a time-restricted environment.
Question
A cloud solutions architect has an environment that must only be accessed during work hours. Which of the following processes should be automated to best reduce cost?
Options
- AScaling of the environment after work hours
- BImplementing access control after work hours
- CShutting down the environment after work hours
- DBlocking external access to the environment after work hours
How the community answered
(67 responses)- A1% (1)
- B1% (1)
- C94% (63)
- D3% (2)
Why each option
Shutting down cloud resources after work hours eliminates compute charges entirely, making it the most effective cost-reduction automation for a time-restricted environment.
Scaling reduces resource capacity but the environment remains running, so costs continue to accrue at a lower rate rather than being eliminated.
Implementing access control prevents logins after hours but leaves all underlying infrastructure running and billable.
Cloud providers bill for running resources regardless of utilization, so automating a full shutdown after work hours stops all compute, memory, and associated charges from accruing. Unlike scaling, a shutdown eliminates the resource cost entirely. This is the standard cloud cost-optimization pattern for workloads with predictable idle windows.
Blocking external access is a network security measure and has no effect on the compute or resource costs charged by the cloud provider.
Concept tested: Cloud cost optimization via automated shutdown scheduling
Source: https://learn.microsoft.com/en-us/azure/automation/automation-solution-vm-management
Topics
Community Discussion
No community discussion yet for this question.