CDK

Category for all posts about Cloud Development Kit (CDK) stuff

Create EC2 with CDK

create-ec2-cdk

Amazon Web Services (AWS) Cloud Development Kit (CDK) is a powerful tool for defining cloud infrastructure as code. With AWS CDK, you can easily provision AWS resources like Amazon EC2 instances using programming languages like TypeScript. In this article, we’ll walk through the steps to create and run an EC2 instance using AWS CDK in …

Create EC2 with CDK Read More »

How to create S3 bucket in CDK

create-s3-bucket-in-cdk

Create S3 bucket in CDK is a fundamental and powerful task that lays the foundation for many cloud-based applications and data storage solutions. The CDK is an innovative tool provided by Amazon Web Services that enables developers to define cloud infrastructure using familiar programming languages such as TypeScript, Python, or Java. In this article, we …

How to create S3 bucket in CDK Read More »

Install AWS CDK on Linux

install-aws-cdk

What is AWS CDK? Amazon Web Services Cloud Development Kit (AWS CDK) is a powerful tool that simplifies the process of deploying infrastructure as code (IaC) on the AWS cloud. With its user-friendly and developer-centric approach, CDK enables you to define cloud resources using familiar programming languages, such as TypeScript, Python, or Java, rather than …

Install AWS CDK on Linux Read More »