From c04c1ea31b74ed3a35a78abaefcdee5e76b90136 Mon Sep 17 00:00:00 2001 From: Weves Date: Thu, 3 Apr 2025 22:44:41 -0700 Subject: [PATCH] Fix onyx_config.jsonl --- .../aws_ecs_fargate/cloudformation/onyx_config.jsonl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deployment/aws_ecs_fargate/cloudformation/onyx_config.jsonl b/deployment/aws_ecs_fargate/cloudformation/onyx_config.jsonl index cac6a210d47f..b2929a2697b8 100644 --- a/deployment/aws_ecs_fargate/cloudformation/onyx_config.jsonl +++ b/deployment/aws_ecs_fargate/cloudformation/onyx_config.jsonl @@ -1,16 +1,16 @@ { // Naming, likely doesn't need to be changed "OnyxNamespace": "onyx", - "Environment": "production-1", - "EFSName": "onyx-efs-1", + "Environment": "production", + "EFSName": "onyx-efs", // Region and VPC Stuff "AWSRegion": "us-east-2", - "VpcID": "vpc-08822ab4927074015", - "SubnetIDs": "subnet-0c0c686bf71a9756e,subnet-0711d1a975b8a035c", + "VpcID": "YOUR_VPC_ID", + "SubnetIDs": "YOUR_SUBNET_ID1,YOUR_SUBNET_ID2", // Domain and ACM Stuff - "DomainName": "ecs-chris.danswer.dev", + "DomainName": "YOUR_DOMAIN e.g ecs.onyx.app", "ValidationMethod": "DNS", "HostedZoneId": "" // Only specify if using Route 53 for DNS } \ No newline at end of file