ale
10/19/2020, 11:57 AMAWSSecretsManager
in a flow which runs on Prefect Fargate Agent.
The flow works fine if the flow runs with launch_type="FARGATE"
If the flow runs with launch_type="EC2"
then I get the following error:
botocore.exceptions.NoRegionError: You must specify a region.
It seems that the flow cannot pick the region from the provided task/execution role…
Any suggestions?Raphaël Riel
10/19/2020, 12:23 PMale
10/19/2020, 12:28 PMAWS_DEFAULT_REGION
makes AWSSecretManager tasks to run indefinitely (it remains in the Submitted status forever)Raphaël Riel
10/19/2020, 12:31 PMale
10/19/2020, 12:40 PMRaphaël Riel
10/19/2020, 12:51 PMale
10/19/2020, 12:53 PMRaphaël Riel
10/19/2020, 12:55 PMSpencer
10/19/2020, 1:02 PMale
10/19/2020, 1:26 PMbridge
, but then we realised that Fargate Agent set it to awsvpc
when creating new tasks…Spencer
10/20/2020, 12:43 PM