AWS

Category for all posts about Amazon Web Services (AWS) 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 delete AWS Account from Control Tower even if you don’t have root access?

how-to-delete-aws-account-from-control-tower

How to delete AWS Account from Control Tower even if you don’t have root access? Working within the AWS environment can often prove to be challenging and, at times, quite frustrating. One of my significant sources of frustration is AWS Control Tower. While it may initially appear straightforward, delving deeper into its functionalities reveals a …

How to delete AWS Account from Control Tower even if you don’t have root access? 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 »

Install AWS CLI on Linux

install-aws-cli

AWS CLI stands for Amazon Web Services Command Line Interface. It is a unified command-line tool provided by AWS for managing various AWS services and resources. With the AWS CLI, developers, administrators, and DevOps professionals can interact with AWS resources and perform various tasks from the command line, scripting, or automation. This article explains how …

Install AWS CLI on Linux Read More »