gpt4 book ai didi

amazon-web-services - 按 'tag: component' : 'foo' , 或 'tag:component' 过滤 boto 实例列表: 'bar'

转载 作者:行者123 更新时间:2023-12-04 10:07:51 26 4
gpt4 key购买 nike

我想获得 boto 中的实例列表,或者有一个 foo 或 bar 的“组件”标签。

有没有办法避免发出两个请求并修改对象?

最佳答案

这应该会找到所有具有名为 component 的标签的实例。值为 foobar :

import boto.ec2
c = boto.ec2.connect_to_region('us-west-2')
reservations = c.get_all_instances(filters={'tag:component':['foo', 'bar']})

这能解决你的问题吗?

关于amazon-web-services - 按 'tag: component' : 'foo' , 或 'tag:component' 过滤 boto 实例列表: 'bar',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19361615/

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