由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - how does AWS's auto scale work? (转载)
相关主题
补充一下amazon的感受amazon research scientist refer
亚麻选组==full stack engineer 是软件开发业的倒退
问一题,新网站要代替旧网站,如何设计一个系统将发给旧网站的请求redirect给新网站?Atlanta 的公司招云工程师
base system kernel bug 如何patch?内推 VMware NSX multi-cloud test/QE
这个怎么做?招聘 Dev Ops Engineer
Sr.SystemsEngineer-Data-and-Analytics is needed答复Email blast问题,邮箱没法回
贴两个三藩的软工工作c++题
【真心请教】选master project课题 - 有包子问一个关于c++的很傻的问题,多谢
相关话题的讨论汇总
话题: aws话题: instance话题: server话题: deployed
进入JobHunting版参与讨论
1 (共1页)
q**q
发帖数: 266
1
【 以下文字转载自 BuildingWeb 讨论区 】
发信人: qiiq (qiiq), 信区: BuildingWeb
标 题: how does AWS's auto scale work?
发信站: BBS 未名空间站 (Tue Apr 22 12:54:57 2014, 美东)
Suppose I launched an AWS instance, deployed my application (i.e., a Java
WAR). When a single instance is incapable of handling the heavy traffic, is
the AWS going to automatically duplicate the application to another instance
and redirect some traffic to the second instance? Here, I consider an "
instance" as a "server", but I'm not sure whether I'm correct.
Any advice is appreciated!
t****3
发帖数: 61
2
autoscale with ELB, this should work. It is starting a duplicated server and
adding to ELB.
q**q
发帖数: 266
3
Thank you. Is the deployed application automatically copied to that
additional server? If that's the case, what if the content of the
application package changes in one server but not the other, following some
user operations (like a file is uploaded and stored relative to the
application context path?)

and

【在 t****3 的大作中提到】
: autoscale with ELB, this should work. It is starting a duplicated server and
: adding to ELB.

t****3
发帖数: 61
4
autoscale should be image based, you may need to update other servers if you
want to deploy new package to one server. I have not used AWS for few years
, you'd better check online doc to confirm.
q**q
发帖数: 266
5
Thank you for your help! I'm new to this, so please excuse me if the
question was too simple sometimes naive...

you
years

【在 t****3 的大作中提到】
: autoscale should be image based, you may need to update other servers if you
: want to deploy new package to one server. I have not used AWS for few years
: , you'd better check online doc to confirm.

1 (共1页)
进入JobHunting版参与讨论
相关主题
问一个关于c++的很傻的问题,多谢这个怎么做?
steps involved to deploy a web services ?Sr.SystemsEngineer-Data-and-Analytics is needed
三藩pre-ipo公司big data职位招聘贴两个三藩的软工工作
我的System Design总结【真心请教】选master project课题 - 有包子
补充一下amazon的感受amazon research scientist refer
亚麻选组==full stack engineer 是软件开发业的倒退
问一题,新网站要代替旧网站,如何设计一个系统将发给旧网站的请求redirect给新网站?Atlanta 的公司招云工程师
base system kernel bug 如何patch?内推 VMware NSX multi-cloud test/QE
相关话题的讨论汇总
话题: aws话题: instance话题: server话题: deployed