-
Notifications
You must be signed in to change notification settings - Fork 30
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
Migrate from using ELB to ALB Load Balancer Type for DCR #9310
Comments
Reopening as we still need to do the switch in frontend guardian/frontend#26789 before traffic starts using the new article load balancer |
Moving this to blocked as we want to wait until scaling optimisations are included before we start pointing traffic to the new app See release plan for details https://docs.google.com/document/d/1EK-tS0NP0yhuuEl_kM9mBPvmwaWH3r3UTcsVLy-WXm0/edit?usp=sharing |
Closing as this has been done in guardian/frontend#26821 and VPC config adjusted suitably in https://github.com/guardian/platform/pull/1575 |
In DCR we are currently using ELB (Classic Load Balancer) which will probably be deprecated in the near future.
dotcom-rendering/dotcom-rendering/cdk/lib/dotcom-rendering.ts
Lines 89 to 97 in cea44e3
The DevX recommendation is to use
GuClassicLoadBalancer
only when migrating an existing stack and need to retain the load balancer. This was done in #8566This ticket is to migrate from using ELB to ALB Load Balancer Type. As load balancer is a stateful resource and replacement is unexpected, we need to follow the DevX Migration Guide.
Useful docs
Metric
What metric should we use to evaluate this change?
The text was updated successfully, but these errors were encountered: