Skip to content

Conversation

crystall-bitquill
Copy link
Contributor

Summary

Elastic Load Balancer URL support

Description

Added an ELB pattern to match URL formatting and to obtain the AWS region from the URL.

Additional Reviewers

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -23,6 +23,7 @@ public enum RdsUrlType {
RDS_CUSTOM_CLUSTER(true, true),
RDS_PROXY(true, false),
RDS_INSTANCE(true, false),
ELB(false, false),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we actually need an ELB type? Can it just go into the "OTHER" category

@karenc-bq karenc-bq merged commit 019a008 into aws:main Jun 8, 2023
@karenc-bq karenc-bq deleted the elb-url-support branch June 8, 2023 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants