-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(ecs-patterns): Add support for public IP assignment on QueueProcessingFargateService construct #12815
Closed
2 tasks
lnalex opened this issue
Feb 2, 2021
· 2 comments
· Fixed by #13122, aws-iot-builder-tools/iot-reference-architectures#1801, aws-samples/keycloak-on-aws#44, aws-samples/keycloak-on-aws#46 or aws-samples/amazon-emr-with-juicefs#80
Closed
2 tasks
(ecs-patterns): Add support for public IP assignment on QueueProcessingFargateService construct #12815
lnalex opened this issue
Feb 2, 2021
· 2 comments
· Fixed by #13122, aws-iot-builder-tools/iot-reference-architectures#1801, aws-samples/keycloak-on-aws#44, aws-samples/keycloak-on-aws#46 or aws-samples/amazon-emr-with-juicefs#80
Labels
@aws-cdk/aws-ecs-patterns
Related to ecs-patterns library
feature-request
A feature should be added or improved.
Comments
lnalex
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Feb 2, 2021
peterwoodworth
added
the
@aws-cdk/aws-ecs-patterns
Related to ecs-patterns library
label
Feb 2, 2021
|
This was referenced Mar 6, 2021
Merged
This was referenced Mar 8, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-ecs-patterns
Related to ecs-patterns library
feature-request
A feature should be added or improved.
Allow specifying the
assignPublicIp
property forQueueProcessingFargateService
Use Case
Allow the use of public IPs and subnets with
QueueProcessingFargateService
Proposed Solution
Add a
assignPublicIp
property toQueueProcessingFargateService
, which could be propagated to the underlyingFargateService
construct here:aws-cdk/packages/@aws-cdk/aws-ecs-patterns/lib/fargate/queue-processing-fargate-service.ts
Line 109 in 8990e8f
Other
#12603 has a workaround noted, though not ideal.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: