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 is a command-line tool for managing AWS services, not a framework specifically for defining cloud resources as code.
AWS Developer Center is a resource hub for developers to access tools, documentation, and tutorials but not a framework for provisioning resources as code.
AWS Cloud Development Kit (AWS CDK) is a framework that enables defining cloud resources as code and provisioning them through AWS CloudFormation.
AWS CodeStar is a tool for quickly developing, building, and deploying applications on AWS, not a framework for defining and provisioning cloud resources.