Guest User

Untitled

a guest
Feb 18th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. To set up an auto-scaled, load balanced EC2 application
  2. 1.
  3. Use the Elastic Load Balancing elb-create-lb command.
  4. PROMPT> elb-create-lb MyLoadBalancer --headers --listener "lb-
  5. port=80,instance-port=8080,protocol=HTTP" --availability-zones us-east-1a
  6. Elastic Load Balancing returns the following:
  7. DNS-NAME
  8. DNS-NAME
  9. 2.
  10. DNS-NAME
  11. MyLoadBalancer-2111276808.elb.us-east-1.amazonaws.com
  12. Use the Auto Scaling as-create-launch-config command
Add Comment
Please, Sign In to add comment