๐ŸŽ 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

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.
Google Cloud Platform (GCP)
Google's suite of cloud computing services running on the same infrastructure that Google uses for its consumer products.
Auto Scaling
Automatically adjusting the number of computing resources based on current demand to maintain performance and optimize costs.
Cloud Load Balancer
A managed service that distributes incoming network traffic across multiple servers to ensure high availability and optimal resource utilization.
Cloud Cost Optimization
Strategies and practices to reduce and control cloud computing expenses while maintaining performance and availability.
AWS (Amazon Web Services)
The world's largest cloud computing platform, offering hundreds of services for compute, storage, networking, and more.
View All Cloud Computing Terms โ†’