Replies: 2 comments
-
I think the workaround suggested here is what is needed for now, #7400 (comment) Lemme know if that works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@5t111111 I face similar issue. What did you endup using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I encounter a problem when creating
ScheduledFargateTask
which requrires database connections. You can configure connections to database viaallowTo
orallowFrom
when creating ECS services ( e.g.ApplicationLoadBalancedFargateService
), while you cannot do the same way for ScheduledFargateTask construct.I have found the related issue #7400 , but it is still not clear how to correctly set
allowFrom
orallowTo
connection to other resources forScheduledFargateTask
.For example:
The only workaround I have found so far is the following, but I know it is not reliable solution:
Does anyone know the correct ways to set connections to the other resources for
ScheduledFargateTask
?Beta Was this translation helpful? Give feedback.
All reactions