Zusammenfassung der Ressource
Frage 1
Frage
Which of the following is a dependency of the AWS CLI for Mac and Linux?
Frage 2
Frage
Which of the following AWS CLI output formats is best geared toward human viewing?
Frage 3
Frage
How can one split apart a long AWS CLI command line to make it more easily readable by
the operator?
Antworten
-
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.
Frage 4
Frage
For which languages are AWS SDKs available? (Choose all that apply.)
Antworten
-
Ruby
-
Basic
-
Perl
-
Python
-
Pascal
Frage 5
Frage
Which command can you run to find more information about the proper syntax and
options for AWS IoT commands from the CLI?
Antworten
-
aws help
-
aws-iot list-commands
-
aws iot help
-
aws --help
Frage 6
Frage
What does the waiter allow you to do in Boto?
Antworten
-
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.
Frage 7
Frage
In which situation would you use the AWS IoT Device SDK?
Antworten
-
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
Frage 8
Frage
For the CLI commands that accept formatted files as input, the input file must be in which
of the following formats? (select 1)
Frage 9
Frage
Which option allows you to filter output?
Antworten
-
--filter
-
--find
-
--sort
-
--query
Frage 10
Frage
In what file are your Access Key and Secret Key stored after executing the aws configure
command?
Antworten
-
config
-
credentials
-
profile
-
awskeys