merlin
09/14/2023, 4:17 PMEmil Christensen
09/14/2023, 4:36 PMmerlin
09/14/2023, 4:53 PMEmil Christensen
09/14/2023, 4:59 PMStore AWS credential in Prefect Cloud block, use that to pull resource credentials each time from the flows.Sort of, except you don’t explicitly have to provide AWS credentials… those can be provided in the environment itself. For example, if you run your flows on an EC2 instance, you could give the instance an IAM role that allows reading from AWS secrets manager… then all the block is storing is the name of the secret to retrieve.