Hi Team - When running my docker image in the terminal. I wanted to get a list of block types: prefect block type ls
There was an aws credential block type, but I am not able to create it, nor see that type in blocks. Is this a type that was abandoned?
โ 1
j
Jeff Hale
09/16/2022, 9:02 PM
In Prefect 2, install prefect-aws and register the block and you will have that type available.
c
Chris Gunderson
09/16/2022, 9:07 PM
Thank you, Jeff
๐ 1
Chris Gunderson
09/16/2022, 9:20 PM
@Jeff Hale I tried to do a pip install on the docker container I'm running and it is already installed. Is there something I need to do for the workspace? I tried setting my workspace like this:
prefect cloud workspace set --workspace "sra/dev"
j
Jeff Hale
09/17/2022, 12:55 PM
hmm. I donโt believe you need to. This post from @Anna Geller shows registering the a similar block from ECS which is a step to take.