Which of the following is a benefit of moving from an on-premises data center to the AWS Cloud?
Compute instances can be launched and terminated as needed to optimize costs.
Compute costs can be viewed in the AWS Billing and Cost Management console.
Users retain full administrative access to their compute instances.
Users can optimize costs by permanently running enough instances at peak load.
Explanations:
AWS allows users to dynamically launch and terminate compute instances based on demand, optimizing costs by only paying for resources used.
While AWS provides billing and cost management tools, this feature is not a unique benefit of moving to the cloud compared to on-premises solutions.
In AWS, users have access to their instances, but full administrative access can depend on the permissions assigned, which may not be the case in a managed environment.
Running instances permanently at peak load contradicts cost optimization principles; instead, AWS encourages scaling resources up or down based on current needs.