A software development company is building a custom developer portal. The portal needs to programmatically launch and terminate Amazon EC2 instances on behalf of users by executing backend application code written in Python. Additionally, the development team wants to run quick, ad-hoc queries from their local command-line terminals to list active resources without opening a web browser. Which of the following tools or methods should the team use to meet these requirements? (Select TWO.)
- AWS Software Development Kit (SDK)Cevap
- AWS Command Line Interface (CLI)Cevap
- CAWS Management Console
- DAWS CloudFormation
- EAWS Elastic Beanstalk
Cevap
AWS Software Development Kit (SDK) and AWS Command Line Interface (CLI)
The requirement to programmatically launch and terminate instances from Python code is solved by the AWS Software Development Kit (SDK), which offers libraries for languages like Python. The requirement to run ad-hoc command-line queries from a terminal is solved by the AWS Command Line Interface (CLI), which allows direct control of AWS services from a local command shell.
Adım Adım Çözüm
Anahtar Kavram
Differentiation and application of AWS interaction methods (Console, CLI, SDK, CloudFormation)