bjhale/AWS LB Blue/Green Status Action
This action determines if the an AWS LB is in a blue or green state
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 31, 2023
- License
- None
Pinned Snippet
uses: bjhale/aws-lb-blue-green-controller-action@ed16eea2ad1c173dc04ca7e6e3f711f9186dd31b # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| blue_rule_arn | The ARN of the blue rule | yes | — |
| green_rule_arn | The ARN of the green rule | yes | — |
| switch_active_rule | If true, the action will switch the active and inactive rules | no | false |
Outputs
| name | description |
|---|---|
| active_rule | The name of the active rule |
| inactive_rule | The name of the inactive rule |
| active_rule_arn | The ARN of the active rule |
| inactive_rule_arn | The ARN of the inactive rule |