nasa / Common-Metadata-Repository

Apache License 2.0
337 stars 92 forks source link

CMR-10009: Fix job-router load balancer referencing issues #2145

Closed TylerHeald1 closed 1 month ago

TylerHeald1 commented 2 months ago

Overview

What is the feature/fix?

If some infrastructure change causes the LB to be remade with the same name, it might not have the same DNS name, which requires job-router to need it's variables updated

What is the Solution?

Changed job-router to use the name of the LB to query AWS for the DNS name, so it isn't reliant on a more-likely-to-change value

What areas of the application does this impact?

job-router

Checklist