A company wants to manage its AWS Cloud resources through a web interface.
Which AWS service will meet this requirement?
AWS Management Console
AWS CLI
AWS SDK
AWS Cloud9
Explanations:
The AWS Management Console is a web-based interface that allows users to manage AWS resources.
The AWS CLI (Command Line Interface) is a tool for managing AWS services through command-line commands, not a web interface.
The AWS SDK (Software Development Kit) provides tools for developers to interact with AWS services programmatically, but it is not a web interface.
AWS Cloud9 is a cloud-based integrated development environment (IDE) that allows you to write and run code, but it does not serve as a management interface for AWS resources.