Add dry_run to a number of EC2 services
This commit is contained in:
parent
4157abe8de
commit
d6f76cbb43
26 changed files with 709 additions and 235 deletions
|
|
@ -223,6 +223,7 @@ class ELBResponse(BaseResponse):
|
|||
return template.render(instance_ids=instance_ids)
|
||||
|
||||
def add_tags(self):
|
||||
|
||||
for key, value in self.querystring.items():
|
||||
if "LoadBalancerNames.member" in key:
|
||||
number = key.split('.')[2]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue