Which of the following is a software development framework that a company can use to define cloud resources as code and provision the resources through AWS CloudFormation?
AWS CLI
AWS Developer Center
AWS Cloud Development Kit (AWS CDK)
AWS CodeStar
Explanations:
AWS CLI (Command Line Interface) is a tool to interact with AWS services via command line but does not define cloud resources as code; it allows for resource management and operations.
AWS Developer Center provides resources, tools, and documentation for developers but is not a framework for defining or provisioning cloud resources.
AWS Cloud Development Kit (AWS CDK) is a software development framework that allows developers to define cloud resources in code and provision them using AWS CloudFormation.
AWS CodeStar is a cloud-based service for managing software development projects but does not focus on defining cloud resources as code.