Question

Difficulty: EasyMethods of Deploying and Operating in AWS

A business analyst needs to perform a one-time task of creating an Amazon Simple Storage Service (Amazon S3) bucket and uploading a few report files. The analyst does not have programming experience and wants to use a graphical, browser-based interface to complete this task. Which of the following tools should the analyst use?

  1. A
    AWS SDK
  2. B
    AWS Command Line Interface (AWS CLI)
  3. AWS Management ConsoleAnswer
  4. D
    AWS CloudFormation

Answer

AWS Management Console
The AWS Management Console provides a web-based graphical user interface that allows users to manage and access their AWS resources visually. This is ideal for non-technical users or simple one-time tasks such as manually creating an S3 bucket and uploading files, as it requires no command-line tools or programming experience.

Step-by-Step Solution

1
Identify the user requirements in the scenario.
The user wants a graphical, browser-based interface to perform a one-time manual task without writing code.
This filters out command-line, code-based, and template-based tools.
2
Evaluate the available AWS operating methods against these requirements.
The AWS Management Console matches the requirement for a web-based, graphical interface, whereas AWS CLI uses command lines, AWS SDK uses programming code, and AWS CloudFormation uses templates.
Choosing the correct tool based on usability and coding requirements.

Key Concept

Methods of interacting with AWS services (Console, CLI, SDK, and CloudFormation)
Estimated Time:45s
Rate this question