A company wants to automate its AWS resource management tasks using command-line shell scripts, and also wants to integrate AWS service operations directly into a custom Java application. Which of the following methods should the company use to meet these requirements? (Select TWO).
- AWS Command Line Interface (CLI)Cevap
- AWS Software Development Kits (SDKs)Cevap
- CAWS CloudFormation
- DAWS CloudTrail
- EAWS Pricing Calculator
Cevap
AWS Command Line Interface (CLI) and AWS Software Development Kits (SDKs)
The AWS Command Line Interface (CLI) fulfills the scripting requirement by enabling command-line management of resources. The AWS Software Development Kits (SDKs) fulfill the application integration requirement by providing language-specific libraries that allow custom code to communicate directly with AWS APIs.
Adım Adım Çözüm
Anahtar Kavram
AWS offers various mechanisms for interacting with its APIs: the AWS Management Console (a graphical web interface), the AWS CLI (a command-line shell script interface), and AWS SDKs (programming language-specific libraries).