tags.tags.each { |tag|
                    if tag.key == "MU-ID" and tag.value == deploy_id
                      deploy_match = true
                    elsif tag.key == "MU-MASTER-IP" and tag.value == MU.mu_public_ip
                      master_match = true