
There are few problems with CloudFormation: It is well supported and is easy to understand. You can express your code in YAML or JSON format.

If you're creating resources manually, below are some of the problems that you might face Infrastructure as Code(IaC) is nothing but having desired state of your infrastructure in the form of code. But, it is highly recommended to use any Infrastructure as Code(IaC) as solution. Yes, you can use AWS console to create AWS resources. Manually creating resources using AWS console: There are few options to provision AWS cloud resources. If you prefer Python, you can refer to CDK with python tutorial here. In this tutorial, we're going to use Typescript.


At the time of this writing, AWS CDK supports Typescript, Javascript, Python, C# and Java. Download the free ebook on AWS Lambda hereĪWS CDK (Cloud Development Kit) is a software development framework that lets you define cloud resource using your favourite programming language.
