Skip to content
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

Application Load Balancer Support for End-to-End HTTP/2 #458

Closed
wants to merge 1 commit into from

Commits on Dec 10, 2021

  1. Application Load Balancer Support for End-to-End HTTP/2

    ref: https://aws.amazon.com/de/blogs/aws/new-application-load-balancer-support-for-end-to-end-http-2-and-grpc/
    
    Currently HTTP/2 is only half way implemented, that is the ALB can be configured for HTTP/2 but the TargetGroup is not configured.
    This is probably due to the AWS delay of supporting that protocal version for the TargetGroup which is available in meantime.
    
    There is however an update missing for `mweagle/go-cloudformation` which is deprecated, thus a fork has been made that includes this Cloudformation feature: o11n/go-cloudformation@b975e65
    
    Signed-off-by: Samuel Lang <[email protected]>
    universam1 committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    fcf50d4 View commit details
    Browse the repository at this point in the history