标签: amazon-web-services aws-cli autoscaling
我使用AWS CLI创建了一个新堆栈,它创建了一堆东西(ASG,ELB等)。现在从Stack Name我想获得创建的ASG列表。我怎么能这样做?
描述堆栈并不知道所有创建的内容。它只给出了堆栈ID和参数。
我可以在CFT的输出部分传递它吗?
答案 0 :(得分:1)
您可以使用the aws cloudformation describe-stack-resource command。您可以在回复的PhysicalResourceId字段中找到ASG的名称。
aws cloudformation describe-stack-resource
PhysicalResourceId