def prune_ami(aws_profile, keep, **kwargs): prune(aws_profile, keep)
def prune_amis(icp_config, aws_profile, machine_type, keep, **kwargs): prune(icp_config, machine_type, keep, aws_profile=aws_profile)
def prune_amis(mmw_config, aws_profile, machine_type, keep, **kwargs): prune(mmw_config, machine_type, keep, aws_profile=aws_profile)