
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 work with AWS services in a programmatic manner?
A
AWS Powershell
B
AWS Bash
C
AWS CLI
D
AWS Console
Explanation:
The AWS CLI (Command Line Interface) allows developers to work with AWS services programmatically through command-line commands. It provides a unified tool to manage AWS services and automate tasks through scripts. While AWS PowerShell and AWS Console exist, the CLI is specifically designed for programmatic interaction. AWS Bash is not a standard AWS tool - bash is a shell that can be used with AWS CLI commands.