application-load-balancer-copy-utility/copy_classic_load_balancer.py [242:249]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                print('Tag key: {}'.format(tag['Key']))
                answer = input(
                    "Do you want to proceed without AWS reserved tag? y/n ")
                if answer.lower() == 'y':
                    elb_data['TagDescriptions'][0]['Tags'].remove(tag)
                    pass
                else:
                    print(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



network-load-balancer-copy-utility/copy_network_load_balancer.py [195:202]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                print('Tag key: {}'.format(tag['Key']))
                answer = input(
                    "Do you want to proceed without AWS reserved tag? y/n ")
                if answer.lower() == 'y':
                    elb_data['TagDescriptions'][0]['Tags'].remove(tag)
                    pass
                else:
                    print(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



