How to create AWS ECS using Pulumi
Reading Time: 3 minutes Hello Readers! In this blog we will see how we can create AWS ECS using pulumi. Pulumi is an open source infrastructure as code tool. We can create, deploy, and manage cloud infrastructure. Pulumi can be use with multi-programming languages, here I will use python. Install Pulumi: Run the following command for installing pulumi: $ curl -fsSL https://get.pulumi.com | sh Check the version using following Continue Reading