# 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: public: - id: mock-subnet-id-1 - id: mock-subnet-id-2 private: - id: mock-subnet-id-3 - id: mock-subnet-id-4 # Configure the load balancers in your environment, once created. http: public: certificates: [mock-cert-1, mock-cert-2] # Configure observability for your environment resources. observability: container_insights: true