๐ŸŽ 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.
Kubernetes Service
An abstraction that provides a stable network endpoint for accessing a group of Pods, handling load balancing and service discovery.
S3 (Simple Storage Service)
An AWS object storage service that stores and retrieves any amount of data from anywhere on the web.
IaaS (Infrastructure as a Service)
A cloud service model providing virtualized computing resources like servers, storage, and networking over the internet.
Cloud Computing
The delivery of computing services over the internet, including servers, storage, databases, and software on demand.
PaaS (Platform as a Service)
A cloud service model that provides a platform for developers to build, deploy, and manage applications without managing infrastructure.
View All Cloud Computing Terms โ†’