aws-samples / aws-codedeploy-samples

Samples and template scenarios for AWS CodeDeploy
Apache License 2.0
636 stars 782 forks source link

The documentation is wrong about ELB_LIST #38

Open techgnosis opened 8 years ago

techgnosis commented 8 years ago

You don't need to edit ELB_LIST anymore. There is a method in common_functions.sh that populates it for you.

johnwheal commented 8 years ago

Thanks, you saved me a lot of time by posting this - AWS should probably update the docs

nwalke commented 8 years ago

Correct me if I'm wrong... but we still need to manually call this from somewhere, right?

techgnosis commented 8 years ago

You need to call the register/deregister scripts but you don't need to set ELB_LIST before you do it On Apr 25, 2016 7:27 AM, "Nick Walke" notifications@github.com wrote:

Correct me if I'm wrong... but we still need to manually call this from somewhere, right?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/awslabs/aws-codedeploy-samples/issues/38#issuecomment-214359952

wjordan commented 8 years ago

To clarify: