Hi Team - When running my docker image in the term...
# ask-community
c
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
In Prefect 2, install prefect-aws and register the block and you will have that type available.
c
Thank you, Jeff
๐Ÿ‘ 1
@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
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.
๐Ÿ‘ 2
c
Thanks Jeff. I'll check this out tomorrow