ggLeap and ggRock Network Communication Requirements
This article aims to provide network communication requirements for cloud-hosted ggCircuit services
Outbound IPs
- Fastly: ggLeap API runs through Fastly, requiring their outbound IPs for API access. These IPs change periodically, so subscribing to updates is recommended.
- AWS: Add AWS IP ranges for SQS (tcp/443) and API gateway (tcp/443) to enable ggLeap client-to-backend communication (non-API).
- Cloudflare: Alow Cloudflare IP ranges.
- IP list: https://www.cloudflare.com/ips/
Extracting IP Ranges with PowerShell
Use these PowerShell commands to extract IP ranges from the AWS JSON file:
- Install the AWS Tools module:
Install-Module -Name AWS.Tools.Common
- Get and filter IPv4 IP prefixes:
Get-AWSPublicIpAddressRange | where {$_.IpAddressFormat -eq "Ipv4"} | select IpPrefix
Additional Considerations
- Firewall/Security Groups: Ensure your firewall or security group rules allow both inbound and outbound traffic to/from the specified IP ranges on the necessary ports (primarily tcp/443).
- Regular Updates: IPs in these lists change periodically. Implement a process to keep these updated in your network configuration.
- Testing: After making changes, thoroughly test your ggLeap and ggRock setup to ensure proper communication and functionality.
ggRock Server Network Requirements
For ggRock server updates and core functionality, the following URLs must be accessible:
Package Repositories:
ggRock Application:
- https://api.ggleap.com
- https://loki-external.monitoring.ggcircuit.com:3101
- https://github.com
- https://ggrock.com
ggLeap Client Network Requirements
ggLeap clients require access to the following URLs:
- https://api.ggleap.com
- https://sqs.us-east-1.amazonaws.com
- https://media.ggleap.com
- https://updates.ggleap.com
- https://s3.amazonaws.com
- https://s3.us-east-1.amazonaws.com
- https://media.ggleap.com.s3.us-east-1.amazonaws.com
Third-Party Integrations:
Kidas:
- https://kidas-installation-logs.s3.us-west-2.amazonaws.com
- https://kidas-updater-prod.s3.us-west-2.amazonaws.com
Salad:
Updated on: 09/04/2026
Thank you!
