
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which of the following can be used to call AWS services from programming languages
A
AWS SDK
B
AWS Console
C
AWS CLI
D
AWS IAM
Explanation:
The AWS SDK (Software Development Kit) can be plugged in for various programming languages. Using the SDK you can then call the required AWS services programmatically from your code.
Why other options are incorrect:
AWS Console: This is a web-based graphical user interface for managing AWS resources, not for programmatic access
AWS CLI: This is a command-line interface tool for interacting with AWS services, but it's not used directly from programming languages
AWS IAM: This is Identity and Access Management service for controlling access to AWS resources, not for calling services programmatically