Hi! I have a high-level question- I am working on a Prefect 1 -> Prefect 2 migration, and am trying to understand the new version of Agents.
We currently deploy our ECS infrastructure using the AWS Python CDK, and deploy an agent on there via the "prefect agent start" command in docker. That agent listens for work and executes it. Simple.
1. Is Prefect 2, does THE AGENT lay down infrastructure instead of the CDK?
2. If so, does THE AGENT need to control the infrastructure? or can it point to existing infrastructure?
Feeling very confused on where to go from here - seems like blocks would replace our current AWS Python CDK script? Yet I see Terraform configs in some Prefect recipes..
TLDR: Is it possible to use our current design pattern using the Python CDK with Prefect 2?
Again, sorry for all the questions- I'm new to a lot of these technologies. Any insights would be so very appreciated!