aws / elastic-beanstalk-roadmap

AWS Elastic Beanstalk roadmap
https://aws.amazon.com/elasticbeanstalk/
Creative Commons Attribution Share Alike 4.0 International
283 stars 11 forks source link

No Dualstack option for cloudformed Elastic Beanstalk stacks #230

Open GavChap opened 2 years ago

GavChap commented 2 years ago

Community Note

Tell us about your request Allow configuration of IPv4 / Dualstack using Cloudformation general options, as there doesn't seem to be a way specified in https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html#command-options-general-elbv2

Is this request specific to an Elastic Beanstalk platform? No

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? We would like our cloudformed Elastic Beanstalk stacks to both support IPv4 and IPv6 without manual intervention after the cloudformation stack has been created.

Are you currently working around this issue? We are manually editing the loadbalanacer's IP configuration.

hellvinz commented 2 years ago

https://github.com/aws/elastic-beanstalk-roadmap/issues/167

dgagnon commented 1 year ago

I recommend using CloudFront in front of the load-balancer. It adds quite a lot of flexibility and does support IPv6.