Which AWS service allows users to model and provision AWS resources using common programming languages?
AWS CloudFormation
AWS CodePipeline
AWS Cloud Development Kit (AWS CDK)
AWS Systems Manager
Explanations:
AWS CloudFormation allows users to define and provision resources using templates but does not use common programming languages.
AWS CodePipeline is a CI/CD service for automating release pipelines and does not model or provision resources.
AWS Cloud Development Kit (AWS CDK) allows users to model and provision AWS resources using common programming languages like TypeScript, Python, and Java.
AWS Systems Manager helps in managing and automating tasks for resources but does not support modeling and provisioning resources using programming languages.