【发布时间】:2021-03-06 21:20:00
【问题描述】:
我使用模块 https://registry.terraform.io/modules/terraform-aws-modules/autoscaling/aws/latest 预置了启用 AWS 自动扩展组的 ec2 实例。但是,该模块的私有 ip 没有输出。我可能会使用用户数据来安装所需的软件和组件。但是,我无法将 ec2 实例用作我的应用程序服务器,因为我没有可用于登录和部署应用程序新版本的 IP 地址。如何解决问题?
【问题讨论】:
标签: amazon-web-services amazon-ec2 terraform aws-auto-scaling