if add:
                    if not __salt__['boto_ec2.create_tags'](resource_ids=instance_id, tags=add,
                                                            region=region, key=key, keyid=keyid,
                                                            profile=profile):
                        msg = "Error while creating tags on instance {0}".format(instance_name if