AWS Certified Cloud Practitioner / Question #794 of 719

Question #794

A development team needs to access and configure AWS services using a browser-based graphical interface without installing additional software. Which AWS service should they use?

A

AWS Management Console

B

AWS CLI

C

AWS SDK

D

AWS Cloud9

Explanation

The correct answer is A. AWS Management Console. It provides a web-based interface for managing AWS services, requiring only a browser and no additional installations.

Why other options are incorrect:
- B. AWS CLI: Requires command-line tool installation, not browser-based.
- C. AWS SDK: Requires programming and SDK library installations, not a graphical interface.
- D. AWS Cloud9: A cloud-based IDE for coding, not primarily for AWS service configuration.

Key Points:
- AWS Management Console is the only browser-native, no-installation option for graphical AWS management.
- CLI/SDK are programmatic tools requiring local setup.
- Cloud9 focuses on code development, not service configuration.

Answer

The correct answer is: A