However, just a note that a Task that needs to communicate with Prefect Cloud needs to at least be able to call out to the public internet to report state changes to Cloud
t
Trevor Kramer
03/22/2021, 4:28 PM
@Dylan I don't think this is configured in the task definition. It is part of the boto3 run_task method.
Copy code
'assignPublicIp': 'ENABLED'|'DISABLED'
d
Dylan
03/22/2021, 4:54 PM
Hmm, I believe we pass all **kwargs down appropriately, so you should be able to pass that as a kwarg to the run config somewhere