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

Route53 : Adding VPC associations on Hosted Zones using ECS CLoudMap #26147

Closed
2 tasks
ETisREAL opened this issue Jun 28, 2023 · 3 comments
Closed
2 tasks

Route53 : Adding VPC associations on Hosted Zones using ECS CLoudMap #26147

ETisREAL opened this issue Jun 28, 2023 · 3 comments
Labels
@aws-cdk/aws-route53 Related to Amazon Route 53 effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@ETisREAL
Copy link

Describe the feature

Hello. I think it would be very useful to be able to create a VPC associations for Hosted Zones directly with the CDK, instead of having to do it from the console.

Use Case

In particular I found that there is no way to do it on an ECS cluster namespace. In my case, I am trying to associate CloudMap generated private hosted zone to another VPC in the same region

Proposed Solution

Add a functionality to ECS CLoudMap property to add a VPC association

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.85.0

Environment details (OS name and version, etc.)

Linux - Ubuntu 22.04

@ETisREAL ETisREAL added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jun 28, 2023
@github-actions github-actions bot added the @aws-cdk/aws-route53 Related to Amazon Route 53 label Jun 28, 2023
@pahud pahud self-assigned this Jun 28, 2023
@pahud
Copy link
Contributor

pahud commented Jun 28, 2023

Looking at this
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html

It seems ECS allows us to configure service connect but it will not return any cloudmap information. I guess it's not easy to have another vpc association with the cloudmap namespace created from ecs service connect.

Any thoughts?

@pahud pahud added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed needs-triage This issue or PR still needs to be triaged. labels Jun 28, 2023
@pahud pahud removed their assignment Jun 28, 2023
@pahud pahud added p2 effort/medium Medium work item – several days of effort labels Jun 28, 2023
@ETisREAL
Copy link
Author

Looking at this https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html

It seems ECS allows us to configure service connect but it will not return any cloudmap information. I guess it's not easy to have another vpc association with the cloudmap namespace created from ecs service connect.

Any thoughts?

Yeah I saw it. And in fact already in the CDK there's not any option to act on cloudmap. I guess we will have to wait until the team actually ships out more data on the API calls. Thanks anyway. Cheers :)

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-route53 Related to Amazon Route 53 effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

2 participants