AWS Certified Cloud Practitioner — Question 199

A user wants to control AWS services by using the AWS CLI.

What are the MINIMUM security credentials that the user needs to achieve this goal?

Answer options

Correct answer: C

Explanation

To use the AWS CLI for managing services, the user must have Access keys, which include an Access Key ID and a Secret Access Key. The other options, such as a username and password or MFA, are not sufficient on their own for CLI access, while key pairs are primarily used for EC2 instances rather than CLI access.