Skip to content

Add alb_support recipes#37

Merged
lordhx merged 1 commit intomasterfrom
task/nk-charlie-alb-support
Oct 20, 2020
Merged

Add alb_support recipes#37
lordhx merged 1 commit intomasterfrom
task/nk-charlie-alb-support

Conversation

@lordhx
Copy link
Copy Markdown

@lordhx lordhx commented Oct 16, 2020

PR adds two new recipes:
alb_support::attach_to_alb: This recipe does the actual work of attaching an instance to a target group of an Application Load Balancer. Recipes to be executed during the Setup lifecycle event must be added before this recipe, before your instance is attached to an Application Load Balancer.

alb_support::detach_from_alb: This recipe detaches instances from the load balancer. Add this recipe to the Shutdown lifecycle event. Recipes to be executed after the Shutdown lifecycle event must come after this recipe, when the instance is detached from the Application Load Balancer and the connection is drained.

taken from aws-samples/opsworks-example-cookbooks#9
see also https://aws.amazon.com/ru/blogs/mt/use-application-load-balancers-with-your-aws-opsworks-chef-12-stacks/

@lordhx lordhx requested review from a team and alexeymetelev October 16, 2020 11:50
@lordhx lordhx marked this pull request as ready for review October 16, 2020 11:52
@lordhx lordhx requested review from a team, alexeymetelev, pavelgnom and pbatorre and removed request for a team and alexeymetelev October 19, 2020 12:41
@lordhx lordhx merged commit b64002c into master Oct 20, 2020
@ashishtajane ashishtajane deleted the task/nk-charlie-alb-support branch October 20, 2020 10:16
@joshwines
Copy link
Copy Markdown

Awesome stuff all!

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.

4 participants