AWS负载均衡器控制器成功创建了ALB当Ingress被部署,但在CDK代码中无法获取DNS名称。
创始人
2024-09-25 13:01:50
0

在CDK代码中获取ALB的DNS名称,可以使用AWS CloudFormation的内置函数'Fn::ImportValue”,将ALB的DNS名称作为输出值,以便在其他堆栈中使用。下面是一个示例:

from aws_cdk import (
    aws_iam as iam,
    aws_ec2 as ec2,
    aws_alb as alb,
    aws_ecs as ecs,
    core,
)

class MyStack(core.Stack):
    def __init__(self, scope: core.Construct, id: str, **kwargs):
        super().__init__(scope, id, **kwargs)

        # 创建VPC、Subnet等资源

        # 创建ECS集群
        cluster = ecs.Cluster(self, "Cluster",
            vpc=vpc
        )

        # 创建ALB
        alb = alb.ApplicationLoadBalancer(self, "ALB",
            vpc=vpc,
            internet_facing=True,
        )

        # 创建Listener及TargetGroup
        listener = alb.add_listener("Listener", port=80)
        target_group = listener.add_targets("TargetGroup", 
            port=80, 
            targets=[ecs_service.load_balancer_target(
                container_name="app",
                container_port=80
            )]
        )

        # 创建Ingress
        ingress = core.CfnOutput(self, "Ingress",
            value=f"http://{alb.load_balancer_dns_name}",
            export_name="MyALBDnsName"
        )

在上述代码中,我们使用core.CfnOutput来导出ALB的DNS名称,并在其他堆栈中使用Fn::ImportValue函数获取该值,如下所示:

from aws_cdk import core

class OtherStack(core.Stack):
    def __init__(self, scope: core.Construct, id: str, **kwargs):
        super().__init__(scope, id, **kwargs)

        # 使用Fn::ImportValue获取ALB的DNS名称
        alb_dns_name = core.Fn.import_value("MyALBDnsName")

        # 打印ALB的DNS名称
        print(f"ALB DNS Name: {alb_dns_name}")

执行上述代码后,将会输出ALB的DNS名称。

相关内容

热门资讯

透视安卓!wepoker私人局... 透视安卓!wepoker私人局外卦(透视)开挂辅助挂(都是是真的挂)-哔哩哔哩1、wepoker私人...
透视有挂!hhpoker辅助软... 透视有挂!hhpoker辅助软件,wepoker游戏的安装教程,方案教程(都是是有挂)-哔哩哔哩1、...
透视插件!hhpoker有后台... 透视插件!hhpoker有后台操作吗(透视)开挂辅助攻略(好像有挂)-哔哩哔哩hhpoker有后台操...
透视ai!pokerrrr2辅... 透视ai!pokerrrr2辅助,pokemmo脚本辅助器,资料教程(其实存在有挂)-哔哩哔哩运po...
透视程序!xpoker辅助怎么... 透视程序!xpoker辅助怎么用(透视)开挂辅助神器(竟然有挂)-哔哩哔哩;进入游戏-大厅左侧-新手...
透视玄学!aapoker如何设... 透视玄学!aapoker如何设置胜率,wepoker有透视吗,技法教程(其实是有挂)-哔哩哔哩1、用...
透视专用!aa poker辅助... 透视专用!aa poker辅助包(透视)开挂辅助器(原来真的有挂)-哔哩哔哩aa poker辅助包辅...
透视透视!wepoker轻量版... 透视透视!wepoker轻量版有透视吗,wepoker透视有用吗,资料教程(其实是有挂)-哔哩哔哩1...
透视神器!hhpoker辅助码... 透视神器!hhpoker辅助码怎么用(透视)开挂辅助app(果然有挂)-哔哩哔哩进入游戏-大厅左侧-...
透视有挂!wepoker辅助软... 透视有挂!wepoker辅助软件价格,wepoker辅助器如何使用,积累教程(其实是真的挂)-哔哩哔...