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

Fix scaling policy #1225

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Fix scaling policy #1225

merged 2 commits into from
Nov 20, 2023

Conversation

gustavderdrache
Copy link
Collaborator

This PR addresses a missing resource label required for request count-based scaling. It does a little bit of ARN (Amazon Resource Name) shuffling, so there are a few pieces in play, but ultimately the activity is fairly minimal:

  1. It exposes the load balancer's ARN for consumption by Drupal deployments.
  2. The Drupal deployment uses both the load balancer and target group ARNs to construct a resource label as required by the ResourceType field in the API.

Since there's a bit of commentary and code added for the ARN manipulating, the scaling policies have been moved into a new file, hence the extra diff noise.

@carsoncho carsoncho merged commit e59845d into main Nov 20, 2023
@carsoncho carsoncho deleted the fix-scaling-policy branch November 20, 2023 20:07
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