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 PMRaphaël Riel
10/19/2020, 12:24 PMale
10/19/2020, 12:28 PMale
10/19/2020, 12:30 PMAWS_DEFAULT_REGION
makes AWSSecretManager tasks to run indefinitely (it remains in the Submitted status forever)Raphaël Riel
10/19/2020, 12:31 PMRaphaël Riel
10/19/2020, 12:33 PMale
10/19/2020, 12:40 PMRaphaël Riel
10/19/2020, 12:51 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 PMale
10/19/2020, 2:02 PMale
10/19/2020, 4:44 PMbridge
, but then we realised that Fargate Agent set it to awsvpc
when creating new tasks…ale
10/20/2020, 7:51 AMSpencer
10/20/2020, 12:43 PM