Esempio n. 1
0
def prune_ami(aws_profile, keep, **kwargs):
    prune(aws_profile, keep)
Esempio n. 2
0
def prune_amis(icp_config, aws_profile, machine_type, keep, **kwargs):
    prune(icp_config, machine_type, keep, aws_profile=aws_profile)
Esempio n. 3
0
def prune_amis(mmw_config, aws_profile, machine_type, keep, **kwargs):
    prune(mmw_config, machine_type, keep, aws_profile=aws_profile)