Canvas CloudAI
Canvas Cloud AI

CDK

advanced
software
Enhanced Content

Definition

Cloud Development Kit - framework for defining cloud infrastructure using familiar programming languages. Like writing cloud infrastructure using the same code you use for applications.

Real-World Example

Developers use AWS CDK to define their cloud infrastructure using Python or TypeScript instead of YAML templates.

Cloud Provider Equivalencies

AWS CDK is an infrastructure-as-code (IaC) framework that lets you define cloud resources using programming languages and generates CloudFormation. Azure Bicep is a higher-level language that compiles to ARM templates. Google Cloud Deployment Manager is GCP’s template-based IaC service. OCI Resource Manager is Oracle’s managed Terraform service for provisioning OCI resources.

AWS
AWS Cloud Development Kit (AWS CDK)
AZ
Azure Bicep
GCP
Google Cloud Deployment Manager
OCI
OCI Resource Manager

Explore More Cloud Computing Terms