-
Notifications
You must be signed in to change notification settings - Fork 57
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
AWS::Route53Resolver::ResolverEndpoint GetAtt for resolver ip-addresses #172
Comments
Bump. When creating inbound endpoints it would be nice to be able to get back the assigned IPs so they can be exported or used to update an SSM Parameter Store value |
Any update on this? Given the rule associated with outbound endpoints requires target IP address it makes it impossible to chain creation of inbound/outbound/rule combination with CloudFormation. |
Same issue for |
We have a usecase to create Inbound & outbound resolvers and then create the Rules. Since we are not able to get the ip-addresses, we cannot wire the whole flow in CDK |
Is there any workaround to get the ip-address? |
Used this workaround to solve this via AwsCustomResource
|
Title -> AWS::Route53Resolver::ResolverEndpoint GetAtt for resolver ip-addresses
Scope of request -> Make the ip-addresses available via GetAtt on AWS::Route53Resolver::ResolverEndpoint resource.
Expected behavior -> !GetAtt InboundResolver.IpAddress
Test case recommendation (optional) ->
Links to existing API doc (optional) ->
Category tag (optional) -> Networking & Content
Any additional context (optional)
Please add a new attribute to ResolverEndpoint for ip-addresses. When resolver endpoint is created to subnets, resolver selects available ip-address from a subnet. There is no way to get those selected ip-address from a resolver. At least for INBOUND endpoint it would be really helpful to get ip-addresses via GetAtt.
The text was updated successfully, but these errors were encountered: