gpt4 book ai didi

shell - 如何将 Cloudformation 的输出传递给 shell 脚本

转载 作者:行者123 更新时间:2023-12-03 07:19:28 25 4
gpt4 key购买 nike

我正在编写一个 cloudformation 模板,并在“输出”部分中输出一些值。我想从 shell 脚本中检索这些值以执行一些其他操作。如果可能的话,有人可以帮我提供一些例子吗?

问候普拉迪普

最佳答案

正如@PicoutputCIs所说,您可以使用aws cloudformation describe-stacks。但你不必解析自己。您可以使用 --queryaws 为您解析。例如:

$ aws cloudformation describe-stacks --query Stacks[].Outputs[*].[OutputKey,OutputValue] --output text
SomeKey SomeValue
SomeOtherKey SomeOtherValue

有关更多选项,请参阅: http://docs.aws.amazon.com/cli/latest/userguide/controlling-output.html

关于shell - 如何将 Cloudformation 的输出传递给 shell 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47591760/

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