AWS ALB和自动级别组:循环依赖性

发布于 2025-02-05 23:44:04 字数 297 浏览 2 评论 0原文

我正在尝试创建一个由应用程序负载均衡器(ALB)领导的AWS自动化组。

因此,我首先创建自动化组,然后在几个屏幕之后,它使我可以选择是否想要ALB。如果我选择ALB,那就给我提供了UI来创建ALB。问题是当您选择目标组时,这不是可选的。

我的理解目标组是要转发流量到达的资源池。因此,在这种情况下,这将是自动级别。

因此,它是一个捕获22。如果没有目标组(自动化组),您将无法创建ALB。而且,如果没有ALB,您就无法创建一个Alb-Front的自动化群体。 那么这里的解决方案是什么?

I'm trying to create an AWS Autoscaling Group that is fronted by an Application Load Balancer (ALB).

So I begin by creating the Autoscaling Group and after a few screens it allows me to select whether or not I want an ALB. If I select ALB, then it presents me the UI for creating an ALB. The problem is when you get to selecting the Target Group, which is not optional.

My understanding of the Target Group is the pool of resources to forward traffic onto. So in this case, it would be the Autoscaling Group.

So its a Catch-22 here. You can't create the ALB without the Target Group (the Autoscaling Group). And you can't create an ALB-fronted Autoscaling Group without the ALB. So what's the solution here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮光沉寂 2025-02-12 23:44:04

解决方案是:

  1. 创建目标组
  2. 创建ALB
  3. 创建ASG

The solution is:

  1. Create a target group
  2. Create an ALB
  3. Create the ASG
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文