AWS Certified SysOps Administrator – Associate (legacy) — Question 765

What does the `configure` command allow an Administrator to do when setting up the AWS CLI? (Choose two.)

Answer options

Correct answer: B, E

Explanation

The `aws configure` command is used to set up credentials, the default AWS Region, and the default output format (such as JSON, text, or table) for CLI command responses. It does not handle VPC selection, default EC2 instance types, or CLI command encryption, making those options incorrect.