opensearch-migrations icon indicating copy to clipboard operation
opensearch-migrations copied to clipboard

Remove ECS ServiceConnect

Open AndreKurait opened this issue 9 months ago • 1 comments

Description

Removes ECS ServiceConnect from the infrastructure. This change builds off of MIGRATIONS-1735 which removes a hard dependency on service-connect.

  • Category: Enhancement
  • Why these changes are required? Support GovCloud
  • What is the old behavior before changes and new behavior after changes? Service connect is deployed within services as a sidecar, this change removes that as it is currently not used for service communication with OTEL Sidecar Change

Issues Resolved

MIGRATIONS-1736

Is this a backport? If so, please add backport PR # and/or commits #

Testing

Deployed to AWS, verified functionality including migration console access to capture proxy and proxy/replayer/console access to kafka

Check List

  • [ x] New functionality includes testing
    • [ x] All tests pass, including unit test, integration test and doctest
  • [ x] New functionality has been documented
  • [ x] Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

AndreKurait avatar May 22 '24 15:05 AndreKurait