Networking Overview
Network connectivity options for LaserData Cloud deployments
LaserData Cloud provides layered networking controls to secure and connect your deployments. Every deployment starts fully locked down - no traffic is allowed until you explicitly configure access.
Connectivity Options
| Feature | Scope | Availability | Purpose |
|---|---|---|---|
| Access Rules | All clouds | All plans | Allow specific IPs/CIDRs to reach deployment endpoints |
| VPC Peering | AWS, GCP | Pro and Enterprise (Managed only) | Private network path between your VPC and the deployment VPC |
| PrivateLink | AWS | Pro and Enterprise (Managed only) | Expose the deployment as a VPC endpoint service in your account |
| Private Service Connect | GCP | Pro and Enterprise (Managed only) | Expose the deployment as a PSC service attachment in your project |
Default Posture
New deployments have no network access configured. Clients cannot connect until at least one access rule is created. This applies to all deployment models (Managed, BYOC, On-Premise).
Exception: Free tier Managed deployments are created with a default global access rule (0.0.0.0/0) that opens all Iggy protocols and the Console. This lets you connect immediately without manual setup. You can delete or replace this rule at any time.
Required Permissions
Networking operations require environment-scoped permissions:
| Permission | Grants |
|---|---|
deployment:access:read | View access rules |
deployment:access:manage | Create and delete access rules (implies read) |
deployment:network:read | View VPC peering connections, PrivateLink services, and PSC service attachments |
deployment:network:manage | Create and delete VPC peering, PrivateLink, and PSC (implies read) |
Plan Limits
Private networking features (VPC Peering, PrivateLink, and Private Service Connect) are available on Pro and Enterprise plans.
| Resource | Basic | Pro | Enterprise |
|---|---|---|---|
| Access rules per deployment | 3 | 10 | 50 |
| VPC peering connections per deployment | 0 | 3 | 10 |
| PrivateLink / PSC services per deployment | 0 | 1 | 5 |
| Private networking | Not available | Enabled | Enabled |