> ## Documentation Index
> Fetch the complete documentation index at: https://ona.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Private VPC Resolvers

To enable your Enterprise instance (and thus your workspaces) to resolve domains that are managed via a private DNS zone, please follow these steps:

1. Navigate to Route53 and the hosted Zone managing the domains you want the Gitpod instance to be able to route to. Navigate to the configuration section of the hosted zone. If you are creating a new zone, this will be the first screen shown.

   <Accordion title="You should now see a configuration screen like this:">
     <Frame caption="Enterprise Configuration screen">
       <img src="https://mintcdn.com/gitpod-13c83c2b/Yi8thHUqIhNFtEor/images/docs/gitpod-dedicated/guides/using-private-vpc-resolvers/configuration-screen.webp?fit=max&auto=format&n=Yi8thHUqIhNFtEor&q=85&s=ccb3c15d0ea07f5bce69a9a54a0ae89f" width="1694" height="2648" data-path="images/docs/gitpod-dedicated/guides/using-private-vpc-resolvers/configuration-screen.webp" />
     </Frame>
   </Accordion>

2. Add the Gitpod VPC to the “VPCs to associate with the hosted zone”. If you want to reconfigure an existing existing zone, you will need to do this via the AWS CLI.
   <Frame caption="Enterprise Associate VPC screen">
     <img src="https://mintcdn.com/gitpod-13c83c2b/Yi8thHUqIhNFtEor/images/docs/gitpod-dedicated/guides/using-private-vpc-resolvers/associate-vpc-screen.webp?fit=max&auto=format&n=Yi8thHUqIhNFtEor&q=85&s=48aca50172ff0e957f3c5ce28db5e471" width="1620" height="776" data-path="images/docs/gitpod-dedicated/guides/using-private-vpc-resolvers/associate-vpc-screen.webp" />
   </Frame>

3. The Gitpod VPC, and thus the Gitpod instance and workspaces should now be able to resolve all of the private DNS records that the hosted Zone has access to.
