AWS Virtual PrivateLink Setup
This guide illustrates configuring an AWS Virtual PrivateLink (VPL) between your company VPC and Fiddler Cloud environment to establish secure communication channels.
Your Fiddler environment will use the private DNS name: <customer-subdomain>.cloud.fiddler.ai
, where <customer-subdomain>
is typically your company name. If you have specific subdomain requirements or restrictions, notify your Fiddler representative before VPL configuration.
Prerequisites
AWS account with VPC access
Fiddler-provided service name
Fiddler-provided DNS name
VPC CIDR range information
Appropriate AWS IAM permissions to create VPC endpoints
Step 1: Navigate to the AWS VPC Console
Log in to your AWS Management Console
Navigate to the VPC service
In the left navigation panel, click on "Endpoints"
Click the Create endpoint button

Step 2: Configure the Fiddler Endpoint Service
Enter a descriptive name tag for your endpoint
Select "PrivateLink Ready partner services" from the service categories
Enter the Fiddler-provided service name
Click Verify Service to confirm the service details
Fiddler will provide the service name before you proceed with this step. Contact your Fiddler representative if you haven't received this information.

Step 3: Select VPC and Subnets
Select your VPC from the dropdown
Choose all subnets where your client applications are running
Ensure the selected subnets have appropriate routing within your VPC to the endpoint

Step 4: Configure Security Group
Create a new security group if one doesn't exist
Add an inbound rule to allow:
Port: 443 (HTTPS)
Source: Your VPC CIDR range
Select the security group ID to associate with the endpoint
Example security group configuration:
Inbound rule: TCP 443 from VPC CIDR
Outbound rule: All traffic (default)

Step 5: Create the Endpoint
Review all configuration settings
Click Create endpoint to initiate the endpoint creation
Wait for the endpoint status to change to "Available"
Step 6: Configure Private DNS
Select the newly created endpoint
From the Actions menu, choose "Modify private DNS name"
Enable private DNS names by checking the "Enable for this endpoint" checkbox
Important: The private DNS name will be in the format:
<customer-subdomain>.cloud.fiddler.ai
Example: If your company name is "acme", the DNS name would be
acme.cloud.fiddler.ai
Click Save changes


Step 7: Verify Configuration
Wait for the endpoint status to show as "Available"
Verify that the private DNS name is enabled 3, Confirm the security group rules are properly configured
Step 8: Access Fiddler
Once the configuration is complete, you can access the Fiddler UI within your VPC using the configured DNS name:
https://<customer-subdomain>.cloud.fiddler.ai
Troubleshooting
If you encounter issues:
Verify the endpoint status in the AWS console
Check security group rules and network ACLs
Confirm DNS resolution within your VPC
Contact Fiddler support with your endpoint ID and any error messages
Next Steps
❓ Questions? Talk to a product expert or request a demo.
💡 Need help? Contact us at [email protected].
Last updated
Was this helpful?