Hello!
I am looking at how to set up a serverless push worker pool, via documentation at
https://docs.prefect.io/2.13.6/guides/deployment/push-work-pools/#__tabbed_1_2
Our deployment will be against AWS cloud architecture.
When setting up an AWS user to support this setup, instructions advise
> From that user's page create credentials and store them somewhere safe for use in the next section.
• What credentials? (I'm assuming
Access keys (1))
• Access keys best practise suggests that, as this is *Application running outside AWS, that I "*Use IAM Roles Anywhere to generate temporary security credentials for non AWS workloads accessing AWS services*"*
Any advice?