AWS Certified Cloud Practitioner (CLF-C02) — Question 570
A company's application developers need to quickly provision and manage AWS services by using scripts.
Which AWS offering should the developers use to meet these requirements?
Answer options
- A. AWS CLI
- B. AWS CodeBuild
- C. AWS Cloud Adoption Framework (AWS CAF)
- D. AWS Systems Manager Session Manager
Correct answer: A
Explanation
The AWS CLI enables developers to automate the creation, configuration, and management of AWS resources using command-line scripts. AWS CodeBuild is a service for compiling source code and running tests, AWS CAF is a conceptual framework to guide cloud migration, and Session Manager is used for secure shell-like access to instances, making AWS CLI the correct tool for script-based resource provisioning.