sorry-cypress
  • Documentation
  • Guide
    • Get Started
    • Dashboard and API
    • Cloud Setup
  • Cloud
    • AWS
      • Basic AWS Setup
      • Advanced AWS Setup
      • AWS Networking
      • AWS S3 Manual Setup
    • Google Cloud
      • Google Cloud & MinIO - Deprecated
    • Microsoft Azure
    • Heroku
    • Kubernetes
    • Docker Images
  • Integrating Cypress
    • Integration options
    • cy2 - Deprecated
    • Agent Configuration - Deprecated
    • CLI One Liners - Deprecated
  • Configuration
    • Basic Setup
    • Full Setup
    • Director Service
      • AWS Role Assumption via Service Account
      • AWS S3 Configuration
      • Minio Configuration
      • Azure Blob Storage Configuration
    • API Service
    • Web Dashboard
      • Configuration
    • MongoDB Configuration
    • Troubleshooting
  • Integrations
    • Events
    • Webhooks
    • Slack Integration
    • GitHub Integration
    • BitBucket Integration
    • MS Teams Integration
  • Concepts
    • Parallelization Explained
    • Flaky Tests
    • Test Details
    • Test Status
  • CI
    • GitHub Actions
    • Travis
    • Jenkins
    • AWS Codebuild
  • Development
    • Changelog
    • Development Guide
  • Community Content
  • ❤️ Contributions
  • Support
  • Legal
  • FAQ
Powered by GitBook
On this page
Edit on GitHub
  1. Cloud
  2. AWS

AWS Networking

Complimentary configuration to support Advanced AWS installation

PreviousAdvanced AWS SetupNextAWS S3 Manual Setup

Last updated 1 year ago

The standard networking CloudFormation template deploys the following resources:

  • a VPC with CIDR range 10.0.0.0/16

  • 2 public subnets with CIDR ranges 10.0.0.0/24 and 10.0.1.0/24

  • 2 private subnets with CIDR ranges 10.0.2.0/24 and 10.0.3.0/24

  • an Internet Gateway

  • a NAT Gateway

  • a public and private route table

  • all required attachments and associations

This is not required to run sorry-cypress but is provided as a convenience when deploying the . Any pre-existing VPC with at least 1 subnet and routing to the Internet can be used.

advanced template