From 02d8c48329bce03ba98d9d630bd19854033f151f Mon Sep 17 00:00:00 2001 From: Vahid Dejwakh Date: Thu, 29 Jul 2021 09:51:40 -0400 Subject: [PATCH] added API_TOPICS to server --- .gitignore | 1 + FjordSettings.json | 7 +- cdk.out/consumer.template.json | 390 ------ cdk.out/fjord-consumer-MyCG.template.json | 402 ------ ...ord-consumer-MyConsumerGroup.template.json | 402 ------ cdk.out/fjord-consumer-MyGroup.template.json | 480 ------- ...nsumer-MynewestConsumerGroup.template.json | 402 ------ cdk.out/fjord-consumer-Stocks.template.json | 402 ------ ...jord-consumer-StocksConsumer.template.json | 394 ------ ...onsumer-ThisIsSuperCoolJul26.template.json | 480 ------- cdk.out/fjord-consumer-Weather.template.json | 398 ------ ...ord-consumer-WeatherConsumer.template.json | 394 ------ cdk.out/fjord-consumer-hello.template.json | 402 ------ ...fjord-consumer-stocksweather.template.json | 402 ------ cdk.out/fjord-server.template.json | 12 +- cdk.out/manifest.json | 1168 ++++++++--------- cdk.out/shared-resources.template.json | 808 ------------ cdk.out/tree.json | 98 +- lib/consumer.js | 2 +- lib/server.js | 11 +- lib/settings.js | 6 +- 21 files changed, 659 insertions(+), 6402 deletions(-) delete mode 100644 cdk.out/consumer.template.json delete mode 100644 cdk.out/fjord-consumer-MyCG.template.json delete mode 100644 cdk.out/fjord-consumer-MyConsumerGroup.template.json delete mode 100644 cdk.out/fjord-consumer-MyGroup.template.json delete mode 100644 cdk.out/fjord-consumer-MynewestConsumerGroup.template.json delete mode 100644 cdk.out/fjord-consumer-Stocks.template.json delete mode 100644 cdk.out/fjord-consumer-StocksConsumer.template.json delete mode 100644 cdk.out/fjord-consumer-ThisIsSuperCoolJul26.template.json delete mode 100644 cdk.out/fjord-consumer-Weather.template.json delete mode 100644 cdk.out/fjord-consumer-WeatherConsumer.template.json delete mode 100644 cdk.out/fjord-consumer-hello.template.json delete mode 100644 cdk.out/fjord-consumer-stocksweather.template.json delete mode 100644 cdk.out/shared-resources.template.json diff --git a/.gitignore b/.gitignore index 3c3629e..ad6e98c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +cdk.out \ No newline at end of file diff --git a/FjordSettings.json b/FjordSettings.json index 7f793f9..ec1e81b 100644 --- a/FjordSettings.json +++ b/FjordSettings.json @@ -3,14 +3,15 @@ "server": { "NAME": "Fjord-Server", "JWT_KEY": "jqq247gjrhvariorrbgehtcwz5k0x0slmmxndnde", + "API_TOPICS": "stocks weather", "SEC_PER_PULSE": "30" }, "consumerGroups": [ { - "NAME": "MyGroup", + "NAME": "NewestGroup", "KAFKA_TOPICS": "stocks weather", "API_TOPICS": "stocks weather", - "FROM_BEGINNINGS": "false true", + "FROM_BEGINNINGS": "false false", "BROKERS": "157.245.248.211:9093", "SECURITY": "SASL-plain", "KAFKA_USERNAME": "goMates", @@ -20,4 +21,4 @@ "STARTING_DELAY_SEC": "60" } ] -} \ No newline at end of file +} diff --git a/cdk.out/consumer.template.json b/cdk.out/consumer.template.json deleted file mode 100644 index 11f2164..0000000 --- a/cdk.out/consumer.template.json +++ /dev/null @@ -1,390 +0,0 @@ -{ - "Resources": { - "ConsumerTaskDefinitionTaskRole773DF47C": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "consumer/ConsumerTaskDefinition/TaskRole/Resource" - } - }, - "ConsumerTaskDefinitionCFB88B14": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "FjordConsumer" - }, - { - "Name": "BROKERS", - "Value": "157.245.248.211:9093" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "goMates" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "123" - }, - { - "Name": "FROM_BEGINNING", - "Value": "false" - }, - { - "Name": "KAFKA_TOPIC", - "Value": "stocks" - }, - { - "Name": "API_TOPIC", - "Value": "stocks" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "stocks_listener" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "shared-resources:ExportsOutputFnGetAttredisrediscluster07227F9DRedisEndpointAddressDD1FF1F7" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "shared-resources:ExportsOutputFnGetAttredisrediscluster07227F9DRedisEndpointPort3B77AD65" - } - } - ], - "Essential": true, - "Image": "dockervahid/fjord-consumer", - "Name": "Fjord-consumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "Family": "consumerConsumerTaskDefinition5C53570B", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "ConsumerTaskDefinitionTaskRole773DF47C", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "consumer/ConsumerTaskDefinition/Resource" - } - }, - "consumerService711B0A62": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "shared-resources:ExportsOutputRefFjordCluster6B6BC75F50B95350" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 1, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "consumerServiceSecurityGroup90B0742C", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "shared-resources:ExportsOutputRefFjordVPCPrivateSubnet1Subnet11250ED803D427E4" - }, - { - "Fn::ImportValue": "shared-resources:ExportsOutputRefFjordVPCPrivateSubnet2Subnet525813D5DD885C4C" - } - ] - } - }, - "TaskDefinition": { - "Ref": "ConsumerTaskDefinitionCFB88B14" - } - }, - "Metadata": { - "aws:cdk:path": "consumer/consumerService/Service" - } - }, - "consumerServiceSecurityGroup90B0742C": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "consumer/consumerService/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "shared-resources:ExportsOutputRefFjordVPCD30C4152319EEF9B" - } - }, - "Metadata": { - "aws:cdk:path": "consumer/consumerService/SecurityGroup/Resource" - } - }, - "consumerServiceSecurityGroupsharedresourcesredisSGid72C4A1B7undefinedtoD649E36B": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from consumerconsumerServiceSecurityGroupF73A737D:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "shared-resources:ExportsOutputFnGetAttredisSGid2F2EFA8FGroupIdCB0841DA" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "consumerServiceSecurityGroup90B0742C", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "consumer/consumerService/SecurityGroup/sharedresourcesredisSGid72C4A1B7:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE32OwQoCMQxEv8V7zVpRz4KieF39gdKNEldTSVpFSv/dXdeDePA0w8sMGQvWzmEyWrqHjn3TVtkHQcj76HxrVoE1SvLRrI5co4YkHnvfHRqKFLiYvpjRK+SNk5OLeHDarvFI/A706V8SODpilC/26e5R7jS8+NhiyF0h1+Hypr0Wg37aTUSfhOJzKyHdhsY/sOOToGopxXBoEM5a3e0M7ALs6KxEY0kc6YpQD/oC4gOS7BoBAAA=" - }, - "Metadata": { - "aws:cdk:path": "consumer/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-consumer-MyCG.template.json b/cdk.out/fjord-consumer-MyCG.template.json deleted file mode 100644 index 431d36b..0000000 --- a/cdk.out/fjord-consumer-MyCG.template.json +++ /dev/null @@ -1,402 +0,0 @@ -{ - "Resources": { - "fjordtaskMyCGTaskRoleCDA715B7": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyCG/fjord-task-MyCG/TaskRole/Resource" - } - }, - "fjordtaskMyCG5DCD887C": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "Fjord-MyCG" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "fjord-MyCG" - }, - { - "Name": "BROKERS", - "Value": "157.245.248.211:9093" - }, - { - "Name": "SECURITY", - "Value": "SASL-plain" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "goMates" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "123" - }, - { - "Name": "KAFKA_TOPICS", - "Value": "stocks1 stocks2 stocks weather" - }, - { - "Name": "API_TOPICS", - "Value": "stocks stocks stocks weather" - }, - { - "Name": "FROM_BEGINNINGS", - "Value": "false false false true" - }, - { - "Name": "CONCURRENT_PARTITIONS", - "Value": "1" - }, - { - "Name": "STARTING_DELAY_SEC", - "Value": "120" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointAddressDBB68F11" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointPortDEADC459" - } - } - ], - "Essential": true, - "Image": "dockervahid/consumer3", - "Name": "fjord-consumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "Family": "fjordconsumerMyCGfjordtaskMyCG5F884AEC", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "fjordtaskMyCGTaskRoleCDA715B7", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyCG/fjord-task-MyCG/Resource" - } - }, - "fjordserviceMyCGServiceCE2B880E": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordcluster4D7857B4B3743BE6" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 1, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "fjordserviceMyCGSecurityGroupCC82A8EA", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet1Subnet7480DC1429C0C0FE" - }, - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet2Subnet603987084E6F8DF6" - } - ] - } - }, - "TaskDefinition": { - "Ref": "fjordtaskMyCG5DCD887C" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyCG/fjord-service-MyCG/Service" - } - }, - "fjordserviceMyCGSecurityGroupCC82A8EA": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "fjord-consumer-MyCG/fjord-service-MyCG/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcE7138455B515B4A8" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyCG/fjord-service-MyCG/SecurityGroup/Resource" - } - }, - "fjordserviceMyCGSecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedtoFE04ECE9": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from fjordconsumerMyCGfjordserviceMyCGSecurityGroup4A9BB514:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisSGfjordredis2A4BA9F2GroupIdD552C854" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "fjordserviceMyCGSecurityGroupCC82A8EA", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyCG/fjord-service-MyCG/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE32OwQoCMQxEv8V7zVpRz4KieF39gdKNEldTSVpFSv/dXdeDePA0w8sMGQvWzmEyWrqHjn3TVtkHQcj76HxrVoE1SvLRrI5co4YkHnvfHRqKFLiYvpjRK+SNk5OLeHDarvFI/A706V8SODpilC/26e5R7jS8+NhiyF0h1+Hypr0Wg37aTUSfhOJzKyHdhsY/sOOToGopxXBoEM5a3e0M7ALs6KxEY0kc6YpQD/oC4gOS7BoBAAA=" - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyCG/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-consumer-MyConsumerGroup.template.json b/cdk.out/fjord-consumer-MyConsumerGroup.template.json deleted file mode 100644 index 547868b..0000000 --- a/cdk.out/fjord-consumer-MyConsumerGroup.template.json +++ /dev/null @@ -1,402 +0,0 @@ -{ - "Resources": { - "fjordtaskMyConsumerGroupTaskRole502A690A": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyConsumerGroup/fjord-task-MyConsumerGroup/TaskRole/Resource" - } - }, - "fjordtaskMyConsumerGroup1B45EDB0": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "Fjord-MyConsumerGroup" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "fjord-MyConsumerGroup" - }, - { - "Name": "BROKERS", - "Value": "157.245.248.211:9093" - }, - { - "Name": "SECURITY", - "Value": "SASL-plain" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "goMates" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "123" - }, - { - "Name": "KAFKA_TOPICS", - "Value": "stocks weather" - }, - { - "Name": "API_TOPICS", - "Value": "stocker weather" - }, - { - "Name": "FROM_BEGINNINGS", - "Value": "false true" - }, - { - "Name": "CONCURRENT_PARTITIONS", - "Value": "1" - }, - { - "Name": "STARTING_DELAY_SEC", - "Value": "120" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointAddressDBB68F11" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointPortDEADC459" - } - } - ], - "Essential": true, - "Image": "dockervahid/consumer3", - "Name": "fjord-consumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "Family": "fjordconsumerMyConsumerGroupfjordtaskMyConsumerGroupF76EBD13", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "fjordtaskMyConsumerGroupTaskRole502A690A", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyConsumerGroup/fjord-task-MyConsumerGroup/Resource" - } - }, - "fjordserviceMyConsumerGroupServiceB2C16841": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordcluster4D7857B4B3743BE6" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 1, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "fjordserviceMyConsumerGroupSecurityGroupBC68CE88", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet1Subnet7480DC1429C0C0FE" - }, - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet2Subnet603987084E6F8DF6" - } - ] - } - }, - "TaskDefinition": { - "Ref": "fjordtaskMyConsumerGroup1B45EDB0" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyConsumerGroup/fjord-service-MyConsumerGroup/Service" - } - }, - "fjordserviceMyConsumerGroupSecurityGroupBC68CE88": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "fjord-consumer-MyConsumerGroup/fjord-service-MyConsumerGroup/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcE7138455B515B4A8" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyConsumerGroup/fjord-service-MyConsumerGroup/SecurityGroup/Resource" - } - }, - "fjordserviceMyConsumerGroupSecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedtoDC1A027E": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from fjordconsumerMyConsumerGroupfjordserviceMyConsumerGroupSecurityGroupD5188B97:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisSGfjordredis2A4BA9F2GroupIdD552C854" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "fjordserviceMyConsumerGroupSecurityGroupBC68CE88", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyConsumerGroup/fjord-service-MyConsumerGroup/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE32OwQoCMQxEv8V7zVpRz4KieF39gdKNEldTSVpFSv/dXdeDePA0w8sMGQvWzmEyWrqHjn3TVtkHQcj76HxrVoE1SvLRrI5co4YkHnvfHRqKFLiYvpjRK+SNk5OLeHDarvFI/A706V8SODpilC/26e5R7jS8+NhiyF0h1+Hypr0Wg37aTUSfhOJzKyHdhsY/sOOToGopxXBoEM5a3e0M7ALs6KxEY0kc6YpQD/oC4gOS7BoBAAA=" - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyConsumerGroup/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-consumer-MyGroup.template.json b/cdk.out/fjord-consumer-MyGroup.template.json deleted file mode 100644 index 49a4d0f..0000000 --- a/cdk.out/fjord-consumer-MyGroup.template.json +++ /dev/null @@ -1,480 +0,0 @@ -{ - "Resources": { - "fjordtaskMyGroupTaskRole88F57DB8": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyGroup/fjord-task-MyGroup/TaskRole/Resource" - } - }, - "fjordtaskMyGroupFBFA594D": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "Fjord-MyGroup" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "fjord-MyGroup" - }, - { - "Name": "BROKERS", - "Value": "157.245.248.211:9093" - }, - { - "Name": "SECURITY", - "Value": "SASL-plain" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "goMates" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "123" - }, - { - "Name": "KAFKA_TOPICS", - "Value": "stocks weather" - }, - { - "Name": "API_TOPICS", - "Value": "stocks weather" - }, - { - "Name": "FROM_BEGINNINGS", - "Value": "false true" - }, - { - "Name": "CONCURRENT_PARTITIONS", - "Value": "1" - }, - { - "Name": "STARTING_DELAY_SEC", - "Value": "60" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointAddressDBB68F11" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointPortDEADC459" - } - } - ], - "Essential": true, - "Image": "dockervahid/fjord-consumer", - "LogConfiguration": { - "LogDriver": "awslogs", - "Options": { - "awslogs-group": { - "Ref": "fjordtaskMyGroupfjordconsumerLogGroupF6459868" - }, - "awslogs-stream-prefix": "fjord-consumer-MyGroup", - "awslogs-region": { - "Ref": "AWS::Region" - } - } - }, - "Name": "fjord-consumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "ExecutionRoleArn": { - "Fn::GetAtt": [ - "fjordtaskMyGroupExecutionRole51628C7A", - "Arn" - ] - }, - "Family": "fjordconsumerMyGroupfjordtaskMyGroupE558C568", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "fjordtaskMyGroupTaskRole88F57DB8", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyGroup/fjord-task-MyGroup/Resource" - } - }, - "fjordtaskMyGroupfjordconsumerLogGroupF6459868": { - "Type": "AWS::Logs::LogGroup", - "UpdateReplacePolicy": "Retain", - "DeletionPolicy": "Retain", - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyGroup/fjord-task-MyGroup/fjord-consumer/LogGroup/Resource" - } - }, - "fjordtaskMyGroupExecutionRole51628C7A": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyGroup/fjord-task-MyGroup/ExecutionRole/Resource" - } - }, - "fjordtaskMyGroupExecutionRoleDefaultPolicy205E6C22": { - "Type": "AWS::IAM::Policy", - "Properties": { - "PolicyDocument": { - "Statement": [ - { - "Action": [ - "logs:CreateLogStream", - "logs:PutLogEvents" - ], - "Effect": "Allow", - "Resource": { - "Fn::GetAtt": [ - "fjordtaskMyGroupfjordconsumerLogGroupF6459868", - "Arn" - ] - } - } - ], - "Version": "2012-10-17" - }, - "PolicyName": "fjordtaskMyGroupExecutionRoleDefaultPolicy205E6C22", - "Roles": [ - { - "Ref": "fjordtaskMyGroupExecutionRole51628C7A" - } - ] - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyGroup/fjord-task-MyGroup/ExecutionRole/DefaultPolicy/Resource" - } - }, - "fjordserviceMyGroupService44260099": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordcluster4D7857B4B3743BE6" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 1, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "fjordserviceMyGroupSecurityGroupEFD57A33", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet1Subnet7480DC1429C0C0FE" - }, - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet2Subnet603987084E6F8DF6" - } - ] - } - }, - "TaskDefinition": { - "Ref": "fjordtaskMyGroupFBFA594D" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyGroup/fjord-service-MyGroup/Service" - } - }, - "fjordserviceMyGroupSecurityGroupEFD57A33": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "fjord-consumer-MyGroup/fjord-service-MyGroup/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcE7138455B515B4A8" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyGroup/fjord-service-MyGroup/SecurityGroup/Resource" - } - }, - "fjordserviceMyGroupSecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedto380FA2AD": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from fjordconsumerMyGroupfjordserviceMyGroupSecurityGroupBE557E84:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisSGfjordredis2A4BA9F2GroupIdD552C854" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "fjordserviceMyGroupSecurityGroupEFD57A33", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyGroup/fjord-service-MyGroup/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE31PTWvDMAz9Lb277ly2nQctLYUdRro/YBw1qEmlIdkdxfi/L066MXbY6T29DyQ569yTfVi8+E9dhrZf5cACNh+jD73ZMGmUFKLZnKgB5SQBKh+NFiMyFVOLGYLavPPS+QjvXvstnJCmQE3/VZiiRwL5pd27R5ArzivutBj0F5sbHiZ1wjceMNzqOLNiBu7GA1652wunj+p882IgrMd/ICTBePvx/xcO1AmollIMcQv2rKure7Tu2brFWRGXkijiBWwz4xfr2P+dRwEAAA==" - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MyGroup/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-consumer-MynewestConsumerGroup.template.json b/cdk.out/fjord-consumer-MynewestConsumerGroup.template.json deleted file mode 100644 index 68a0b07..0000000 --- a/cdk.out/fjord-consumer-MynewestConsumerGroup.template.json +++ /dev/null @@ -1,402 +0,0 @@ -{ - "Resources": { - "fjordtaskMynewestConsumerGroupTaskRoleC4842BE5": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MynewestConsumerGroup/fjord-task-MynewestConsumerGroup/TaskRole/Resource" - } - }, - "fjordtaskMynewestConsumerGroup9880CC90": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "Fjord-MynewestConsumerGroup" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "fjord-MynewestConsumerGroup" - }, - { - "Name": "BROKERS", - "Value": "157.245.248.211:9093" - }, - { - "Name": "SECURITY", - "Value": "SASL-plain" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "goMates" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "123" - }, - { - "Name": "KAFKA_TOPICS", - "Value": "stocks1 stocks2 stocks weather" - }, - { - "Name": "API_TOPICS", - "Value": "stocks stocks stocks weather" - }, - { - "Name": "FROM_BEGINNINGS", - "Value": "false false false true" - }, - { - "Name": "CONCURRENT_PARTITIONS", - "Value": "1" - }, - { - "Name": "STARTING_DELAY_SEC", - "Value": "120" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointAddressDBB68F11" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointPortDEADC459" - } - } - ], - "Essential": true, - "Image": "dockervahid/consumer3", - "Name": "fjord-consumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "Family": "fjordconsumerMynewestConsumerGroupfjordtaskMynewestConsumerGroupF15210CE", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "fjordtaskMynewestConsumerGroupTaskRoleC4842BE5", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MynewestConsumerGroup/fjord-task-MynewestConsumerGroup/Resource" - } - }, - "fjordserviceMynewestConsumerGroupService9576BD5C": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordcluster4D7857B4B3743BE6" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 1, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "fjordserviceMynewestConsumerGroupSecurityGroup5B996C94", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet1Subnet7480DC1429C0C0FE" - }, - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet2Subnet603987084E6F8DF6" - } - ] - } - }, - "TaskDefinition": { - "Ref": "fjordtaskMynewestConsumerGroup9880CC90" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MynewestConsumerGroup/fjord-service-MynewestConsumerGroup/Service" - } - }, - "fjordserviceMynewestConsumerGroupSecurityGroup5B996C94": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "fjord-consumer-MynewestConsumerGroup/fjord-service-MynewestConsumerGroup/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcE7138455B515B4A8" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MynewestConsumerGroup/fjord-service-MynewestConsumerGroup/SecurityGroup/Resource" - } - }, - "fjordserviceMynewestConsumerGroupSecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedto1A80CFC4": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from fjordconsumerMynewestConsumerGroupfjordserviceMynewestConsumerGroupSecurityGroup075A1915:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisSGfjordredis2A4BA9F2GroupIdD552C854" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "fjordserviceMynewestConsumerGroupSecurityGroup5B996C94", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MynewestConsumerGroup/fjord-service-MynewestConsumerGroup/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE32OwQoCMQxEv8V7zVpRz4KieF39gdKNEldTSVpFSv/dXdeDePA0w8sMGQvWzmEyWrqHjn3TVtkHQcj76HxrVoE1SvLRrI5co4YkHnvfHRqKFLiYvpjRK+SNk5OLeHDarvFI/A706V8SODpilC/26e5R7jS8+NhiyF0h1+Hypr0Wg37aTUSfhOJzKyHdhsY/sOOToGopxXBoEM5a3e0M7ALs6KxEY0kc6YpQD/oC4gOS7BoBAAA=" - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-MynewestConsumerGroup/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-consumer-Stocks.template.json b/cdk.out/fjord-consumer-Stocks.template.json deleted file mode 100644 index 4de09da..0000000 --- a/cdk.out/fjord-consumer-Stocks.template.json +++ /dev/null @@ -1,402 +0,0 @@ -{ - "Resources": { - "fjordtaskstocksTaskRoleF638F4D9": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocks/fjord-task-stocks/TaskRole/Resource" - } - }, - "fjordtaskstocksC015A95F": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "Fjord-stocks" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "fjord-stocks" - }, - { - "Name": "BROKERS", - "Value": "157.245.248.211:9093" - }, - { - "Name": "SECURITY", - "Value": "none" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "" - }, - { - "Name": "KAFKA_TOPICS", - "Value": "stocks" - }, - { - "Name": "API_TOPICS", - "Value": "stocks" - }, - { - "Name": "FROM_BEGINNINGS", - "Value": "false" - }, - { - "Name": "CONCURRENT_PARTITIONS", - "Value": "1" - }, - { - "Name": "STARTING_DELAY_SEC", - "Value": "0" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointAddressDBB68F11" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointPortDEADC459" - } - } - ], - "Essential": true, - "Image": "dockervahid/consumer3", - "Name": "fjord-consumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "Family": "fjordconsumerstocksfjordtaskstocksB8A5E16E", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "fjordtaskstocksTaskRoleF638F4D9", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocks/fjord-task-stocks/Resource" - } - }, - "fjordservicestocksService0AA77EC7": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordcluster4D7857B4B3743BE6" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 1, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "fjordservicestocksSecurityGroup0858BE0F", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet1Subnet7480DC1429C0C0FE" - }, - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet2Subnet603987084E6F8DF6" - } - ] - } - }, - "TaskDefinition": { - "Ref": "fjordtaskstocksC015A95F" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocks/fjord-service-stocks/Service" - } - }, - "fjordservicestocksSecurityGroup0858BE0F": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "fjord-consumer-stocks/fjord-service-stocks/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcE7138455B515B4A8" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocks/fjord-service-stocks/SecurityGroup/Resource" - } - }, - "fjordservicestocksSecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedtoB42A14E5": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from fjordconsumerstocksfjordservicestocksSecurityGroupAD7F1398:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisSGfjordredis2A4BA9F2GroupIdD552C854" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "fjordservicestocksSecurityGroup0858BE0F", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocks/fjord-service-stocks/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE32OwQoCMQxEv8V7zVpRz4KieF39gdKNEldTSVpFSv/dXdeDePA0w8sMGQvWzmEyWrqHjn3TVtkHQcj76HxrVoE1SvLRrI5co4YkHnvfHRqKFLiYvpjRK+SNk5OLeHDarvFI/A706V8SODpilC/26e5R7jS8+NhiyF0h1+Hypr0Wg37aTUSfhOJzKyHdhsY/sOOToGopxXBoEM5a3e0M7ALs6KxEY0kc6YpQD/oC4gOS7BoBAAA=" - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocks/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-consumer-StocksConsumer.template.json b/cdk.out/fjord-consumer-StocksConsumer.template.json deleted file mode 100644 index d06a733..0000000 --- a/cdk.out/fjord-consumer-StocksConsumer.template.json +++ /dev/null @@ -1,394 +0,0 @@ -{ - "Resources": { - "FjordTaskStocksConsumerTaskRoleB2BCDC05": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-StocksConsumer/Fjord-Task-StocksConsumer/TaskRole/Resource" - } - }, - "FjordTaskStocksConsumer0A2AA824": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "Fjord-StocksConsumer" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "stocks_listener" - }, - { - "Name": "BROKERS", - "Value": "157.245.248.211:9093" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "goMates" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "123" - }, - { - "Name": "FROM_BEGINNING", - "Value": "false" - }, - { - "Name": "KAFKA_TOPIC", - "Value": "stocks" - }, - { - "Name": "API_TOPIC", - "Value": "stocks" - }, - { - "Name": "CONCURRENT_PARTITIONS", - "Value": "1" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttredisrediscluster07227F9DRedisEndpointAddressDD1FF1F7" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttredisrediscluster07227F9DRedisEndpointPort3B77AD65" - } - } - ], - "Essential": true, - "Image": "dockervahid/fjord-consumer", - "Name": "StocksConsumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "Family": "fjordconsumerStocksConsumerFjordTaskStocksConsumer83B802D8", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "FjordTaskStocksConsumerTaskRoleB2BCDC05", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-StocksConsumer/Fjord-Task-StocksConsumer/Resource" - } - }, - "FjordServStocksConsumerServiceB721A15C": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "fjord-shared:ExportsOutputRefFjordCluster6B6BC75F50B95350" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 2, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "FjordServStocksConsumerSecurityGroup3389E109", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "fjord-shared:ExportsOutputRefFjordVPCPrivateSubnet1Subnet11250ED803D427E4" - }, - { - "Fn::ImportValue": "fjord-shared:ExportsOutputRefFjordVPCPrivateSubnet2Subnet525813D5DD885C4C" - } - ] - } - }, - "TaskDefinition": { - "Ref": "FjordTaskStocksConsumer0A2AA824" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-StocksConsumer/Fjord-Serv-StocksConsumer/Service" - } - }, - "FjordServStocksConsumerSecurityGroup3389E109": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "fjord-consumer-StocksConsumer/Fjord-Serv-StocksConsumer/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputRefFjordVPCD30C4152319EEF9B" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-StocksConsumer/Fjord-Serv-StocksConsumer/SecurityGroup/Resource" - } - }, - "FjordServStocksConsumerSecurityGroupfjordsharedredisSGid873FBEFFundefinedto2DED92A8": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from fjordconsumerStocksConsumerFjordServStocksConsumerSecurityGroup65A751EC:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttredisSGid2F2EFA8FGroupIdCB0841DA" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "FjordServStocksConsumerSecurityGroup3389E109", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-StocksConsumer/Fjord-Serv-StocksConsumer/SecurityGroup/fjordsharedredisSGid873FBEFF:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE32OwQoCMQxEv8V7zVpRz4KieF39gdKNEldTSVpFSv/dXdeDePA0w8sMGQvWzmEyWrqHjn3TVtkHQcj76HxrVoE1SvLRrI5co4YkHnvfHRqKFLiYvpjRK+SNk5OLeHDarvFI/A706V8SODpilC/26e5R7jS8+NhiyF0h1+Hypr0Wg37aTUSfhOJzKyHdhsY/sOOToGopxXBoEM5a3e0M7ALs6KxEY0kc6YpQD/oC4gOS7BoBAAA=" - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-StocksConsumer/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-consumer-ThisIsSuperCoolJul26.template.json b/cdk.out/fjord-consumer-ThisIsSuperCoolJul26.template.json deleted file mode 100644 index 2fad00a..0000000 --- a/cdk.out/fjord-consumer-ThisIsSuperCoolJul26.template.json +++ /dev/null @@ -1,480 +0,0 @@ -{ - "Resources": { - "fjordtaskThisIsSuperCoolJul26TaskRole8BAC16B5": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-ThisIsSuperCoolJul26/fjord-task-ThisIsSuperCoolJul26/TaskRole/Resource" - } - }, - "fjordtaskThisIsSuperCoolJul26EB442107": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "Fjord-ThisIsSuperCoolJul26" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "fjord-ThisIsSuperCoolJul26" - }, - { - "Name": "BROKERS", - "Value": "157.245.248.211:9093" - }, - { - "Name": "SECURITY", - "Value": "SASL-plain" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "goMates" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "123" - }, - { - "Name": "KAFKA_TOPICS", - "Value": "stocks1 stocks2 stocks weather" - }, - { - "Name": "API_TOPICS", - "Value": "stocks stocks stocks weather" - }, - { - "Name": "FROM_BEGINNINGS", - "Value": "false false false true" - }, - { - "Name": "CONCURRENT_PARTITIONS", - "Value": "1" - }, - { - "Name": "STARTING_DELAY_SEC", - "Value": "120" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointAddressDBB68F11" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointPortDEADC459" - } - } - ], - "Essential": true, - "Image": "dockervahid/fjord-source", - "LogConfiguration": { - "LogDriver": "awslogs", - "Options": { - "awslogs-group": { - "Ref": "fjordtaskThisIsSuperCoolJul26fjordconsumerLogGroup10B56B39" - }, - "awslogs-stream-prefix": "fjord-consumer-ThisIsSuperCoolJul26", - "awslogs-region": { - "Ref": "AWS::Region" - } - } - }, - "Name": "fjord-consumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "ExecutionRoleArn": { - "Fn::GetAtt": [ - "fjordtaskThisIsSuperCoolJul26ExecutionRole3024F1D2", - "Arn" - ] - }, - "Family": "fjordconsumerThisIsSuperCoolJul26fjordtaskThisIsSuperCoolJul26C0254FD3", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "fjordtaskThisIsSuperCoolJul26TaskRole8BAC16B5", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-ThisIsSuperCoolJul26/fjord-task-ThisIsSuperCoolJul26/Resource" - } - }, - "fjordtaskThisIsSuperCoolJul26fjordconsumerLogGroup10B56B39": { - "Type": "AWS::Logs::LogGroup", - "UpdateReplacePolicy": "Retain", - "DeletionPolicy": "Retain", - "Metadata": { - "aws:cdk:path": "fjord-consumer-ThisIsSuperCoolJul26/fjord-task-ThisIsSuperCoolJul26/fjord-consumer/LogGroup/Resource" - } - }, - "fjordtaskThisIsSuperCoolJul26ExecutionRole3024F1D2": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-ThisIsSuperCoolJul26/fjord-task-ThisIsSuperCoolJul26/ExecutionRole/Resource" - } - }, - "fjordtaskThisIsSuperCoolJul26ExecutionRoleDefaultPolicy6028C1FA": { - "Type": "AWS::IAM::Policy", - "Properties": { - "PolicyDocument": { - "Statement": [ - { - "Action": [ - "logs:CreateLogStream", - "logs:PutLogEvents" - ], - "Effect": "Allow", - "Resource": { - "Fn::GetAtt": [ - "fjordtaskThisIsSuperCoolJul26fjordconsumerLogGroup10B56B39", - "Arn" - ] - } - } - ], - "Version": "2012-10-17" - }, - "PolicyName": "fjordtaskThisIsSuperCoolJul26ExecutionRoleDefaultPolicy6028C1FA", - "Roles": [ - { - "Ref": "fjordtaskThisIsSuperCoolJul26ExecutionRole3024F1D2" - } - ] - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-ThisIsSuperCoolJul26/fjord-task-ThisIsSuperCoolJul26/ExecutionRole/DefaultPolicy/Resource" - } - }, - "fjordserviceThisIsSuperCoolJul26Service573D86B9": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordcluster4D7857B4B3743BE6" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 1, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "fjordserviceThisIsSuperCoolJul26SecurityGroup2C3E061D", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet1Subnet7480DC1429C0C0FE" - }, - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet2Subnet603987084E6F8DF6" - } - ] - } - }, - "TaskDefinition": { - "Ref": "fjordtaskThisIsSuperCoolJul26EB442107" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-ThisIsSuperCoolJul26/fjord-service-ThisIsSuperCoolJul26/Service" - } - }, - "fjordserviceThisIsSuperCoolJul26SecurityGroup2C3E061D": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "fjord-consumer-ThisIsSuperCoolJul26/fjord-service-ThisIsSuperCoolJul26/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcE7138455B515B4A8" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-ThisIsSuperCoolJul26/fjord-service-ThisIsSuperCoolJul26/SecurityGroup/Resource" - } - }, - "fjordserviceThisIsSuperCoolJul26SecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedtoC61801C9": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from fjordconsumerThisIsSuperCoolJul26fjordserviceThisIsSuperCoolJul26SecurityGroup53B2FA4B:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisSGfjordredis2A4BA9F2GroupIdD552C854" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "fjordserviceThisIsSuperCoolJul26SecurityGroup2C3E061D", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-ThisIsSuperCoolJul26/fjord-service-ThisIsSuperCoolJul26/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE31PTWvDMAz9Lb277ly2nQctLYUdRro/YBw1qEmlIdkdxfi/L066MXbY6T29DyQ569yTfVi8+E9dhrZf5cACNh+jD73ZMGmUFKLZnKgB5SQBKh+NFiMyFVOLGYLavPPS+QjvXvstnJCmQE3/VZiiRwL5pd27R5ArzivutBj0F5sbHiZ1wjceMNzqOLNiBu7GA1652wunj+p882IgrMd/ICTBePvx/xcO1AmollIMcQv2rKure7Tu2brFWRGXkijiBWwz4xfr2P+dRwEAAA==" - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-ThisIsSuperCoolJul26/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-consumer-Weather.template.json b/cdk.out/fjord-consumer-Weather.template.json deleted file mode 100644 index 4ff946b..0000000 --- a/cdk.out/fjord-consumer-Weather.template.json +++ /dev/null @@ -1,398 +0,0 @@ -{ - "Resources": { - "fjordtaskweatherTaskRoleCC7B3D43": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-weather/fjord-task-weather/TaskRole/Resource" - } - }, - "fjordtaskweather1EB6B701": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "Fjord-weather" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "fjord-weather-listener" - }, - { - "Name": "BROKERS", - "Value": "157.245.248.211:9093" - }, - { - "Name": "SECURITY", - "Value": "none" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "" - }, - { - "Name": "FROM_BEGINNING", - "Value": "false" - }, - { - "Name": "KAFKA_TOPIC", - "Value": "weather" - }, - { - "Name": "API_TOPIC", - "Value": "weather" - }, - { - "Name": "CONCURRENT_PARTITIONS", - "Value": "1" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointAddressDBB68F11" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointPortDEADC459" - } - } - ], - "Essential": true, - "Image": "dockervahid/consumer2", - "Name": "fjord-consumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "Family": "fjordconsumerweatherfjordtaskweather0DFB5C59", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "fjordtaskweatherTaskRoleCC7B3D43", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-weather/fjord-task-weather/Resource" - } - }, - "fjordserviceweatherService5B6B5D02": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordcluster4D7857B4B3743BE6" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 1, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "fjordserviceweatherSecurityGroupF303A949", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet1Subnet7480DC1429C0C0FE" - }, - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet2Subnet603987084E6F8DF6" - } - ] - } - }, - "TaskDefinition": { - "Ref": "fjordtaskweather1EB6B701" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-weather/fjord-service-weather/Service" - } - }, - "fjordserviceweatherSecurityGroupF303A949": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "fjord-consumer-weather/fjord-service-weather/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcE7138455B515B4A8" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-weather/fjord-service-weather/SecurityGroup/Resource" - } - }, - "fjordserviceweatherSecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedto9DC0D5EC": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from fjordconsumerweatherfjordserviceweatherSecurityGroupED6A043B:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisSGfjordredis2A4BA9F2GroupIdD552C854" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "fjordserviceweatherSecurityGroupF303A949", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-weather/fjord-service-weather/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE32OwQoCMQxEv8V7zVpRz4KieF39gdKNEldTSVpFSv/dXdeDePA0w8sMGQvWzmEyWrqHjn3TVtkHQcj76HxrVoE1SvLRrI5co4YkHnvfHRqKFLiYvpjRK+SNk5OLeHDarvFI/A706V8SODpilC/26e5R7jS8+NhiyF0h1+Hypr0Wg37aTUSfhOJzKyHdhsY/sOOToGopxXBoEM5a3e0M7ALs6KxEY0kc6YpQD/oC4gOS7BoBAAA=" - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-weather/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-consumer-WeatherConsumer.template.json b/cdk.out/fjord-consumer-WeatherConsumer.template.json deleted file mode 100644 index 16b6d09..0000000 --- a/cdk.out/fjord-consumer-WeatherConsumer.template.json +++ /dev/null @@ -1,394 +0,0 @@ -{ - "Resources": { - "FjordTaskWeatherConsumerTaskRole30303208": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-WeatherConsumer/Fjord-Task-WeatherConsumer/TaskRole/Resource" - } - }, - "FjordTaskWeatherConsumer9CB42AC1": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "Fjord-WeatherConsumer" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "weather_listener" - }, - { - "Name": "BROKERS", - "Value": "157.245.248.211:9093" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "goMates" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "123" - }, - { - "Name": "FROM_BEGINNING", - "Value": "false" - }, - { - "Name": "KAFKA_TOPIC", - "Value": "weather" - }, - { - "Name": "API_TOPIC", - "Value": "weather" - }, - { - "Name": "CONCURRENT_PARTITIONS", - "Value": "1" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttredisrediscluster07227F9DRedisEndpointAddressDD1FF1F7" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttredisrediscluster07227F9DRedisEndpointPort3B77AD65" - } - } - ], - "Essential": true, - "Image": "dockervahid/fjord-consumer", - "Name": "WeatherConsumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "Family": "fjordconsumerWeatherConsumerFjordTaskWeatherConsumer7AA3D4CA", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "FjordTaskWeatherConsumerTaskRole30303208", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-WeatherConsumer/Fjord-Task-WeatherConsumer/Resource" - } - }, - "FjordServWeatherConsumerService6E7A16A6": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "fjord-shared:ExportsOutputRefFjordCluster6B6BC75F50B95350" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 1, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "FjordServWeatherConsumerSecurityGroup739091D6", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "fjord-shared:ExportsOutputRefFjordVPCPrivateSubnet1Subnet11250ED803D427E4" - }, - { - "Fn::ImportValue": "fjord-shared:ExportsOutputRefFjordVPCPrivateSubnet2Subnet525813D5DD885C4C" - } - ] - } - }, - "TaskDefinition": { - "Ref": "FjordTaskWeatherConsumer9CB42AC1" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-WeatherConsumer/Fjord-Serv-WeatherConsumer/Service" - } - }, - "FjordServWeatherConsumerSecurityGroup739091D6": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "fjord-consumer-WeatherConsumer/Fjord-Serv-WeatherConsumer/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputRefFjordVPCD30C4152319EEF9B" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-WeatherConsumer/Fjord-Serv-WeatherConsumer/SecurityGroup/Resource" - } - }, - "FjordServWeatherConsumerSecurityGroupfjordsharedredisSGid873FBEFFundefinedto85544BA4": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from fjordconsumerWeatherConsumerFjordServWeatherConsumerSecurityGroup3B85671A:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttredisSGid2F2EFA8FGroupIdCB0841DA" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "FjordServWeatherConsumerSecurityGroup739091D6", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-WeatherConsumer/Fjord-Serv-WeatherConsumer/SecurityGroup/fjordsharedredisSGid873FBEFF:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE32OwQoCMQxEv8V7zVpRz4KieF39gdKNEldTSVpFSv/dXdeDePA0w8sMGQvWzmEyWrqHjn3TVtkHQcj76HxrVoE1SvLRrI5co4YkHnvfHRqKFLiYvpjRK+SNk5OLeHDarvFI/A706V8SODpilC/26e5R7jS8+NhiyF0h1+Hypr0Wg37aTUSfhOJzKyHdhsY/sOOToGopxXBoEM5a3e0M7ALs6KxEY0kc6YpQD/oC4gOS7BoBAAA=" - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-WeatherConsumer/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-consumer-hello.template.json b/cdk.out/fjord-consumer-hello.template.json deleted file mode 100644 index 11a36ab..0000000 --- a/cdk.out/fjord-consumer-hello.template.json +++ /dev/null @@ -1,402 +0,0 @@ -{ - "Resources": { - "fjordtaskhelloTaskRole4FE4B01B": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-hello/fjord-task-hello/TaskRole/Resource" - } - }, - "fjordtaskhello545BF0D0": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "Fjord-hello" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "fjord-hello" - }, - { - "Name": "BROKERS", - "Value": "sdfsf" - }, - { - "Name": "SECURITY", - "Value": "none" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "" - }, - { - "Name": "KAFKA_TOPICS", - "Value": "hello" - }, - { - "Name": "API_TOPICS", - "Value": "hello" - }, - { - "Name": "FROM_BEGINNINGS", - "Value": "false" - }, - { - "Name": "CONCURRENT_PARTITIONS", - "Value": "1" - }, - { - "Name": "STARTING_DELAY_SEC", - "Value": "0" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointAddressDBB68F11" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointPortDEADC459" - } - } - ], - "Essential": true, - "Image": "dockervahid/consumer3", - "Name": "fjord-consumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "Family": "fjordconsumerhellofjordtaskhello5701F671", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "fjordtaskhelloTaskRole4FE4B01B", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-hello/fjord-task-hello/Resource" - } - }, - "fjordservicehelloService31709911": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordcluster4D7857B4B3743BE6" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 1, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "fjordservicehelloSecurityGroup7CEA97A0", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet1Subnet7480DC1429C0C0FE" - }, - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet2Subnet603987084E6F8DF6" - } - ] - } - }, - "TaskDefinition": { - "Ref": "fjordtaskhello545BF0D0" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-hello/fjord-service-hello/Service" - } - }, - "fjordservicehelloSecurityGroup7CEA97A0": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "fjord-consumer-hello/fjord-service-hello/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcE7138455B515B4A8" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-hello/fjord-service-hello/SecurityGroup/Resource" - } - }, - "fjordservicehelloSecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedto32707078": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from fjordconsumerhellofjordservicehelloSecurityGroupD122CE06:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisSGfjordredis2A4BA9F2GroupIdD552C854" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "fjordservicehelloSecurityGroup7CEA97A0", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-hello/fjord-service-hello/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE32OwQoCMQxEv8V7zVpRz4KieF39gdKNEldTSVpFSv/dXdeDePA0w8sMGQvWzmEyWrqHjn3TVtkHQcj76HxrVoE1SvLRrI5co4YkHnvfHRqKFLiYvpjRK+SNk5OLeHDarvFI/A706V8SODpilC/26e5R7jS8+NhiyF0h1+Hypr0Wg37aTUSfhOJzKyHdhsY/sOOToGopxXBoEM5a3e0M7ALs6KxEY0kc6YpQD/oC4gOS7BoBAAA=" - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-hello/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-consumer-stocksweather.template.json b/cdk.out/fjord-consumer-stocksweather.template.json deleted file mode 100644 index 176d26e..0000000 --- a/cdk.out/fjord-consumer-stocksweather.template.json +++ /dev/null @@ -1,402 +0,0 @@ -{ - "Resources": { - "fjordtaskstocksweatherTaskRole573A734A": { - "Type": "AWS::IAM::Role", - "Properties": { - "AssumeRolePolicyDocument": { - "Statement": [ - { - "Action": "sts:AssumeRole", - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - } - } - ], - "Version": "2012-10-17" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocksweather/fjord-task-stocksweather/TaskRole/Resource" - } - }, - "fjordtaskstocksweather4E652493": { - "Type": "AWS::ECS::TaskDefinition", - "Properties": { - "ContainerDefinitions": [ - { - "Environment": [ - { - "Name": "CLIENT", - "Value": "Fjord-stocksweather" - }, - { - "Name": "CONSUMER_GROUP", - "Value": "fjord-stocksweather" - }, - { - "Name": "BROKERS", - "Value": "157.245.248.211:9093" - }, - { - "Name": "SECURITY", - "Value": "none" - }, - { - "Name": "KAFKA_USERNAME", - "Value": "" - }, - { - "Name": "KAFKA_PASSWORD", - "Value": "" - }, - { - "Name": "KAFKA_TOPICS", - "Value": "stocks weather" - }, - { - "Name": "API_TOPICS", - "Value": "stocks weather" - }, - { - "Name": "FROM_BEGINNINGS", - "Value": "false false" - }, - { - "Name": "CONCURRENT_PARTITIONS", - "Value": "1" - }, - { - "Name": "STARTING_DELAY_SEC", - "Value": "0" - }, - { - "Name": "REDIS_HOST", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointAddressDBB68F11" - } - }, - { - "Name": "REDIS_PORT", - "Value": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointPortDEADC459" - } - } - ], - "Essential": true, - "Image": "dockervahid/consumer3", - "Name": "fjord-consumer", - "PortMappings": [ - { - "ContainerPort": 8080, - "Protocol": "tcp" - } - ] - } - ], - "Cpu": "256", - "Family": "fjordconsumerstocksweatherfjordtaskstocksweatherE2E3E67D", - "Memory": "512", - "NetworkMode": "awsvpc", - "RequiresCompatibilities": [ - "FARGATE" - ], - "TaskRoleArn": { - "Fn::GetAtt": [ - "fjordtaskstocksweatherTaskRole573A734A", - "Arn" - ] - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocksweather/fjord-task-stocksweather/Resource" - } - }, - "fjordservicestocksweatherServiceF4846F09": { - "Type": "AWS::ECS::Service", - "Properties": { - "Cluster": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordcluster4D7857B4B3743BE6" - }, - "DeploymentConfiguration": { - "MaximumPercent": 200, - "MinimumHealthyPercent": 50 - }, - "DesiredCount": 1, - "EnableECSManagedTags": false, - "LaunchType": "FARGATE", - "NetworkConfiguration": { - "AwsvpcConfiguration": { - "AssignPublicIp": "DISABLED", - "SecurityGroups": [ - { - "Fn::GetAtt": [ - "fjordservicestocksweatherSecurityGroup01B86F6E", - "GroupId" - ] - } - ], - "Subnets": [ - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet1Subnet7480DC1429C0C0FE" - }, - { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcPrivateSubnet2Subnet603987084E6F8DF6" - } - ] - } - }, - "TaskDefinition": { - "Ref": "fjordtaskstocksweather4E652493" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocksweather/fjord-service-stocksweather/Service" - } - }, - "fjordservicestocksweatherSecurityGroup01B86F6E": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "fjord-consumer-stocksweather/fjord-service-stocksweather/SecurityGroup", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputReffjordvpcE7138455B515B4A8" - } - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocksweather/fjord-service-stocksweather/SecurityGroup/Resource" - } - }, - "fjordservicestocksweatherSecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedtoC920388F": { - "Type": "AWS::EC2::SecurityGroupIngress", - "Properties": { - "IpProtocol": "tcp", - "Description": "from fjordconsumerstocksweatherfjordservicestocksweatherSecurityGroup52DF4459:undefined", - "FromPort": 6379, - "GroupId": { - "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisSGfjordredis2A4BA9F2GroupIdD552C854" - }, - "SourceSecurityGroupId": { - "Fn::GetAtt": [ - "fjordservicestocksweatherSecurityGroup01B86F6E", - "GroupId" - ] - }, - "ToPort": 6379 - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocksweather/fjord-service-stocksweather/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE32OwQoCMQxEv8V7zVpRz4KieF39gdKNEldTSVpFSv/dXdeDePA0w8sMGQvWzmEyWrqHjn3TVtkHQcj76HxrVoE1SvLRrI5co4YkHnvfHRqKFLiYvpjRK+SNk5OLeHDarvFI/A706V8SODpilC/26e5R7jS8+NhiyF0h1+Hypr0Wg37aTUSfhOJzKyHdhsY/sOOToGopxXBoEM5a3e0M7ALs6KxEY0kc6YpQD/oC4gOS7BoBAAA=" - }, - "Metadata": { - "aws:cdk:path": "fjord-consumer-stocksweather/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - } -} \ No newline at end of file diff --git a/cdk.out/fjord-server.template.json b/cdk.out/fjord-server.template.json index 82bcbab..2dd18c5 100644 --- a/cdk.out/fjord-server.template.json +++ b/cdk.out/fjord-server.template.json @@ -146,6 +146,10 @@ "Name": "SEC_PER_PULSE", "Value": "30" }, + { + "Name": "API_TOPICS", + "Value": "stocks weather" + }, { "Name": "REDIS_HOST", "Value": { @@ -164,7 +168,7 @@ } ], "Essential": true, - "Image": "dockervahid/fjord-server", + "Image": "dockervahid/server3", "LogConfiguration": { "LogDriver": "awslogs", "Options": { @@ -280,7 +284,7 @@ "MaximumPercent": 200, "MinimumHealthyPercent": 50 }, - "DesiredCount": 1, + "DesiredCount": 2, "EnableECSManagedTags": false, "HealthCheckGracePeriodSeconds": 60, "LaunchType": "FARGATE", @@ -393,8 +397,8 @@ "fjordLBFjordServerServiceTaskCountTarget9030FB2E": { "Type": "AWS::ApplicationAutoScaling::ScalableTarget", "Properties": { - "MaxCapacity": 2, - "MinCapacity": 1, + "MaxCapacity": 3, + "MinCapacity": 2, "ResourceId": { "Fn::Join": [ "", diff --git a/cdk.out/manifest.json b/cdk.out/manifest.json index 2f427af..a82e97b 100644 --- a/cdk.out/manifest.json +++ b/cdk.out/manifest.json @@ -20,10 +20,10 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcE7138455", "trace": [ - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:355:25)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:355:25)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -38,16 +38,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet1SubnetEBA3A1C2", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:679:24)", - "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:679:24)", + "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -62,16 +62,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet1RouteTable0FB48A3B", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:695:23)", - "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:695:23)", + "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -86,16 +86,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet1RouteTableAssociation80FEC070", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:700:9)", - "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:700:9)", + "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -110,13 +110,13 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet1DefaultRouteC18A8D60", "trace": [ - "PublicSubnet.addDefaultInternetRoute (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:735:23)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:388:30", + "PublicSubnet.addDefaultInternetRoute (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:735:23)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:388:30", "Array.forEach ()", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:387:32)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:387:32)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -131,13 +131,13 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet1EIPD10D673C", "trace": [ - "PublicSubnet.addNatGateway (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:864:27)", - "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/nat.js:77:33)", - "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "PublicSubnet.addNatGateway (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:864:27)", + "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/nat.js:77:33)", + "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -152,13 +152,13 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet1NATGateway445075FC", "trace": [ - "PublicSubnet.addNatGateway (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:862:21)", - "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/nat.js:77:33)", - "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "PublicSubnet.addNatGateway (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:862:21)", + "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/nat.js:77:33)", + "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -173,16 +173,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet2Subnet58502962", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:679:24)", - "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:679:24)", + "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -197,16 +197,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet2RouteTable8FE4FEAA", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:695:23)", - "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:695:23)", + "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -221,16 +221,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet2RouteTableAssociation0163F8BA", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:700:9)", - "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:700:9)", + "new PublicSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:844:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:577:42", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -245,13 +245,13 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet2DefaultRoute66DD0FC2", "trace": [ - "PublicSubnet.addDefaultInternetRoute (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:735:23)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:388:30", + "PublicSubnet.addDefaultInternetRoute (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:735:23)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:388:30", "Array.forEach ()", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:387:32)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:387:32)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -266,13 +266,13 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet2EIPACFAC531", "trace": [ - "PublicSubnet.addNatGateway (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:864:27)", - "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/nat.js:77:33)", - "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "PublicSubnet.addNatGateway (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:864:27)", + "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/nat.js:77:33)", + "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -287,13 +287,13 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPublicSubnet2NATGatewayD2BA57B7", "trace": [ - "PublicSubnet.addNatGateway (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:862:21)", - "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/nat.js:77:33)", - "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "PublicSubnet.addNatGateway (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:862:21)", + "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/nat.js:77:33)", + "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -308,16 +308,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPrivateSubnet1Subnet7480DC14", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:679:24)", - "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:679:24)", + "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -332,16 +332,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPrivateSubnet1RouteTable91AEA875", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:695:23)", - "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:695:23)", + "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -356,16 +356,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPrivateSubnet1RouteTableAssociationD5B7E107", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:700:9)", - "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:700:9)", + "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -380,14 +380,14 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPrivateSubnet1DefaultRouteE8A63EDD", "trace": [ - "PrivateSubnet.addRoute (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:782:23)", - "NatGatewayProvider.configureSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/nat.js:92:16)", - "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/nat.js:86:18)", - "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "PrivateSubnet.addRoute (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:782:23)", + "NatGatewayProvider.configureSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/nat.js:92:16)", + "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/nat.js:86:18)", + "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -402,16 +402,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPrivateSubnet2Subnet60398708", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:679:24)", - "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:679:24)", + "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -426,16 +426,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPrivateSubnet2RouteTableC27A9E84", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:695:23)", - "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:695:23)", + "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -450,16 +450,16 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPrivateSubnet2RouteTableAssociationB426A1B5", "trace": [ - "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:700:9)", - "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", + "new Subnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:700:9)", + "new PrivateSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:884:9)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:582:43", "Array.forEach ()", - "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", - "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Vpc.createSubnetResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:561:32)", + "Vpc.createSubnets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:557:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:376:14)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -474,14 +474,14 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcPrivateSubnet2DefaultRouteD817CBAA", "trace": [ - "PrivateSubnet.addRoute (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:782:23)", - "NatGatewayProvider.configureSubnet (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/nat.js:92:16)", - "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/nat.js:86:18)", - "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "PrivateSubnet.addRoute (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:782:23)", + "NatGatewayProvider.configureSubnet (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/nat.js:92:16)", + "NatGatewayProvider.configureNat (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/nat.js:86:18)", + "Vpc.createNatGateways (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:535:18)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:393:22)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -496,10 +496,10 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcIGWA4D1EE0F", "trace": [ - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:380:25)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:380:25)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -514,10 +514,10 @@ "type": "aws:cdk:logicalId", "data": "fjordvpcVPCGW73523819", "trace": [ - "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:383:25)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:10:16)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new Vpc (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/vpc.js:383:25)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:10:16)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -532,10 +532,10 @@ "type": "aws:cdk:logicalId", "data": "fjordcluster4D7857B4", "trace": [ - "new Cluster (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/cluster.js:79:25)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:14:20)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new Cluster (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/cluster.js:79:25)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:14:20)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -550,10 +550,10 @@ "type": "aws:cdk:logicalId", "data": "fjordredisfjordredissubnetgroup2F948D9F", "trace": [ - "new Redis (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/redis.js:13:25)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:18:18)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new Redis (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/redis.js:13:25)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:18:18)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -568,11 +568,11 @@ "type": "aws:cdk:logicalId", "data": "fjordredisSGfjordredis2A4BA9F2", "trace": [ - "new SecurityGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:213:30)", - "new Redis (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/redis.js:26:26)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:18:18)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new SecurityGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:213:30)", + "new Redis (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/redis.js:25:26)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:18:18)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -587,10 +587,10 @@ "type": "aws:cdk:logicalId", "data": "fjordredisfjordrediscluster656EBEC2", "trace": [ - "new Redis (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/redis.js:40:20)", - "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/sharedResources.js:18:18)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:14:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new Redis (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/redis.js:39:20)", + "new SharedResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/sharedResources.js:18:18)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:14:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -605,14 +605,14 @@ "type": "aws:cdk:logicalId", "data": "CDKMetadata", "trace": [ - "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:22:30)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", - "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:22:30)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", + "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -627,14 +627,14 @@ "type": "aws:cdk:logicalId", "data": "CDKMetadataAvailable", "trace": [ - "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:30:35)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", - "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:30:35)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", + "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -649,14 +649,14 @@ "type": "aws:cdk:logicalId", "data": "ExportsOutputReffjordvpcPublicSubnet1SubnetEBA3A1C2778A2985", "trace": [ - "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stack.js:615:13)", - "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", - "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", - "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", - "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stack.js:615:13)", + "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", + "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", + "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", + "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -671,14 +671,14 @@ "type": "aws:cdk:logicalId", "data": "ExportsOutputReffjordvpcPublicSubnet2Subnet58502962DDF28B2D", "trace": [ - "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stack.js:615:13)", - "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", - "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", - "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", - "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stack.js:615:13)", + "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", + "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", + "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", + "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -693,14 +693,14 @@ "type": "aws:cdk:logicalId", "data": "ExportsOutputReffjordvpcE7138455B515B4A8", "trace": [ - "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stack.js:615:13)", - "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", - "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", - "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", - "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stack.js:615:13)", + "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", + "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", + "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", + "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -715,14 +715,14 @@ "type": "aws:cdk:logicalId", "data": "ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointAddressDBB68F11", "trace": [ - "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stack.js:615:13)", - "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", - "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", - "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", - "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stack.js:615:13)", + "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", + "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", + "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", + "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -737,14 +737,14 @@ "type": "aws:cdk:logicalId", "data": "ExportsOutputFnGetAttfjordredisfjordrediscluster656EBEC2RedisEndpointPortDEADC459", "trace": [ - "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stack.js:615:13)", - "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", - "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", - "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", - "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stack.js:615:13)", + "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", + "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", + "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", + "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -759,14 +759,14 @@ "type": "aws:cdk:logicalId", "data": "ExportsOutputReffjordcluster4D7857B4B3743BE6", "trace": [ - "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stack.js:615:13)", - "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", - "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", - "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", - "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stack.js:615:13)", + "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", + "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", + "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", + "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -781,14 +781,14 @@ "type": "aws:cdk:logicalId", "data": "ExportsOutputFnGetAttfjordredisSGfjordredis2A4BA9F2GroupIdD552C854", "trace": [ - "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stack.js:615:13)", - "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", - "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", - "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", - "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stack.js:615:13)", + "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", + "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", + "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", + "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -803,14 +803,14 @@ "type": "aws:cdk:logicalId", "data": "ExportsOutputReffjordvpcPrivateSubnet1Subnet7480DC1429C0C0FE", "trace": [ - "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stack.js:615:13)", - "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", - "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", - "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", - "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stack.js:615:13)", + "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", + "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", + "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", + "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -825,14 +825,14 @@ "type": "aws:cdk:logicalId", "data": "ExportsOutputReffjordvpcPrivateSubnet2Subnet603987084E6F8DF6", "trace": [ - "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stack.js:615:13)", - "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", - "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", - "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", - "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "SharedResources.exportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stack.js:615:13)", + "createImportValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:138:39)", + "resolveValue (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:84:12)", + "Object.resolveReferences (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/refs.js:25:30)", + "Object.prepareApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/prepare-app.js:30:12)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:21:19)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -861,13 +861,13 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerLB0CF0F6D3", "trace": [ - "new BaseLoadBalancer (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/shared/base-load-balancer.js:35:26)", - "new ApplicationLoadBalancer (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-load-balancer.js:28:9)", - "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:55:89)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new BaseLoadBalancer (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/shared/base-load-balancer.js:35:26)", + "new ApplicationLoadBalancer (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-load-balancer.js:28:9)", + "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:55:89)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -882,13 +882,13 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerLBSecurityGroup2F37C913", "trace": [ - "new SecurityGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:213:30)", - "new ApplicationLoadBalancer (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-load-balancer.js:34:56)", - "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:55:89)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new SecurityGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:213:30)", + "new ApplicationLoadBalancer (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-load-balancer.js:34:56)", + "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:55:89)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -903,24 +903,24 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerLBSecurityGrouptofjordserverfjordLBFjordServerServiceSecurityGroup8E72838580D79CF588", "trace": [ - "SecurityGroup.addEgressRule (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:70:13)", - "SecurityGroup.addEgressRule (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:345:19)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:81:31", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:80:51", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "Connections.allowTo (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:79:30)", - "Connections.allowFrom (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:112:31)", - "ApplicationListener.registerConnectable (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.js:322:33)", - "ApplicationTargetGroup.registerConnectable (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.js:120:22)", - "Object.attachToApplicationTargetGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:323:29)", - "FargateService.attachToApplicationTargetGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:284:47)", - "ApplicationTargetGroup.addTarget (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.js:71:35)", - "ApplicationLoadBalancedFargateService.addServiceAsTarget (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:163:26)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:78:14)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "SecurityGroup.addEgressRule (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:70:13)", + "SecurityGroup.addEgressRule (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:345:19)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:81:31", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:80:51", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "Connections.allowTo (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:79:30)", + "Connections.allowFrom (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:112:31)", + "ApplicationListener.registerConnectable (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.js:322:33)", + "ApplicationTargetGroup.registerConnectable (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.js:120:22)", + "Object.attachToApplicationTargetGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:323:29)", + "FargateService.attachToApplicationTargetGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:284:47)", + "ApplicationTargetGroup.addTarget (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.js:71:35)", + "ApplicationLoadBalancedFargateService.addServiceAsTarget (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:163:26)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:78:14)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -935,14 +935,14 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerLBPublicListener7B6D4414", "trace": [ - "new BaseListener (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/shared/base-listener.js:21:26)", - "new ApplicationListener (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.js:32:9)", - "ApplicationLoadBalancer.addListener (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-load-balancer.js:74:26)", - "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:67:38)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new BaseListener (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/shared/base-listener.js:21:26)", + "new ApplicationListener (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.js:32:9)", + "ApplicationLoadBalancer.addListener (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-load-balancer.js:74:26)", + "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:67:38)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -957,14 +957,14 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerLBPublicListenerECSGroup24FB728E", "trace": [ - "new TargetGroupBase (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/shared/base-target-group.js:44:25)", - "new ApplicationTargetGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.js:26:9)", - "ApplicationListener.addTargets (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.js:228:23)", - "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:72:42)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new TargetGroupBase (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/shared/base-target-group.js:44:25)", + "new ApplicationTargetGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.js:26:9)", + "ApplicationListener.addTargets (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.js:228:23)", + "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:72:42)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -979,11 +979,11 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerLoadBalancerDNS5075A131", "trace": [ - "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:132:9)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:132:9)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -998,11 +998,11 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerServiceURLC8BD496F", "trace": [ - "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:133:9)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new ApplicationLoadBalancedServiceBase (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:133:9)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:22:9)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1017,13 +1017,13 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerTaskDefTaskRoleEFDA00E5", "trace": [ - "new Role (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-iam/lib/role.js:72:22)", - "new TaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:97:43)", - "new FargateTaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-task-definition.js:25:9)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:32:35)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new Role (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-iam/lib/role.js:72:22)", + "new TaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:97:43)", + "new FargateTaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-task-definition.js:25:9)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:32:35)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1038,12 +1038,12 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerTaskDefDB4C111C", "trace": [ - "new TaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:103:25)", - "new FargateTaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-task-definition.js:25:9)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:32:35)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new TaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:103:25)", + "new FargateTaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-task-definition.js:25:9)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:32:35)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1058,14 +1058,14 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerTaskDefwebLogGroupF512F37F", "trace": [ - "new LogGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-logs/lib/log-group.js:165:26)", - "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:45:48)", - "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", - "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:45:51)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new LogGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-logs/lib/log-group.js:165:26)", + "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:45:48)", + "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", + "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:45:51)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1080,15 +1080,15 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerTaskDefExecutionRole8C36CDB9", "trace": [ - "new Role (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-iam/lib/role.js:72:22)", - "FargateTaskDefinition.obtainExecutionRole (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:336:35)", - "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:48:69)", - "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", - "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:45:51)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new Role (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-iam/lib/role.js:72:22)", + "FargateTaskDefinition.obtainExecutionRole (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:336:35)", + "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:48:69)", + "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", + "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:45:51)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1103,18 +1103,18 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerTaskDefExecutionRoleDefaultPolicy56C99D78", "trace": [ - "new Policy (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-iam/lib/policy.js:56:26)", - "Role.addToPrincipalPolicy (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-iam/lib/role.js:209:34)", - "Function.addToPrincipal (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-iam/lib/grant.js:90:65)", - "LogGroup.grant (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-logs/lib/log-group.js:96:26)", - "LogGroup.grantWrite (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-logs/lib/log-group.js:88:21)", - "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:48:23)", - "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", - "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:45:51)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new Policy (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-iam/lib/policy.js:56:26)", + "Role.addToPrincipalPolicy (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-iam/lib/role.js:209:34)", + "Function.addToPrincipal (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-iam/lib/grant.js:90:65)", + "LogGroup.grant (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-logs/lib/log-group.js:96:26)", + "LogGroup.grantWrite (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-logs/lib/log-group.js:88:21)", + "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:48:23)", + "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", + "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:45:51)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1129,12 +1129,12 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerServiceA36D2E6A", "trace": [ - "new BaseService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:142:25)", - "new FargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-service.js:34:9)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:60:24)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new BaseService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:142:25)", + "new FargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-service.js:34:9)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:60:24)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1149,18 +1149,18 @@ "type": "aws:cdk:warning", "data": "Ignoring Egress rule since 'allowAllOutbound' is set to true; To add customize rules, set allowAllOutbound=false on the SecurityGroup", "trace": [ - "Annotations.addMessage (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/annotations.js:94:42)", - "Annotations.addWarning (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/annotations.js:37:14)", - "SecurityGroup.addEgressRule (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:334:45)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:81:31", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:80:51", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "Connections.allowTo (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:79:30)", - "Connections.allowToDefaultPort (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:192:14)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:52:40)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "Annotations.addMessage (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/annotations.js:94:42)", + "Annotations.addWarning (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/annotations.js:37:14)", + "SecurityGroup.addEgressRule (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:334:45)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:81:31", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:80:51", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "Connections.allowTo (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:79:30)", + "Connections.allowToDefaultPort (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:192:14)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:53:40)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1175,13 +1175,13 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerServiceSecurityGroup8E1BB498", "trace": [ - "new SecurityGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:213:30)", - "FargateService.configureAwsVpcNetworkingWithSecurityGroups (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:531:31)", - "new FargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-service.js:52:14)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:60:24)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new SecurityGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:213:30)", + "FargateService.configureAwsVpcNetworkingWithSecurityGroups (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:531:31)", + "new FargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-service.js:52:14)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:60:24)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1196,23 +1196,23 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerServiceSecurityGroupfromfjordserverfjordLBFjordServerLBSecurityGroupC501200380769971E3", "trace": [ - "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:55:13)", - "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:305:19)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:106:31", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:105:51", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "Connections.allowFrom (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:104:30)", - "ApplicationListener.registerConnectable (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.js:322:33)", - "ApplicationTargetGroup.registerConnectable (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.js:120:22)", - "Object.attachToApplicationTargetGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:323:29)", - "FargateService.attachToApplicationTargetGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:284:47)", - "ApplicationTargetGroup.addTarget (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.js:71:35)", - "ApplicationLoadBalancedFargateService.addServiceAsTarget (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:163:26)", - "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:78:14)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:13:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:55:13)", + "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:305:19)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:106:31", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:105:51", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "Connections.allowFrom (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:104:30)", + "ApplicationListener.registerConnectable (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-listener.js:322:33)", + "ApplicationTargetGroup.registerConnectable (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.js:120:22)", + "Object.attachToApplicationTargetGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:323:29)", + "FargateService.attachToApplicationTargetGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:284:47)", + "ApplicationTargetGroup.addTarget (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-elasticloadbalancingv2/lib/alb/application-target-group.js:71:35)", + "ApplicationLoadBalancedFargateService.addServiceAsTarget (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/base/application-load-balanced-service-base.js:163:26)", + "new ApplicationLoadBalancedFargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs-patterns/lib/fargate/application-load-balanced-fargate-service.js:78:14)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:13:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1227,18 +1227,18 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerServiceSecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedtoCB3DBF2A", "trace": [ - "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:55:13)", - "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:305:19)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:106:31", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:105:51", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "Connections.allowFrom (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:104:30)", - "Connections.allowTo (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:87:31)", - "Connections.allowToDefaultPort (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:192:14)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:52:40)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:55:13)", + "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:305:19)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:106:31", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:105:51", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "Connections.allowFrom (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:104:30)", + "Connections.allowTo (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:87:31)", + "Connections.allowToDefaultPort (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:192:14)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:53:40)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1253,13 +1253,13 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerServiceTaskCountTarget9030FB2E", "trace": [ - "new ScalableTarget (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-applicationautoscaling/lib/scalable-target.js:41:26)", - "new BaseScalableAttribute (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-applicationautoscaling/lib/base-scalable-attribute.js:34:23)", - "new ScalableTaskCount (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/scalable-task-count.js:19:9)", - "FargateService.autoScaleTaskCount (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:383:41)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:33:53)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new ScalableTarget (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-applicationautoscaling/lib/scalable-target.js:41:26)", + "new BaseScalableAttribute (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-applicationautoscaling/lib/base-scalable-attribute.js:34:23)", + "new ScalableTaskCount (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/scalable-task-count.js:19:9)", + "FargateService.autoScaleTaskCount (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:383:41)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:34:53)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1274,13 +1274,13 @@ "type": "aws:cdk:logicalId", "data": "fjordLBFjordServerServiceTaskCountTargetMemoryScaling145544AA", "trace": [ - "new TargetTrackingScalingPolicy (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-applicationautoscaling/lib/target-tracking-scaling-policy.js:26:26)", - "ScalableTarget.scaleToTrackMetric (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-applicationautoscaling/lib/scalable-target.js:106:16)", - "ScalableTaskCount.doScaleToTrackMetric (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-applicationautoscaling/lib/base-scalable-attribute.js:65:21)", - "ScalableTaskCount.scaleOnMemoryUtilization (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/scalable-task-count.js:58:22)", - "new Server (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/server.js:46:22)", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:15:20)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new TargetTrackingScalingPolicy (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-applicationautoscaling/lib/target-tracking-scaling-policy.js:26:26)", + "ScalableTarget.scaleToTrackMetric (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-applicationautoscaling/lib/scalable-target.js:106:16)", + "ScalableTaskCount.doScaleToTrackMetric (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-applicationautoscaling/lib/base-scalable-attribute.js:65:21)", + "ScalableTaskCount.scaleOnMemoryUtilization (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/scalable-task-count.js:58:22)", + "new Server (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/server.js:47:22)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:15:20)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1295,14 +1295,14 @@ "type": "aws:cdk:logicalId", "data": "CDKMetadata", "trace": [ - "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:22:30)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", - "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:22:30)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", + "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1317,14 +1317,14 @@ "type": "aws:cdk:logicalId", "data": "CDKMetadataAvailable", "trace": [ - "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:30:35)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", - "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:30:35)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", + "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1337,11 +1337,11 @@ }, "displayName": "fjord-server" }, - "fjord-consumer-MyGroup": { + "fjord-consumer-NewestGroup": { "type": "aws:cloudformation:stack", "environment": "aws://unknown-account/unknown-region", "properties": { - "templateFile": "fjord-consumer-MyGroup.template.json", + "templateFile": "fjord-consumer-NewestGroup.template.json", "validateOnSynth": false }, "dependencies": [ @@ -1349,19 +1349,19 @@ "fjord-shared" ], "metadata": { - "/fjord-consumer-MyGroup/fjord-task-MyGroup/TaskRole/Resource": [ + "/fjord-consumer-NewestGroup/fjord-task-NewestGroup/TaskRole/Resource": [ { "type": "aws:cdk:logicalId", - "data": "fjordtaskMyGroupTaskRole88F57DB8", + "data": "fjordtaskNewestGroupTaskRole3E7B5F17", "trace": [ - "new Role (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-iam/lib/role.js:72:22)", - "new TaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:97:43)", - "new FargateTaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-task-definition.js:25:9)", - "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/consumer.js:26:36)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:22:21", + "new Role (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-iam/lib/role.js:72:22)", + "new TaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:97:43)", + "new FargateTaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-task-definition.js:25:9)", + "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/consumer.js:26:36)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:22:21", "Array.forEach ()", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:21:29)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:21:29)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1371,18 +1371,18 @@ ] } ], - "/fjord-consumer-MyGroup/fjord-task-MyGroup/Resource": [ + "/fjord-consumer-NewestGroup/fjord-task-NewestGroup/Resource": [ { "type": "aws:cdk:logicalId", - "data": "fjordtaskMyGroupFBFA594D", + "data": "fjordtaskNewestGroup06830846", "trace": [ - "new TaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:103:25)", - "new FargateTaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-task-definition.js:25:9)", - "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/consumer.js:26:36)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:22:21", + "new TaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:103:25)", + "new FargateTaskDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-task-definition.js:25:9)", + "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/consumer.js:26:36)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:22:21", "Array.forEach ()", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:21:29)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:21:29)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1392,20 +1392,20 @@ ] } ], - "/fjord-consumer-MyGroup/fjord-task-MyGroup/fjord-consumer/LogGroup/Resource": [ + "/fjord-consumer-NewestGroup/fjord-task-NewestGroup/fjord-consumer/LogGroup/Resource": [ { "type": "aws:cdk:logicalId", - "data": "fjordtaskMyGroupfjordconsumerLogGroupF6459868", + "data": "fjordtaskNewestGroupfjordconsumerLogGroup69DD83A2", "trace": [ - "new LogGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-logs/lib/log-group.js:165:26)", - "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:45:48)", - "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", - "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", - "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/consumer.js:31:28)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:22:21", + "new LogGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-logs/lib/log-group.js:165:26)", + "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:45:48)", + "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", + "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", + "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/consumer.js:31:28)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:22:21", "Array.forEach ()", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:21:29)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:21:29)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1415,21 +1415,21 @@ ] } ], - "/fjord-consumer-MyGroup/fjord-task-MyGroup/ExecutionRole/Resource": [ + "/fjord-consumer-NewestGroup/fjord-task-NewestGroup/ExecutionRole/Resource": [ { "type": "aws:cdk:logicalId", - "data": "fjordtaskMyGroupExecutionRole51628C7A", + "data": "fjordtaskNewestGroupExecutionRole6B926CA9", "trace": [ - "new Role (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-iam/lib/role.js:72:22)", - "FargateTaskDefinition.obtainExecutionRole (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:336:35)", - "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:48:69)", - "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", - "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", - "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/consumer.js:31:28)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:22:21", + "new Role (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-iam/lib/role.js:72:22)", + "FargateTaskDefinition.obtainExecutionRole (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:336:35)", + "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:48:69)", + "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", + "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", + "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/consumer.js:31:28)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:22:21", "Array.forEach ()", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:21:29)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:21:29)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1439,24 +1439,24 @@ ] } ], - "/fjord-consumer-MyGroup/fjord-task-MyGroup/ExecutionRole/DefaultPolicy/Resource": [ + "/fjord-consumer-NewestGroup/fjord-task-NewestGroup/ExecutionRole/DefaultPolicy/Resource": [ { "type": "aws:cdk:logicalId", - "data": "fjordtaskMyGroupExecutionRoleDefaultPolicy205E6C22", + "data": "fjordtaskNewestGroupExecutionRoleDefaultPolicy0E28B5C9", "trace": [ - "new Policy (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-iam/lib/policy.js:56:26)", - "Role.addToPrincipalPolicy (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-iam/lib/role.js:209:34)", - "Function.addToPrincipal (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-iam/lib/grant.js:90:65)", - "LogGroup.grant (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-logs/lib/log-group.js:96:26)", - "LogGroup.grantWrite (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-logs/lib/log-group.js:88:21)", - "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:48:23)", - "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", - "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", - "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/consumer.js:31:28)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:22:21", + "new Policy (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-iam/lib/policy.js:56:26)", + "Role.addToPrincipalPolicy (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-iam/lib/role.js:209:34)", + "Function.addToPrincipal (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-iam/lib/grant.js:90:65)", + "LogGroup.grant (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-logs/lib/log-group.js:96:26)", + "LogGroup.grantWrite (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-logs/lib/log-group.js:88:21)", + "AwsLogDriver.bind (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/log-drivers/aws-log-driver.js:48:23)", + "new ContainerDefinition (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/container-definition.js:114:50)", + "FargateTaskDefinition.addContainer (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/task-definition.js:261:16)", + "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/consumer.js:31:28)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:22:21", "Array.forEach ()", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:21:29)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:21:29)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1466,18 +1466,18 @@ ] } ], - "/fjord-consumer-MyGroup/fjord-service-MyGroup/Service": [ + "/fjord-consumer-NewestGroup/fjord-service-NewestGroup/Service": [ { "type": "aws:cdk:logicalId", - "data": "fjordserviceMyGroupService44260099", + "data": "fjordserviceNewestGroupService340DCA2E", "trace": [ - "new BaseService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:142:25)", - "new FargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-service.js:34:9)", - "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/consumer.js:52:28)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:22:21", + "new BaseService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:142:25)", + "new FargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-service.js:34:9)", + "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/consumer.js:52:28)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:22:21", "Array.forEach ()", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:21:29)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:21:29)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1487,25 +1487,25 @@ ] } ], - "/fjord-consumer-MyGroup/fjord-service-MyGroup/SecurityGroup": [ + "/fjord-consumer-NewestGroup/fjord-service-NewestGroup/SecurityGroup": [ { "type": "aws:cdk:warning", "data": "Ignoring Egress rule since 'allowAllOutbound' is set to true; To add customize rules, set allowAllOutbound=false on the SecurityGroup", "trace": [ - "Annotations.addMessage (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/annotations.js:94:42)", - "Annotations.addWarning (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/annotations.js:37:14)", - "SecurityGroup.addEgressRule (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:334:45)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:81:31", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:80:51", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "Connections.allowTo (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:79:30)", - "Connections.allowToDefaultPort (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:192:14)", - "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/consumer.js:58:38)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:22:21", + "Annotations.addMessage (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/annotations.js:94:42)", + "Annotations.addWarning (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/annotations.js:37:14)", + "SecurityGroup.addEgressRule (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:334:45)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:81:31", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:80:51", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "Connections.allowTo (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:79:30)", + "Connections.allowToDefaultPort (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:192:14)", + "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/consumer.js:58:38)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:22:21", "Array.forEach ()", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:21:29)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:21:29)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1515,19 +1515,19 @@ ] } ], - "/fjord-consumer-MyGroup/fjord-service-MyGroup/SecurityGroup/Resource": [ + "/fjord-consumer-NewestGroup/fjord-service-NewestGroup/SecurityGroup/Resource": [ { "type": "aws:cdk:logicalId", - "data": "fjordserviceMyGroupSecurityGroupEFD57A33", + "data": "fjordserviceNewestGroupSecurityGroup6D328DF4", "trace": [ - "new SecurityGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:213:30)", - "FargateService.configureAwsVpcNetworkingWithSecurityGroups (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:531:31)", - "new FargateService (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-service.js:52:14)", - "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/consumer.js:52:28)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:22:21", + "new SecurityGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:213:30)", + "FargateService.configureAwsVpcNetworkingWithSecurityGroups (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/base/base-service.js:531:31)", + "new FargateService (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ecs/lib/fargate/fargate-service.js:52:14)", + "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/consumer.js:52:28)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:22:21", "Array.forEach ()", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:21:29)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:21:29)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1537,25 +1537,25 @@ ] } ], - "/fjord-consumer-MyGroup/fjord-service-MyGroup/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to": [ + "/fjord-consumer-NewestGroup/fjord-service-NewestGroup/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to": [ { "type": "aws:cdk:logicalId", - "data": "fjordserviceMyGroupSecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedto380FA2AD", + "data": "fjordserviceNewestGroupSecurityGroupfjordsharedfjordredisSGfjordredisC06251D9undefinedtoE998C001", "trace": [ - "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:55:13)", - "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:305:19)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:106:31", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:105:51", - "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", - "Connections.allowFrom (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:104:30)", - "Connections.allowTo (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:87:31)", - "Connections.allowToDefaultPort (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/aws-ec2/lib/connections.js:192:14)", - "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/consumer.js:58:38)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:22:21", + "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:55:13)", + "SecurityGroup.addIngressRule (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/security-group.js:305:19)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:106:31", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:105:51", + "ReactiveList.forEachAndForever (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:226:13)", + "Connections.allowFrom (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:104:30)", + "Connections.allowTo (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:87:31)", + "Connections.allowToDefaultPort (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/aws-ec2/lib/connections.js:192:14)", + "new ConsumerGroup (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/consumer.js:58:38)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:22:21", "Array.forEach ()", - "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:21:29)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:1)", + "new FjordApp (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:21:29)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:1)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1565,19 +1565,19 @@ ] } ], - "/fjord-consumer-MyGroup/CDKMetadata/Default": [ + "/fjord-consumer-NewestGroup/CDKMetadata/Default": [ { "type": "aws:cdk:logicalId", "data": "CDKMetadata", "trace": [ - "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:22:30)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", - "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:22:30)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", + "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1587,19 +1587,19 @@ ] } ], - "/fjord-consumer-MyGroup/CDKMetadata/Condition": [ + "/fjord-consumer-NewestGroup/CDKMetadata/Condition": [ { "type": "aws:cdk:logicalId", "data": "CDKMetadataAvailable", "trace": [ - "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:30:35)", - "/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", - "visit (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", - "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", - "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", - "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/node_modules/@aws-cdk/core/lib/stage.js:100:41)", - "Object. (/Users/Air/Documents/Launch School/Capstone/Team/prototype/FjordApp/lib/FjordApp.js:32:16)", + "new MetadataResource (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/metadata-resource.js:30:35)", + "/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:139:9", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:200:9)", + "visit (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:197:9)", + "injectMetadataResources (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:128:5)", + "Object.synthesize (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/private/synthesis.js:17:5)", + "FjordApp.synth (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/node_modules/@aws-cdk/core/lib/stage.js:100:41)", + "Object. (/Users/Air/Documents/Launch School/Capstone/Team/fjord-framework/deploy/lib/FjordApp.js:32:16)", "Module._compile (internal/modules/cjs/loader.js:1063:30)", "Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)", "Module.load (internal/modules/cjs/loader.js:928:32)", @@ -1610,7 +1610,7 @@ } ] }, - "displayName": "fjord-consumer-MyGroup" + "displayName": "fjord-consumer-NewestGroup" } } } \ No newline at end of file diff --git a/cdk.out/shared-resources.template.json b/cdk.out/shared-resources.template.json deleted file mode 100644 index 9b6a2c9..0000000 --- a/cdk.out/shared-resources.template.json +++ /dev/null @@ -1,808 +0,0 @@ -{ - "Resources": { - "FjordVPCD30C4152": { - "Type": "AWS::EC2::VPC", - "Properties": { - "CidrBlock": "10.0.0.0/16", - "EnableDnsHostnames": true, - "EnableDnsSupport": true, - "InstanceTenancy": "default", - "Tags": [ - { - "Key": "Name", - "Value": "shared-resources/FjordVPC" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/Resource" - } - }, - "FjordVPCPublicSubnet1Subnet466BC5A0": { - "Type": "AWS::EC2::Subnet", - "Properties": { - "CidrBlock": "10.0.0.0/18", - "VpcId": { - "Ref": "FjordVPCD30C4152" - }, - "AvailabilityZone": { - "Fn::Select": [ - 0, - { - "Fn::GetAZs": "" - } - ] - }, - "MapPublicIpOnLaunch": true, - "Tags": [ - { - "Key": "aws-cdk:subnet-name", - "Value": "Public" - }, - { - "Key": "aws-cdk:subnet-type", - "Value": "Public" - }, - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PublicSubnet1" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet1/Subnet" - } - }, - "FjordVPCPublicSubnet1RouteTableE0BC6ABD": { - "Type": "AWS::EC2::RouteTable", - "Properties": { - "VpcId": { - "Ref": "FjordVPCD30C4152" - }, - "Tags": [ - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PublicSubnet1" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet1/RouteTable" - } - }, - "FjordVPCPublicSubnet1RouteTableAssociationAC0B5C6F": { - "Type": "AWS::EC2::SubnetRouteTableAssociation", - "Properties": { - "RouteTableId": { - "Ref": "FjordVPCPublicSubnet1RouteTableE0BC6ABD" - }, - "SubnetId": { - "Ref": "FjordVPCPublicSubnet1Subnet466BC5A0" - } - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet1/RouteTableAssociation" - } - }, - "FjordVPCPublicSubnet1DefaultRouteE54F789C": { - "Type": "AWS::EC2::Route", - "Properties": { - "RouteTableId": { - "Ref": "FjordVPCPublicSubnet1RouteTableE0BC6ABD" - }, - "DestinationCidrBlock": "0.0.0.0/0", - "GatewayId": { - "Ref": "FjordVPCIGWA7EEE2F3" - } - }, - "DependsOn": [ - "FjordVPCVPCGWA8F0A2E5" - ], - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet1/DefaultRoute" - } - }, - "FjordVPCPublicSubnet1EIPB7F8351F": { - "Type": "AWS::EC2::EIP", - "Properties": { - "Domain": "vpc", - "Tags": [ - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PublicSubnet1" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet1/EIP" - } - }, - "FjordVPCPublicSubnet1NATGateway51CD1359": { - "Type": "AWS::EC2::NatGateway", - "Properties": { - "SubnetId": { - "Ref": "FjordVPCPublicSubnet1Subnet466BC5A0" - }, - "AllocationId": { - "Fn::GetAtt": [ - "FjordVPCPublicSubnet1EIPB7F8351F", - "AllocationId" - ] - }, - "Tags": [ - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PublicSubnet1" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet1/NATGateway" - } - }, - "FjordVPCPublicSubnet2SubnetF727747B": { - "Type": "AWS::EC2::Subnet", - "Properties": { - "CidrBlock": "10.0.64.0/18", - "VpcId": { - "Ref": "FjordVPCD30C4152" - }, - "AvailabilityZone": { - "Fn::Select": [ - 1, - { - "Fn::GetAZs": "" - } - ] - }, - "MapPublicIpOnLaunch": true, - "Tags": [ - { - "Key": "aws-cdk:subnet-name", - "Value": "Public" - }, - { - "Key": "aws-cdk:subnet-type", - "Value": "Public" - }, - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PublicSubnet2" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet2/Subnet" - } - }, - "FjordVPCPublicSubnet2RouteTable3617DB12": { - "Type": "AWS::EC2::RouteTable", - "Properties": { - "VpcId": { - "Ref": "FjordVPCD30C4152" - }, - "Tags": [ - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PublicSubnet2" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet2/RouteTable" - } - }, - "FjordVPCPublicSubnet2RouteTableAssociationEB887A85": { - "Type": "AWS::EC2::SubnetRouteTableAssociation", - "Properties": { - "RouteTableId": { - "Ref": "FjordVPCPublicSubnet2RouteTable3617DB12" - }, - "SubnetId": { - "Ref": "FjordVPCPublicSubnet2SubnetF727747B" - } - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet2/RouteTableAssociation" - } - }, - "FjordVPCPublicSubnet2DefaultRoute50B5F74F": { - "Type": "AWS::EC2::Route", - "Properties": { - "RouteTableId": { - "Ref": "FjordVPCPublicSubnet2RouteTable3617DB12" - }, - "DestinationCidrBlock": "0.0.0.0/0", - "GatewayId": { - "Ref": "FjordVPCIGWA7EEE2F3" - } - }, - "DependsOn": [ - "FjordVPCVPCGWA8F0A2E5" - ], - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet2/DefaultRoute" - } - }, - "FjordVPCPublicSubnet2EIP092182E0": { - "Type": "AWS::EC2::EIP", - "Properties": { - "Domain": "vpc", - "Tags": [ - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PublicSubnet2" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet2/EIP" - } - }, - "FjordVPCPublicSubnet2NATGateway86B003F0": { - "Type": "AWS::EC2::NatGateway", - "Properties": { - "SubnetId": { - "Ref": "FjordVPCPublicSubnet2SubnetF727747B" - }, - "AllocationId": { - "Fn::GetAtt": [ - "FjordVPCPublicSubnet2EIP092182E0", - "AllocationId" - ] - }, - "Tags": [ - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PublicSubnet2" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PublicSubnet2/NATGateway" - } - }, - "FjordVPCPrivateSubnet1Subnet11250ED8": { - "Type": "AWS::EC2::Subnet", - "Properties": { - "CidrBlock": "10.0.128.0/18", - "VpcId": { - "Ref": "FjordVPCD30C4152" - }, - "AvailabilityZone": { - "Fn::Select": [ - 0, - { - "Fn::GetAZs": "" - } - ] - }, - "MapPublicIpOnLaunch": false, - "Tags": [ - { - "Key": "aws-cdk:subnet-name", - "Value": "Private" - }, - { - "Key": "aws-cdk:subnet-type", - "Value": "Private" - }, - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PrivateSubnet1" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PrivateSubnet1/Subnet" - } - }, - "FjordVPCPrivateSubnet1RouteTable962CB671": { - "Type": "AWS::EC2::RouteTable", - "Properties": { - "VpcId": { - "Ref": "FjordVPCD30C4152" - }, - "Tags": [ - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PrivateSubnet1" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PrivateSubnet1/RouteTable" - } - }, - "FjordVPCPrivateSubnet1RouteTableAssociation92CC57D5": { - "Type": "AWS::EC2::SubnetRouteTableAssociation", - "Properties": { - "RouteTableId": { - "Ref": "FjordVPCPrivateSubnet1RouteTable962CB671" - }, - "SubnetId": { - "Ref": "FjordVPCPrivateSubnet1Subnet11250ED8" - } - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PrivateSubnet1/RouteTableAssociation" - } - }, - "FjordVPCPrivateSubnet1DefaultRouteDE5E31A8": { - "Type": "AWS::EC2::Route", - "Properties": { - "RouteTableId": { - "Ref": "FjordVPCPrivateSubnet1RouteTable962CB671" - }, - "DestinationCidrBlock": "0.0.0.0/0", - "NatGatewayId": { - "Ref": "FjordVPCPublicSubnet1NATGateway51CD1359" - } - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PrivateSubnet1/DefaultRoute" - } - }, - "FjordVPCPrivateSubnet2Subnet525813D5": { - "Type": "AWS::EC2::Subnet", - "Properties": { - "CidrBlock": "10.0.192.0/18", - "VpcId": { - "Ref": "FjordVPCD30C4152" - }, - "AvailabilityZone": { - "Fn::Select": [ - 1, - { - "Fn::GetAZs": "" - } - ] - }, - "MapPublicIpOnLaunch": false, - "Tags": [ - { - "Key": "aws-cdk:subnet-name", - "Value": "Private" - }, - { - "Key": "aws-cdk:subnet-type", - "Value": "Private" - }, - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PrivateSubnet2" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PrivateSubnet2/Subnet" - } - }, - "FjordVPCPrivateSubnet2RouteTable5778F98A": { - "Type": "AWS::EC2::RouteTable", - "Properties": { - "VpcId": { - "Ref": "FjordVPCD30C4152" - }, - "Tags": [ - { - "Key": "Name", - "Value": "shared-resources/FjordVPC/PrivateSubnet2" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PrivateSubnet2/RouteTable" - } - }, - "FjordVPCPrivateSubnet2RouteTableAssociationC8CBDA4C": { - "Type": "AWS::EC2::SubnetRouteTableAssociation", - "Properties": { - "RouteTableId": { - "Ref": "FjordVPCPrivateSubnet2RouteTable5778F98A" - }, - "SubnetId": { - "Ref": "FjordVPCPrivateSubnet2Subnet525813D5" - } - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PrivateSubnet2/RouteTableAssociation" - } - }, - "FjordVPCPrivateSubnet2DefaultRoute06AA35F5": { - "Type": "AWS::EC2::Route", - "Properties": { - "RouteTableId": { - "Ref": "FjordVPCPrivateSubnet2RouteTable5778F98A" - }, - "DestinationCidrBlock": "0.0.0.0/0", - "NatGatewayId": { - "Ref": "FjordVPCPublicSubnet2NATGateway86B003F0" - } - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/PrivateSubnet2/DefaultRoute" - } - }, - "FjordVPCIGWA7EEE2F3": { - "Type": "AWS::EC2::InternetGateway", - "Properties": { - "Tags": [ - { - "Key": "Name", - "Value": "shared-resources/FjordVPC" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/IGW" - } - }, - "FjordVPCVPCGWA8F0A2E5": { - "Type": "AWS::EC2::VPCGatewayAttachment", - "Properties": { - "VpcId": { - "Ref": "FjordVPCD30C4152" - }, - "InternetGatewayId": { - "Ref": "FjordVPCIGWA7EEE2F3" - } - }, - "Metadata": { - "aws:cdk:path": "shared-resources/FjordVPC/VPCGW" - } - }, - "FjordCluster6B6BC75F": { - "Type": "AWS::ECS::Cluster", - "Metadata": { - "aws:cdk:path": "shared-resources/FjordCluster/Resource" - } - }, - "redisredissubnetgroup11AF7B54": { - "Type": "AWS::ElastiCache::SubnetGroup", - "Properties": { - "Description": "Subnets used for redis cache redis", - "SubnetIds": [ - { - "Ref": "FjordVPCPrivateSubnet1Subnet11250ED8" - }, - { - "Ref": "FjordVPCPrivateSubnet2Subnet525813D5" - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/redis/redis-subnet-group" - } - }, - "redisSGid2F2EFA8F": { - "Type": "AWS::EC2::SecurityGroup", - "Properties": { - "GroupDescription": "shared-resources/redis/$SG-{id}", - "SecurityGroupEgress": [ - { - "CidrIp": "0.0.0.0/0", - "Description": "Allow all outbound traffic by default", - "IpProtocol": "-1" - } - ], - "VpcId": { - "Ref": "FjordVPCD30C4152" - } - }, - "Metadata": { - "aws:cdk:path": "shared-resources/redis/$SG-{id}/Resource" - } - }, - "redisrediscluster07227F9D": { - "Type": "AWS::ElastiCache::CacheCluster", - "Properties": { - "CacheNodeType": "cache.t2.micro", - "Engine": "redis", - "NumCacheNodes": 1, - "AutoMinorVersionUpgrade": true, - "CacheSubnetGroupName": { - "Ref": "redisredissubnetgroup11AF7B54" - }, - "VpcSecurityGroupIds": [ - { - "Fn::GetAtt": [ - "redisSGid2F2EFA8F", - "GroupId" - ] - } - ] - }, - "Metadata": { - "aws:cdk:path": "shared-resources/redis/redis-cluster" - } - }, - "CDKMetadata": { - "Type": "AWS::CDK::Metadata", - "Properties": { - "Analytics": "v2:deflate64:H4sIAAAAAAAAE01QQW7CMBB8C3djalR6LrIqxKWKEsTd2SyqIdjIXoOQlb/XTkrc045nxqPZFVyIDX9bfKqHX0J3WUWwDnlsSMGF1ehtcIBMWuPJBSAmT6awJ5OETpO2ZmA5ISKseTzeIGvHSrIqtL2GJrQGx78F1TYQHlTbY+ELt/XeglY5eTZn8LWv8vhWtFOED/VkldP3BEvw3hC6hF+Gqcnfa0tpsZ8rGmINQnCanjtnw23s8J8YGILnUfbBp7hx1QkmoVeeNKScdKi5+xwjs/AyDwMztkN+9qu7eOfig4vF2Wu9dMGQviKvp/kLHo9hJIgBAAA=" - }, - "Metadata": { - "aws:cdk:path": "shared-resources/CDKMetadata/Default" - }, - "Condition": "CDKMetadataAvailable" - } - }, - "Conditions": { - "CDKMetadataAvailable": { - "Fn::Or": [ - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "af-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-northeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ap-southeast-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "ca-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "cn-northwest-1" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-central-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-north-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-2" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "eu-west-3" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "me-south-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "sa-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-east-2" - ] - } - ] - }, - { - "Fn::Or": [ - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-1" - ] - }, - { - "Fn::Equals": [ - { - "Ref": "AWS::Region" - }, - "us-west-2" - ] - } - ] - } - ] - } - }, - "Outputs": { - "ExportsOutputRefFjordVPCPublicSubnet1Subnet466BC5A031772DF0": { - "Value": { - "Ref": "FjordVPCPublicSubnet1Subnet466BC5A0" - }, - "Export": { - "Name": "shared-resources:ExportsOutputRefFjordVPCPublicSubnet1Subnet466BC5A031772DF0" - } - }, - "ExportsOutputRefFjordVPCPublicSubnet2SubnetF727747BA99F6C98": { - "Value": { - "Ref": "FjordVPCPublicSubnet2SubnetF727747B" - }, - "Export": { - "Name": "shared-resources:ExportsOutputRefFjordVPCPublicSubnet2SubnetF727747BA99F6C98" - } - }, - "ExportsOutputRefFjordVPCD30C4152319EEF9B": { - "Value": { - "Ref": "FjordVPCD30C4152" - }, - "Export": { - "Name": "shared-resources:ExportsOutputRefFjordVPCD30C4152319EEF9B" - } - }, - "ExportsOutputFnGetAttredisrediscluster07227F9DRedisEndpointAddressDD1FF1F7": { - "Value": { - "Fn::GetAtt": [ - "redisrediscluster07227F9D", - "RedisEndpoint.Address" - ] - }, - "Export": { - "Name": "shared-resources:ExportsOutputFnGetAttredisrediscluster07227F9DRedisEndpointAddressDD1FF1F7" - } - }, - "ExportsOutputFnGetAttredisrediscluster07227F9DRedisEndpointPort3B77AD65": { - "Value": { - "Fn::GetAtt": [ - "redisrediscluster07227F9D", - "RedisEndpoint.Port" - ] - }, - "Export": { - "Name": "shared-resources:ExportsOutputFnGetAttredisrediscluster07227F9DRedisEndpointPort3B77AD65" - } - }, - "ExportsOutputRefFjordCluster6B6BC75F50B95350": { - "Value": { - "Ref": "FjordCluster6B6BC75F" - }, - "Export": { - "Name": "shared-resources:ExportsOutputRefFjordCluster6B6BC75F50B95350" - } - }, - "ExportsOutputFnGetAttredisSGid2F2EFA8FGroupIdCB0841DA": { - "Value": { - "Fn::GetAtt": [ - "redisSGid2F2EFA8F", - "GroupId" - ] - }, - "Export": { - "Name": "shared-resources:ExportsOutputFnGetAttredisSGid2F2EFA8FGroupIdCB0841DA" - } - }, - "ExportsOutputRefFjordVPCPrivateSubnet1Subnet11250ED803D427E4": { - "Value": { - "Ref": "FjordVPCPrivateSubnet1Subnet11250ED8" - }, - "Export": { - "Name": "shared-resources:ExportsOutputRefFjordVPCPrivateSubnet1Subnet11250ED803D427E4" - } - }, - "ExportsOutputRefFjordVPCPrivateSubnet2Subnet525813D5DD885C4C": { - "Value": { - "Ref": "FjordVPCPrivateSubnet2Subnet525813D5" - }, - "Export": { - "Name": "shared-resources:ExportsOutputRefFjordVPCPrivateSubnet2Subnet525813D5DD885C4C" - } - } - } -} \ No newline at end of file diff --git a/cdk.out/tree.json b/cdk.out/tree.json index 9ec975f..5d9f394 100644 --- a/cdk.out/tree.json +++ b/cdk.out/tree.json @@ -1138,7 +1138,7 @@ "containerDefinitions": [ { "essential": true, - "image": "dockervahid/fjord-server", + "image": "dockervahid/server3", "name": "web", "portMappings": [ { @@ -1167,6 +1167,10 @@ "name": "SEC_PER_PULSE", "value": "30" }, + { + "name": "API_TOPICS", + "value": "stocks weather" + }, { "name": "REDIS_HOST", "value": { @@ -1349,7 +1353,7 @@ "maximumPercent": 200, "minimumHealthyPercent": 50 }, - "desiredCount": 1, + "desiredCount": 2, "enableEcsManagedTags": false, "healthCheckGracePeriodSeconds": 60, "launchType": "FARGATE", @@ -1504,8 +1508,8 @@ "attributes": { "aws:cdk:cloudformation:type": "AWS::ApplicationAutoScaling::ScalableTarget", "aws:cdk:cloudformation:props": { - "maxCapacity": 2, - "minCapacity": 1, + "maxCapacity": 3, + "minCapacity": 2, "resourceId": { "Fn::Join": [ "", @@ -1641,21 +1645,21 @@ "version": "1.115.0" } }, - "fjord-consumer-MyGroup": { - "id": "fjord-consumer-MyGroup", - "path": "fjord-consumer-MyGroup", + "fjord-consumer-NewestGroup": { + "id": "fjord-consumer-NewestGroup", + "path": "fjord-consumer-NewestGroup", "children": { - "fjord-task-MyGroup": { - "id": "fjord-task-MyGroup", - "path": "fjord-consumer-MyGroup/fjord-task-MyGroup", + "fjord-task-NewestGroup": { + "id": "fjord-task-NewestGroup", + "path": "fjord-consumer-NewestGroup/fjord-task-NewestGroup", "children": { "TaskRole": { "id": "TaskRole", - "path": "fjord-consumer-MyGroup/fjord-task-MyGroup/TaskRole", + "path": "fjord-consumer-NewestGroup/fjord-task-NewestGroup/TaskRole", "children": { "Resource": { "id": "Resource", - "path": "fjord-consumer-MyGroup/fjord-task-MyGroup/TaskRole/Resource", + "path": "fjord-consumer-NewestGroup/fjord-task-NewestGroup/TaskRole/Resource", "attributes": { "aws:cdk:cloudformation:type": "AWS::IAM::Role", "aws:cdk:cloudformation:props": { @@ -1686,14 +1690,14 @@ }, "Resource": { "id": "Resource", - "path": "fjord-consumer-MyGroup/fjord-task-MyGroup/Resource", + "path": "fjord-consumer-NewestGroup/fjord-task-NewestGroup/Resource", "attributes": { "aws:cdk:cloudformation:type": "AWS::ECS::TaskDefinition", "aws:cdk:cloudformation:props": { "containerDefinitions": [ { "essential": true, - "image": "dockervahid/fjord-consumer", + "image": "dockervahid/consumer3", "name": "fjord-consumer", "portMappings": [ { @@ -1705,9 +1709,9 @@ "logDriver": "awslogs", "options": { "awslogs-group": { - "Ref": "fjordtaskMyGroupfjordconsumerLogGroupF6459868" + "Ref": "fjordtaskNewestGroupfjordconsumerLogGroup69DD83A2" }, - "awslogs-stream-prefix": "fjord-consumer-MyGroup", + "awslogs-stream-prefix": "fjord-consumer-NewestGroup", "awslogs-region": { "Ref": "AWS::Region" } @@ -1716,11 +1720,11 @@ "environment": [ { "name": "CLIENT", - "value": "Fjord-MyGroup" + "value": "Fjord-NewestGroup" }, { "name": "CONSUMER_GROUP", - "value": "fjord-MyGroup" + "value": "fjord-NewestGroup" }, { "name": "BROKERS", @@ -1748,7 +1752,7 @@ }, { "name": "FROM_BEGINNINGS", - "value": "false true" + "value": "false false" }, { "name": "CONCURRENT_PARTITIONS", @@ -1776,11 +1780,11 @@ "cpu": "256", "executionRoleArn": { "Fn::GetAtt": [ - "fjordtaskMyGroupExecutionRole51628C7A", + "fjordtaskNewestGroupExecutionRole6B926CA9", "Arn" ] }, - "family": "fjordconsumerMyGroupfjordtaskMyGroupE558C568", + "family": "fjordconsumerNewestGroupfjordtaskNewestGroup0197690D", "memory": "512", "networkMode": "awsvpc", "requiresCompatibilities": [ @@ -1788,7 +1792,7 @@ ], "taskRoleArn": { "Fn::GetAtt": [ - "fjordtaskMyGroupTaskRole88F57DB8", + "fjordtaskNewestGroupTaskRole3E7B5F17", "Arn" ] } @@ -1801,15 +1805,15 @@ }, "fjord-consumer": { "id": "fjord-consumer", - "path": "fjord-consumer-MyGroup/fjord-task-MyGroup/fjord-consumer", + "path": "fjord-consumer-NewestGroup/fjord-task-NewestGroup/fjord-consumer", "children": { "LogGroup": { "id": "LogGroup", - "path": "fjord-consumer-MyGroup/fjord-task-MyGroup/fjord-consumer/LogGroup", + "path": "fjord-consumer-NewestGroup/fjord-task-NewestGroup/fjord-consumer/LogGroup", "children": { "Resource": { "id": "Resource", - "path": "fjord-consumer-MyGroup/fjord-task-MyGroup/fjord-consumer/LogGroup/Resource", + "path": "fjord-consumer-NewestGroup/fjord-task-NewestGroup/fjord-consumer/LogGroup/Resource", "attributes": { "aws:cdk:cloudformation:type": "AWS::Logs::LogGroup", "aws:cdk:cloudformation:props": {} @@ -1833,11 +1837,11 @@ }, "ExecutionRole": { "id": "ExecutionRole", - "path": "fjord-consumer-MyGroup/fjord-task-MyGroup/ExecutionRole", + "path": "fjord-consumer-NewestGroup/fjord-task-NewestGroup/ExecutionRole", "children": { "Resource": { "id": "Resource", - "path": "fjord-consumer-MyGroup/fjord-task-MyGroup/ExecutionRole/Resource", + "path": "fjord-consumer-NewestGroup/fjord-task-NewestGroup/ExecutionRole/Resource", "attributes": { "aws:cdk:cloudformation:type": "AWS::IAM::Role", "aws:cdk:cloudformation:props": { @@ -1862,11 +1866,11 @@ }, "DefaultPolicy": { "id": "DefaultPolicy", - "path": "fjord-consumer-MyGroup/fjord-task-MyGroup/ExecutionRole/DefaultPolicy", + "path": "fjord-consumer-NewestGroup/fjord-task-NewestGroup/ExecutionRole/DefaultPolicy", "children": { "Resource": { "id": "Resource", - "path": "fjord-consumer-MyGroup/fjord-task-MyGroup/ExecutionRole/DefaultPolicy/Resource", + "path": "fjord-consumer-NewestGroup/fjord-task-NewestGroup/ExecutionRole/DefaultPolicy/Resource", "attributes": { "aws:cdk:cloudformation:type": "AWS::IAM::Policy", "aws:cdk:cloudformation:props": { @@ -1880,7 +1884,7 @@ "Effect": "Allow", "Resource": { "Fn::GetAtt": [ - "fjordtaskMyGroupfjordconsumerLogGroupF6459868", + "fjordtaskNewestGroupfjordconsumerLogGroup69DD83A2", "Arn" ] } @@ -1888,10 +1892,10 @@ ], "Version": "2012-10-17" }, - "policyName": "fjordtaskMyGroupExecutionRoleDefaultPolicy205E6C22", + "policyName": "fjordtaskNewestGroupExecutionRoleDefaultPolicy0E28B5C9", "roles": [ { - "Ref": "fjordtaskMyGroupExecutionRole51628C7A" + "Ref": "fjordtaskNewestGroupExecutionRole6B926CA9" } ] } @@ -1919,13 +1923,13 @@ "version": "1.115.0" } }, - "fjord-service-MyGroup": { - "id": "fjord-service-MyGroup", - "path": "fjord-consumer-MyGroup/fjord-service-MyGroup", + "fjord-service-NewestGroup": { + "id": "fjord-service-NewestGroup", + "path": "fjord-consumer-NewestGroup/fjord-service-NewestGroup", "children": { "Service": { "id": "Service", - "path": "fjord-consumer-MyGroup/fjord-service-MyGroup/Service", + "path": "fjord-consumer-NewestGroup/fjord-service-NewestGroup/Service", "attributes": { "aws:cdk:cloudformation:type": "AWS::ECS::Service", "aws:cdk:cloudformation:props": { @@ -1953,7 +1957,7 @@ "securityGroups": [ { "Fn::GetAtt": [ - "fjordserviceMyGroupSecurityGroupEFD57A33", + "fjordserviceNewestGroupSecurityGroup6D328DF4", "GroupId" ] } @@ -1961,7 +1965,7 @@ } }, "taskDefinition": { - "Ref": "fjordtaskMyGroupFBFA594D" + "Ref": "fjordtaskNewestGroup06830846" } } }, @@ -1972,15 +1976,15 @@ }, "SecurityGroup": { "id": "SecurityGroup", - "path": "fjord-consumer-MyGroup/fjord-service-MyGroup/SecurityGroup", + "path": "fjord-consumer-NewestGroup/fjord-service-NewestGroup/SecurityGroup", "children": { "Resource": { "id": "Resource", - "path": "fjord-consumer-MyGroup/fjord-service-MyGroup/SecurityGroup/Resource", + "path": "fjord-consumer-NewestGroup/fjord-service-NewestGroup/SecurityGroup/Resource", "attributes": { "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroup", "aws:cdk:cloudformation:props": { - "groupDescription": "fjord-consumer-MyGroup/fjord-service-MyGroup/SecurityGroup", + "groupDescription": "fjord-consumer-NewestGroup/fjord-service-NewestGroup/SecurityGroup", "securityGroupEgress": [ { "cidrIp": "0.0.0.0/0", @@ -2000,19 +2004,19 @@ }, "fjordsharedfjordredisSGfjordredisC06251D9:undefined to": { "id": "fjordsharedfjordredisSGfjordredisC06251D9:undefined to", - "path": "fjord-consumer-MyGroup/fjord-service-MyGroup/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to", + "path": "fjord-consumer-NewestGroup/fjord-service-NewestGroup/SecurityGroup/fjordsharedfjordredisSGfjordredisC06251D9:undefined to", "attributes": { "aws:cdk:cloudformation:type": "AWS::EC2::SecurityGroupIngress", "aws:cdk:cloudformation:props": { "ipProtocol": "tcp", - "description": "from fjordconsumerMyGroupfjordserviceMyGroupSecurityGroupBE557E84:undefined", + "description": "from fjordconsumerNewestGroupfjordserviceNewestGroupSecurityGroupD059AA5E:undefined", "fromPort": 6379, "groupId": { "Fn::ImportValue": "fjord-shared:ExportsOutputFnGetAttfjordredisSGfjordredis2A4BA9F2GroupIdD552C854" }, "sourceSecurityGroupId": { "Fn::GetAtt": [ - "fjordserviceMyGroupSecurityGroupEFD57A33", + "fjordserviceNewestGroupSecurityGroup6D328DF4", "GroupId" ] }, @@ -2038,11 +2042,11 @@ }, "CDKMetadata": { "id": "CDKMetadata", - "path": "fjord-consumer-MyGroup/CDKMetadata", + "path": "fjord-consumer-NewestGroup/CDKMetadata", "children": { "Default": { "id": "Default", - "path": "fjord-consumer-MyGroup/CDKMetadata/Default", + "path": "fjord-consumer-NewestGroup/CDKMetadata/Default", "constructInfo": { "fqn": "@aws-cdk/core.CfnResource", "version": "1.115.0" @@ -2050,7 +2054,7 @@ }, "Condition": { "id": "Condition", - "path": "fjord-consumer-MyGroup/CDKMetadata/Condition", + "path": "fjord-consumer-NewestGroup/CDKMetadata/Condition", "constructInfo": { "fqn": "@aws-cdk/core.CfnCondition", "version": "1.115.0" diff --git a/lib/consumer.js b/lib/consumer.js index 7d48209..05fcce3 100644 --- a/lib/consumer.js +++ b/lib/consumer.js @@ -29,7 +29,7 @@ class ConsumerGroup extends cdk.Stack { }); consumerTaskDefinition.addContainer('fjord-consumer', { - image: ecs.ContainerImage.fromRegistry("dockervahid/fjord-consumer"), + image: ecs.ContainerImage.fromRegistry("dockervahid/consumer3"), portMappings: [{ containerPort: 8080 }], environment: { CLIENT: "Fjord-" + NAME, diff --git a/lib/server.js b/lib/server.js index 7c83cbd..d417331 100644 --- a/lib/server.js +++ b/lib/server.js @@ -8,17 +8,18 @@ class Server extends cdk.Stack { constructor(scope, id, props) { super(scope, id); const {SERVER, CLUSTER, REDIS} = props - const {NAME, JWT_KEY, SEC_PER_PULSE} = SERVER + const {NAME, JWT_KEY, SEC_PER_PULSE, API_TOPICS} = SERVER this.serverEcs = new ecs_patterns.ApplicationLoadBalancedFargateService(this, 'fjord-LB-' + NAME, { cluster: CLUSTER, // Required cpu: 256, // Default is 256 - desiredCount: 1, // Default is 1 + desiredCount: 2, // Default is 1 taskImageOptions: { - image: ecs.ContainerImage.fromRegistry("dockervahid/fjord-server"), + image: ecs.ContainerImage.fromRegistry("dockervahid/server3"), environment: { JWT_KEY, SEC_PER_PULSE, + API_TOPICS, REDIS_HOST: REDIS.cluster.attrRedisEndpointAddress, REDIS_PORT: REDIS.cluster.attrRedisEndpointPort, PORT: "80" @@ -31,8 +32,8 @@ class Server extends cdk.Stack { // add auto-scaling to our fargate service const autoScalingGroup = this.serverEcs.service.autoScaleTaskCount({ - minCapacity: 1, // default is 1 - maxCapacity: 2 + minCapacity: 2, // default is 1 + maxCapacity: 3 }); // commented out to test only memory usage first diff --git a/lib/settings.js b/lib/settings.js index a0cc61b..d70a2d6 100644 --- a/lib/settings.js +++ b/lib/settings.js @@ -27,7 +27,9 @@ function getSettings() { if (!s.server.NAME) s.server.NAME = 'Server' if (!s.server.JWT_KEY || typeof s.server.JWT_KEY !== 'string' || s.server.JWT_KEY.length < 20) throw new Error('Fjord settings -- missing or incorrect server JWT_KEY (must be string of at least 20 chars)') if (!s.server.SEC_PER_PULSE) s.server.SEC_PER_PULSE = '30' - console.log('2. Server params successfully loaded for ' + s.server.NAME) + console.log('2. Server params successfully loaded for ' + s.server.NAME); + console.log(' 2.1 Server API topics:' + s.server.API_TOPICS) + if (!s.consumerGroups || !Array.isArray(s.consumerGroups)) throw new Error('Fjord settings -- missing or incorrect consumerGroups param (must be an array)') if (!s.consumerGroups.length) throw new Error('Fjord settings -- consumerGroups must contain at least one consumer group') s.consumerGroups.forEach((c, idx) => { @@ -91,7 +93,7 @@ function getSettings() { s.consumerGroups.forEach(c => { delete c.kafkaTopicsNum }) - console.log(s) + console.log(s); return s }