开发者

Amazon auto-scaling through web console/panel

开发者 https://www.devze.com 2023-03-27 23:52 出处:网络
In Amazon AWS, is it currently possible to configure load balancing and autoscaling with the web console / panel?

In Amazon AWS, is it currently possible to configure load balancing and autoscaling with the web console / panel?

The whole infrastructure seems to be configurable with a few clicks but I only found CLI tutorials to manage autoscaling. Is there no way to manage it with a graphical interface?

I wan开发者_如何学Pythont to propose Amazon solutions to my company, but it is hard to defend the replacement of one command line mess with another command line mess.

Thanks.

PS: Trying to avoid third-party solutions please.


You can manage Elastic Load Balancers from the graphical console. Documentation is here.

There's still no graphical interface for auto scaling. The Amazon command line documentation is here. You might also skim this tutorial on configuring auto scaling and load balancing.


I doubt you can still manage auto-scaling from AWS web-console. I believe Amazon must be working on it, but I am for sure that it is available from web.

BTW, working with AWS Auto-Scaling shouldn't be a problem, I manage to setup my settings in just three commands - that's it go.

Take a look at this - http://www.codebelay.com/blog/2009/08/02/how-to-load-balance-and-auto-scale-with-amazons-ec2/


Unfortunately Amazon doesn't offer an online GUI yet. 3rd party tools do exist (though you mentioned you didn't want to use them): http://www.ezautoscaling.com, http://ylastic.com.


Amazon recently added autoscaling configuration to the management console. You can read more about it here: http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/GettingStartedTutorial.html

0

精彩评论

暂无评论...
验证码 换一张
取 消