stacker.news/copilot/environments/capture/manifest.yml

22 lines
597 B
YAML
Raw Permalink Normal View History

2024-01-31 00:23:46 +00:00
# The manifest for the "capture" 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: capture
type: Environment
# Import your own VPC and subnets or configure how they should be created.
# network:
# vpc:
# id:
# Configure the load balancers in your environment, once created.
# http:
# public:
# private:
# Configure observability for your environment resources.
observability:
2024-04-13 00:14:36 +00:00
container_insights: true