When I create a load balancer on Amazon EC2 for some reason I can’t add instances to the load balancer. When I click save nothing happens.
My process:
1.I’m start two wowza instances first.
2.Then I’m create load balancer
Lastly I try to add my two instances to the load balancer.
Is there another method for doing this?
Could my issue be related to this post in the FAQ? ? If so please explain.
Q: Can I load balance Amazon EC2 instances launched using a Paid AMI?
Not at this time. Manually registering a Paid AMI based Amazon EC2 instance with the Elastic Load Balancer or using a Paid AMI with an Auto Scaling Group that is associated with the Elastic Load Balancer is not supported. Elastic Load Balancing with Paid AMI support will be available soon.
Use startup packages. This way you can start 30 edge servers at one time. See the EC2 User Guide for details on using startup packages. There are prepared startup packages here:
The default startup packages is what Wowza EC2 instances use if you do not specify one of your own.
Short guide: download the startup package, open ElasticFox, open Launch Instance dialog to start a Wowza Instance, click the button labeled “Open Binary File” and select the startup package zip file, then launch the instance and it will be configured by the startup package.
Monitor the cluster to see if you need add edge servers:
In addition to using startup packages, I’ve got a bash script that will allow you to not only launch with a given startup package, but to then do additional processing on the instance (such as downloading content, applying modules and so on).
I’m curious. What’s best approach for load balancing for large scale deployments of 30 or more instances with load balancing? It seems like that would take a while to set up using the AddOn approach.