aws_how_to
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| aws_how_to [2011/10/26 17:23] – k2patel | aws_how_to [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 65: | Line 65: | ||
| You are good to GOLDEN | You are good to GOLDEN | ||
| + | |||
| + | |||
| + | ==== Playing with Amazon ELB ==== | ||
| + | |||
| + | === Create LB using ELB API === | ||
| + | <code bash | Create lb> | ||
| + | elb-create-lb elb-test1 --availability-zones us-east-1b --listener " | ||
| + | </ | ||
| + | |||
| + | <code bash | Register Instance> | ||
| + | elb-register-instances-with-lb elb-test1 --instances i-12345678 | ||
| + | </ | ||
| + | |||
| + | <code bash | Register Listeners on ELB > | ||
| + | elb-create-lb-listeners v3-test --listener " | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
aws_how_to.1319649792.txt.gz · Last modified: 2020/08/10 02:28 (external edit)
