Which of the following is a dependency of the AWS CLI for Mac and Linux?
C++
Python
Java
.NET SDK
Which of the following AWS CLI output formats is best geared toward human viewing?
Table
JSON
Text
How can one split apart a long AWS CLI command line to make it more easily readable by the operator?
Use the semi-colon (;) between statements, with a newline after each backslash.
Press Enter after every three words, followed by the Enter key twice at the end of the statement.
Use backslashes (\) every few words, with a newline after each backslash.
Use the tab key between each word.
For which languages are AWS SDKs available? (Choose all that apply.)
Ruby
Basic
Perl
Pascal
Which command can you run to find more information about the proper syntax and options for AWS IoT commands from the CLI?
aws help
aws-iot list-commands
aws iot help
aws --help
What does the waiter allow you to do in Boto?
Order a pool of Amazon EC2 instances to be delivered to your Auto Scaling group.
Delete all unused Security Groups in your Amazon Virtual Private Cloud (Amazon VPC).
Wait for ordered infrastructure to become available before continuing.
Automatically distribute Amazon S3 data across regions.
In which situation would you use the AWS IoT Device SDK?
To order AWS IoT Buttons
To create a new AWS account to use for IoT
As a dashboard for performing analytics upon your IoT messages
To simplify the process of connecting things to the AWS IoT service
For the CLI commands that accept formatted files as input, the input file must be in which of the following formats? (select 1)
Text format
Comma Separated Values (CSV)
XML
HTML
Which option allows you to filter output?
--filter
--find
--sort
--query
In what file are your Access Key and Secret Key stored after executing the aws configure command?
config
credentials
profile
awskeys