Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support AWS::ECS::Service ServiceRegistry #676

Open
fogonthedowns opened this issue Nov 13, 2024 · 0 comments
Open

Support AWS::ECS::Service ServiceRegistry #676

fogonthedowns opened this issue Nov 13, 2024 · 0 comments

Comments

@fogonthedowns
Copy link

fogonthedowns commented Nov 13, 2024

is AWS::ECS::Service ServiceRegistry supported?

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceregistry.html

I'd like to do something like this:

    "family": "MyTask",
    "serviceRegistries": [
        {
          "registryArn": "arn:aws:servicediscovery:us-hidden-n:hidden:service/srv-foo",
          "containerName": "bar-container",
          "containerPort": hidden
        }
    ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant