Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

10. which of the following must be specified when launching a new amazo…

Question

  1. which of the following must be specified when launching a new amazon elastic compute cloud (amazon ec2) windows instance? (choose two)

amazon machine image (ami)
the amazon ec2 instance id
amazon ec2 instance type
password for the administrator account

Explanation:

Brief Explanations

To launch an Amazon EC2 Windows instance:

  • Amazon Machine Image (AMI): It's a template with the software (OS, apps) needed, so specifying it is mandatory to define the instance's base software.
  • Amazon EC2 instance type: Determines CPU, memory, storage, etc., so it's required to set the instance's hardware resources.

The instance ID is assigned after launch, not during. The administrator password is either auto - generated or retrieved later, not specified at launch.

Answer:

A. Amazon Machine Image (AMI)
C. Amazon EC2 instance type