• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives
  • Sources
  • Search

Search

AWS Register Instances with Load Balancer

February 19, 2020

Here’s the AWS CLI to register instances to a load balancer.

aws elb register-instances-with-load-balancer \
--load-balancer-name my-load-balancer \
--instances i-xxxxxxxxxxx i-xxxxxxxxxxx i-xxxxxxxxxxx 

Filed Under: Cloud Tagged With: aws, cli, instances, load balancer, register

  • Home
  • About
  • Archives
  • Sources
  • Search

Copyright © 2023