Question

Difficulty: MediumMethods of Deploying and Operating in AWS

An administrator needs to perform a one-time audit of the security group configurations for several Amazon EC2 instances. The administrator wants to visually review the inbound and outbound traffic rules through an interactive graphical interface in a web browser without writing scripts or using command-line commands. Which AWS tool or interface should the administrator use to meet these requirements?

  1. AWS Management ConsoleAnswer
  2. B
    AWS Command Line Interface (AWS CLI)
  3. C
    AWS Software Development Kit (AWS SDK)
  4. D
    AWS CloudFormation

Answer

AWS Management Console
The AWS Management Console is a web-based portal that provides a graphical user interface (GUI) for managing AWS resources. It is the most appropriate tool for an administrator who needs to visually inspect security group rules in a web browser without writing code or executing shell commands.

Step-by-Step Solution

1
Analyze the requirements: the task is a one-time audit, requires a visual review of configurations (security group rules), must use a graphical web browser interface, and must avoid scripting or command-line commands.
Identified that the interface must be web-based, graphical, manual, and require no programming or terminal input.
This filters out tools that rely on scripting, coding, or text-based command execution.
2
Evaluate the available AWS interaction methods against these criteria: AWS Management Console is a web graphical user interface; AWS CLI is a command-line tool; AWS SDK is for programmatic code; AWS CloudFormation is for template-based infrastructure provisioning.
AWS Management Console is the only option that fits the requirement for an interactive graphical web interface for manual tasks.
Matching the user requirement to the correct AWS tool ensures operational efficiency for the specific task type.

Key Concept

AWS Management Console is the primary web-based graphical user interface used to access and manage AWS resources manually.
Rate this question