๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

Cloud Computing Advanced

What is CDK (Cloud Development Kit)?

A software development framework for defining cloud infrastructure using familiar programming languages instead of YAML or JSON templates.

AWS CDK lets developers define cloud infrastructure using TypeScript, Python, Java, C#, or Go instead of writing CloudFormation YAML. Infrastructure becomes real code โ€” with loops, conditions, abstractions, and testing.

CDK constructs represent cloud resources at different abstraction levels. L1 constructs map directly to CloudFormation. L2 constructs add sensible defaults. L3 constructs (patterns) represent complete architectures. CDK synthesizes to CloudFormation templates for deployment.

Related Terms

Virtual Machine (VM)
A software-based emulation of a physical computer that runs its own operating system and applications.
Cloud Migration
The process of moving applications, data, and workloads from on-premises infrastructure to cloud computing environments.
Google Cloud Platform (GCP)
Google's suite of cloud computing services running on the same infrastructure that Google uses for its consumer products.
VPC (Virtual Private Cloud)
An isolated virtual network within a cloud provider where you can launch resources with full control over IP addressing, routing, and security.
Serverless Computing
A cloud execution model where the provider manages servers and dynamically allocates resources, charging only for actual usage.
Cloud Monitoring
Services that collect, analyze, and alert on metrics, logs, and traces from cloud infrastructure and applications.
View All Cloud Computing Terms โ†’