(ecs): CloudMapNamespaceOptions should allow bringing your own namespace resource #26698
Open
1 of 2 tasks
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p1
Describe the feature
The ECS CDK simplifies setting up default namespaces for Service Connect and Service Discovery via the use of CloudMapNamespaceOptions which automatically creates the Cloud Map namespaces. We'd like to extend this to support existing namespaces that may have been created outside of ECS Cluster configuration.
Use Case
We have found customer use cases where they already have an existing namespace modeled outside of CloudMapNamespaceOptions that they'd now like to use as the default for Service Connect but the current constructs don't allow this.
Proposed Solution
A previous bug fixed for Service Connect also recommend a potential path forward by modeling a cloudMapNamespace resource in the CloudMapNamespaceOptions which would be a workable solution
Other Information
No response
Acknowledgements
CDK version used
2.84.0
Environment details (OS name and version, etc.)
Mac OS 13.4
The text was updated successfully, but these errors were encountered: