Teleport can deploy DatabaseServices automatically into the user's AWS account, using Amazon ECS.
This happens during the Enroll New Resource / RDS flows.
However, after the deployment, the user is left without any information about the deployed services.
This PR adds a new gRPC service that exposes that information.
Next PRs, will add implementation of that service and expose it in an HTTP endpoint.
Teleport can deploy DatabaseServices automatically into the user's AWS account, using Amazon ECS. This happens during the Enroll New Resource / RDS flows.
However, after the deployment, the user is left without any information about the deployed services.
This PR adds a new gRPC service that exposes that information.
Next PRs, will add implementation of that service and expose it in an HTTP endpoint.