1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
I have never set up Service Connect using another account's PrivateCA, but how about configuring it from the AWS CLI?
If the service has already been created in the ECS cluster, you can specify the PrivateCA ARN in "serviceConnectConfiguration" using the "update-service" command.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/update-service.html
It can also be configured when creating a service within an ECS cluster.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-service-connect.html
Relevant content
- Accepted Answer
- asked 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 months ago
Thanks, Riku. I've seen the documentation for doing this via the CLI and am planning on testing this. I was just hoping to get it working via the GUI. Looks like I've have to go this route after all.