Anyone have experience with the pulumi_aws python ...
# getting-started
a
Anyone have experience with the pulumi_aws python module and creating an ECS Cluster from EC2 instances?
b
@able-energy-34495 I haven’t done this in python yet, but here’s a typescript example which should be portable to Pytho https://github.com/jaxxstorm/pulumi-examples/blob/main/typescript/aws/ecs/index.ts
a
Awesome Thanks Jaxxstorm! I'll take a look.
@billowy-army-68599 would you know how to apply the cloudinit resource to a ecs cluster in python?
I have the cloudinit resource rendering correctly, but I don't know how to apply it to the cluster in python
b
what code do you currently have?
a
It's pretty monolithic now, let me throw it in a code paste. one sec
I don't see an "apply" method in the aws docs
b
have you added nodes to your cluster?
a
let me take a look
oh
This will help 🙂