You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using cdk to create a FargateTaskDefinition that is not part of a service, and will be executed on demand using aws run-task.
Is it possible to configure the task definition, or maybe the task role, so that the runtime tasks automatically have access to RDS?
I am currently using this network configuration when running the task, but this is painful and error-prone:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am using cdk to create a FargateTaskDefinition that is not part of a service, and will be executed on demand using
aws run-task
.Is it possible to configure the task definition, or maybe the task role, so that the runtime tasks automatically have access to RDS?
I am currently using this network configuration when running the task, but this is painful and error-prone:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions