Hi, I'm wondering what the status of the <cli-pref...
# prefect-aws
m
Hi, I'm wondering what the status of the cli-prefect2-ecs-agent recipe is. I tried to follow it, but it seems the IAM roles defined in the task-description are invalid. Is there perhaps a blog post to accompany this or something?
j
All the
<>
and
[]
appear to be details you need to fill in yourself, e.g. region, keys, IDs. The IAM roles will need to be created if they do not already exist. I think the resources used in this blog may be helpful to you. I don't recommend uploading the CloudFormation templates or running the github actions unless you really want this kind of CI pipeline. It's better to study it and do things yourself. The details here should help you figure out some of the ECS and IAM configuration.
m
Thanks James, that's indeed exactly what I'm doing now actually - converting the cloud formation templates to Pulumi. Cheers
🙌 2
j
great! good luck! Make sure to put it in your organization's VPC where the flows can interact with internal services! I made the mistake of having the cloudformation template create it's own VPC.