https://prefect.io logo
Title
m

Max Jackson

02/27/2023, 6:40 PM
Thank you so much Ryan! That worked wonderfully, thank you so much. I have another related question: I can't seem to find that block when attempting to deploy, i.e. with a command like
prefect deployment build flows/first_flow.py:hi -n dev -q dev -ib ecs/first-ecs-test -sb s3/first-flow -a
I get the attached error. am I using this block properly?
1
r

Ryan Peden

02/27/2023, 7:25 PM
I think the name would be
ecs-task/first-ecs-test
, but to check for sure you can run
prefect block ls
to see the the slug for all blocks you've created.
m

Max Jackson

02/27/2023, 7:39 PM
that did it, thank you so much!
👍 1