# The manifest for the "test" environment. # Read the full specification for the "Environment" type at: # https://aws.github.io/copilot-cli/docs/manifest/environment/ # Your environment name will be used in naming your resources like VPC, cluster, etc. name: test type: Environment # Import your own VPC and subnets or configure how they should be created. network: vpc: id: mock-vpc-id subnets: private: - id: mock-subnet-id-3 - id: mock-subnet-id-4 # Configure the load balancers in your environment, once created. http: private: certificates: [mock-cert-1, mock-cert-2] subnets: [mock-subnet-id-3 mock-subnet-id-4] # Configure observability for your environment resources. observability: container_insights: false