gpt4 book ai didi

amazon-web-services - 如何自动调整大小/缩放 amazon aws ec2 实例

转载 作者:行者123 更新时间:2023-12-05 01:46:00 25 4
gpt4 key购买 nike

目前在 t2.micro 上,我读到亚马逊允许自动缩放选项以允许服务器根据完美的流量扩展/收缩。

所以我的问题是:

what exactly should i do in-order to enable the auto scaling/resizing of the server when needed or when the traffic start to spike ?

is there an option to allow changing the instance type automatically ?

auto scaling i believe means adding more instances and balance the load in between them, so does this mean i need to have a background about load balancing and all that jargon that comes with it or does amazon take care of that automatically ?

我对整个服务器维护/配置领域完全陌生,所以请尝试尽可能简单地解释。这也是我选择亚马逊的唯一原因,因为它提供的自动化功能,但遗憾的是,他们的文档非常复杂,很多事情都可能出错。

最佳答案

如果您想扩展您的实例并且不介意正常运行时间,我可以建议此解决方法。

TL;DR:在触发特定警报(即 CPU、RAM > %)时在 AWS CloudWatch 上设置警报以“ping”SNS,并设置 Skeddly 操作以在 SNS 端点被 ping 时自动扩展您的实例。

详细信息:

  • 订阅Skeddly ,一种在 AWS 上自动执行操作的服务。如果你不经常使用它,它是免费的;

  • 设置“更改 EC2 实例”操作并激活 SNS 功能,然后复制 SNS 端点链接; screenshot

  • 请务必明确定义受操作影响的实例!

  • 继续 AWS Simple Notification Service 仪表板并创建一个新的“主题”,然后选择它并从“主题”中选择“订阅主题”操作菜单;

  • 您可以在这里粘贴 Skeddly 提供的 SNS 端点,然后等待直到确认订阅(需要一段时间);

  • 现在转移到 AWS CloudWatch 并为任何指标设置警报您发现对您的实例进行放大/缩小有意义,即 CPU >= 90%1 天;

  • 为每个警报添加一个通知,选择之前的“主题”在 SNS 上定义。

你完成了!

关于amazon-web-services - 如何自动调整大小/缩放 amazon aws ec2 实例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38479155/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com