aws_route53resolver_api 0.1.0 copy "aws_route53resolver_api: ^0.1.0" to clipboard
aws_route53resolver_api: ^0.1.0 copied to clipboard

outdated

AWS API client for Amazon Route 53 Resolver (generated from SDK API specification).

AWS API client for Amazon Route 53 Resolver #

Warning: This is a generated library, some operations may not work.

About the service: Here's how you set up to query an Amazon Route 53 private hosted zone from your network:

  1. Connect your network to a VPC using AWS Direct Connect or a VPN.
  2. Run the following AWS CLI command to create a Resolver endpoint:

    create-resolver-endpoint --name [endpoint_name] --direction INBOUND --creator-request-id [unique_string] --security-group-ids [security_group_with_inbound_rules] --ip-addresses SubnetId=[subnet_id] SubnetId=[subnet_id_in_different_AZ]

    Note the resolver endpoint ID that appears in the response. You'll use it in step 3.

  3. Get the IP addresses for the Resolver endpoints:

    get-resolver-endpoint --resolver-endpoint-id [resolver_endpoint_id]

  4. In your network configuration, define the IP addresses that you got in step 3 as DNS servers.

    You can now query instance names in your VPCs and the names of records in your private hosted zone.

You can also perform the following operations using the AWS CLI:
  • list-resolver-endpoints: List all endpoints. The syntax includes options for pagination and filtering.
  • update-resolver-endpoints: Add IP addresses to an endpoint or remove IP addresses from an endpoint.
To delete an endpoint, use the following AWS CLI command:

delete-resolver-endpoint --resolver-endpoint-id [resolver_endpoint_id]

Contributors #

0
likes
0
pub points
0%
popularity

Publisher

verified publisheraws-dart.agilord.com

AWS API client for Amazon Route 53 Resolver (generated from SDK API specification).

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

shared_aws_api

More

Packages that depend on aws_route53resolver_api