exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 133 discussion

A SysOps administrator is unable to authenticate an AWS CLI call to an AWS service.

Which of the following is the cause of this issue?

  • A. The IAM password is incorrect.
  • B. The server certificate is missing.
  • C. The SSH key pair is incorrect.
  • D. There is no access key.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
KTsankov
Highly Voted 11 months, 2 weeks ago
Selected Answer: D
When the AWS CLI runs a command, it sends an encrypted request to the AWS servers to perform the appropriate AWS service operations. Your credentials (the ACCESS key and secret key) are involved in the encryption and enable AWS to authenticate the person making the request. There are several things that can interfere with the correct operation of this process, as follows. https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-troubleshooting.html
upvoted 6 times
...
Liongeek
Highly Voted 1 year, 7 months ago
Ans: D You don't use passwords in AWS CLI. You use access and secret access key.
upvoted 5 times
...
Christina666
Most Recent 11 months, 2 weeks ago
Selected Answer: D
~/.aws config file stores key
upvoted 3 times
...
dehkon
1 year, 2 months ago
Signature Version 4 is the process to add authentication information to AWS requests sent by HTTP. For security, most requests to AWS must be signed with an access key, which consists of an access key ID and secret access key. These two keys are commonly referred to as your security credentials. For information about how to obtain credentials for your account, see Understanding and getting your credentials.
upvoted 2 times
...
michaldavid
1 year, 6 months ago
Selected Answer: D
dddddd
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...