Question #1352
Which AWS service allows users to interact with and manage AWS resources through a web-based graphical interface?
AWS CloudShell
AWS Command Line Interface (CLI)
AWS Management Console
AWS CloudFormation
Explanation
The correct answer is C. AWS Management Console because it provides a web-based graphical interface for users to access, monitor, and manage AWS resources without requiring command-line expertise.
- Why other options are incorrect:
- A. AWS CloudShell: A browser-based shell for CLI commands, not a graphical interface.
- B. AWS CLI: A command-line tool, not web-based or graphical.
- D. AWS CloudFormation: An infrastructure-as-code service using templates, not a GUI.
Key Points:
- The AWS Management Console is the primary GUI for AWS.
- CLI/CloudShell are command-line tools, while CloudFormation automates resource provisioning.
- Graphical interface = Management Console.
Answer
The correct answer is: C