This is Pulumi code for deploying your own ECS Fargate cluster with tags written in python on top of vpc built-in TypeScript.
Code in whatever language you want, you can use things across go, python, TypeScript, and dotnet. Reuse whatever you can.
The vpc is built using pulumi crosswalk in typescript
.
The ecs cluster is built-in python
.
We do this via StackReference. The vpc outputs will be read as inputs in the ecs fargate.
We are going to use Pulumi Service backend for state storage.
The ecs fargate example is identical to original one aws-py-fargate