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.
Clone the examples repo and cd
into it.
cd vpc-crosswalk-ts
directory for usage information.cd ecs-fargate-python
directory for usage information.
The ecs fargate example is identical to original one https://github.com/pulumi/examples/tree/master/aws-py-fargate