Using the CLI, how can you test whether or not you have the correct permissions to complete a task.
How can you decrypt an STS (security service token) message in the CLI?
You run the sts decode-authorization-message command.
How can you use MFA with CLI?
What programming language is the CLI written in?
Python SDK (boto3)
When should you use an AWS SDK?
*** THIS IS A PLACEHOLDER -
EXAM EXPECTS YOU TO KNOW THIS - MORE LATER ***
What should you do if you get a ThrottlingException intermittenly?
AWS CLI Credentials Provider Chain
In what order (first to last) does the CLI look for credentials?
AWS SDK Default Credentials Provider Chain
In what order does an SDK look for credentials?
What is Signature v4 (SigV4)?
Means that your requests to AWS are signed using your credentials so that you are authenticated against AWS
EXAMPLES
I have an on-premise personal server that I’d like to use to perform AWS API calls. How should I do this?
I should run aws configure and put my credentials there. Invalidate them when I’m done.