diff --git a/.aws/graasp-library-prod.json b/.aws/graasp-library-prod.json index 891b829b..52bc3f60 100644 --- a/.aws/graasp-library-prod.json +++ b/.aws/graasp-library-prod.json @@ -1,79 +1,77 @@ { - "ipcMode": null, - "executionRoleArn": "arn:aws:iam::592217263685:role/ecsTaskExecutionRole", - "containerDefinitions": [ - { - "dnsSearchDomains": null, - "environmentFiles": null, - "logConfiguration": { - "logDriver": "awslogs", - "secretOptions": null, - "options": { - "awslogs-group": "/ecs/graasp-explore-production", - "awslogs-region": "eu-central-1", - "awslogs-stream-prefix": "ecs" - } - }, - "entryPoint": null, - "portMappings": [ - { - "hostPort": 3005, - "protocol": "tcp", - "containerPort": 3005 - } - ], - "command": null, - "linuxParameters": null, - "cpu": 0, - "environment": [], - "resourceRequirements": null, - "ulimits": null, - "dnsServers": null, - "mountPoints": [], - "workingDirectory": null, - "secrets": null, - "dockerSecurityOptions": null, - "memory": null, - "memoryReservation": null, - "volumesFrom": [], - "stopTimeout": null, - "image": null, - "startTimeout": null, - "firelensConfiguration": null, - "dependsOn": null, - "disableNetworking": null, - "interactive": null, - "healthCheck": null, - "essential": true, - "links": null, - "hostname": null, - "extraHosts": null, - "pseudoTerminal": null, - "user": null, - "readonlyRootFilesystem": null, - "dockerLabels": null, - "systemControls": null, - "privileged": null, - "name": "graasp-explore-production" - } - ], - "placementConstraints": [], - "memory": "512", - "taskRoleArn": null, - "compatibilities": [], - "taskDefinitionArn": null, - "family": "graasp-explore-production", - "requiresAttributes": [], - "pidMode": null, - "requiresCompatibilities": [ - "FARGATE" - ], - "networkMode": "awsvpc", - "runtimePlatform": null, - "cpu": "256", - "revision": null, - "status": null, - "inferenceAccelerators": null, - "proxyConfiguration": null, - "volumes": [] -} \ No newline at end of file + "ipcMode": null, + "executionRoleArn": "arn:aws:iam::592217263685:role/graasp-prod-ecs-execution-role", + "containerDefinitions": [ + { + "dnsSearchDomains": null, + "environmentFiles": null, + "logConfiguration": { + "logDriver": "awslogs", + "secretOptions": null, + "options": { + "awslogs-group": "/ecs/graasp-library", + "awslogs-region": "eu-central-2", + "awslogs-stream-prefix": "ecs" + } + }, + "entryPoint": null, + "portMappings": [ + { + "hostPort": 3005, + "protocol": "tcp", + "containerPort": 3005 + } + ], + "command": null, + "linuxParameters": null, + "cpu": 0, + "environment": [], + "resourceRequirements": null, + "ulimits": null, + "dnsServers": null, + "mountPoints": [], + "workingDirectory": null, + "secrets": null, + "dockerSecurityOptions": null, + "memory": null, + "memoryReservation": null, + "volumesFrom": [], + "stopTimeout": null, + "image": null, + "startTimeout": null, + "firelensConfiguration": null, + "dependsOn": null, + "disableNetworking": null, + "interactive": null, + "healthCheck": null, + "essential": true, + "links": null, + "hostname": null, + "extraHosts": null, + "pseudoTerminal": null, + "user": null, + "readonlyRootFilesystem": null, + "dockerLabels": null, + "systemControls": null, + "privileged": null, + "name": "graasp-library" + } + ], + "placementConstraints": [], + "memory": "512", + "taskRoleArn": null, + "compatibilities": [], + "taskDefinitionArn": null, + "family": "graasp-library", + "requiresAttributes": [], + "pidMode": null, + "requiresCompatibilities": ["FARGATE"], + "networkMode": "awsvpc", + "runtimePlatform": null, + "cpu": "256", + "revision": null, + "status": null, + "inferenceAccelerators": null, + "proxyConfiguration": null, + "volumes": [] +} diff --git a/.aws/graasp-library-stage.json b/.aws/graasp-library-stage.json index c0f21d3c..3053fd3f 100644 --- a/.aws/graasp-library-stage.json +++ b/.aws/graasp-library-stage.json @@ -1,79 +1,77 @@ { - "ipcMode": null, - "executionRoleArn": "arn:aws:iam::348555061219:role/graasp-staging-ecs-execution-role", - "containerDefinitions": [ - { - "dnsSearchDomains": null, - "environmentFiles": null, - "logConfiguration": { - "logDriver": "awslogs", - "secretOptions": null, - "options": { - "awslogs-group": "/ecs/graasp-library", - "awslogs-region": "eu-central-2", - "awslogs-stream-prefix": "ecs" - } - }, - "entryPoint": null, - "portMappings": [ - { - "hostPort": 3005, - "protocol": "tcp", - "containerPort": 3005 - } - ], - "command": null, - "linuxParameters": null, - "cpu": 0, - "environment": [], - "resourceRequirements": null, - "ulimits": null, - "dnsServers": null, - "mountPoints": [], - "workingDirectory": null, - "secrets": null, - "dockerSecurityOptions": null, - "memory": null, - "memoryReservation": null, - "volumesFrom": [], - "stopTimeout": null, - "image": null, - "startTimeout": null, - "firelensConfiguration": null, - "dependsOn": null, - "disableNetworking": null, - "interactive": null, - "healthCheck": null, - "essential": true, - "links": null, - "hostname": null, - "extraHosts": null, - "pseudoTerminal": null, - "user": null, - "readonlyRootFilesystem": null, - "dockerLabels": null, - "systemControls": null, - "privileged": null, - "name": "graasp-library" - } - ], - "placementConstraints": [], - "memory": "512", - "taskRoleArn": null, - "compatibilities": [], - "taskDefinitionArn": null, - "family": "graasp-library", - "requiresAttributes": [], - "pidMode": null, - "requiresCompatibilities": [ - "FARGATE" - ], - "networkMode": "awsvpc", - "runtimePlatform": null, - "cpu": "256", - "revision": null, - "status": null, - "inferenceAccelerators": null, - "proxyConfiguration": null, - "volumes": [] -} \ No newline at end of file + "ipcMode": null, + "executionRoleArn": "arn:aws:iam::348555061219:role/graasp-staging-ecs-execution-role", + "containerDefinitions": [ + { + "dnsSearchDomains": null, + "environmentFiles": null, + "logConfiguration": { + "logDriver": "awslogs", + "secretOptions": null, + "options": { + "awslogs-group": "/ecs/graasp-library", + "awslogs-region": "eu-central-2", + "awslogs-stream-prefix": "ecs" + } + }, + "entryPoint": null, + "portMappings": [ + { + "hostPort": 3005, + "protocol": "tcp", + "containerPort": 3005 + } + ], + "command": null, + "linuxParameters": null, + "cpu": 0, + "environment": [], + "resourceRequirements": null, + "ulimits": null, + "dnsServers": null, + "mountPoints": [], + "workingDirectory": null, + "secrets": null, + "dockerSecurityOptions": null, + "memory": null, + "memoryReservation": null, + "volumesFrom": [], + "stopTimeout": null, + "image": null, + "startTimeout": null, + "firelensConfiguration": null, + "dependsOn": null, + "disableNetworking": null, + "interactive": null, + "healthCheck": null, + "essential": true, + "links": null, + "hostname": null, + "extraHosts": null, + "pseudoTerminal": null, + "user": null, + "readonlyRootFilesystem": null, + "dockerLabels": null, + "systemControls": null, + "privileged": null, + "name": "graasp-library" + } + ], + "placementConstraints": [], + "memory": "512", + "taskRoleArn": null, + "compatibilities": [], + "taskDefinitionArn": null, + "family": "graasp-library", + "requiresAttributes": [], + "pidMode": null, + "requiresCompatibilities": ["FARGATE"], + "networkMode": "awsvpc", + "runtimePlatform": null, + "cpu": "256", + "revision": null, + "status": null, + "inferenceAccelerators": null, + "proxyConfiguration": null, + "volumes": [] +} diff --git a/.aws/refactor.json b/.aws/refactor.json deleted file mode 100644 index b1cc91d7..00000000 --- a/.aws/refactor.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "ipcMode": null, - "executionRoleArn": "arn:aws:iam::299720865162:role/ecsTaskExecutionRole", - "containerDefinitions": [ - { - "dnsSearchDomains": null, - "environmentFiles": null, - "logConfiguration": { - "logDriver": "awslogs", - "secretOptions": null, - "options": { - "awslogs-group": "/ecs/refactor-library", - "awslogs-region": "eu-central-1", - "awslogs-stream-prefix": "ecs" - } - }, - "entryPoint": null, - "portMappings": [ - { - "hostPort": 3005, - "protocol": "tcp", - "containerPort": 3005 - } - ], - "command": null, - "linuxParameters": null, - "cpu": 0, - "environment": [], - "resourceRequirements": null, - "ulimits": null, - "dnsServers": null, - "mountPoints": [], - "workingDirectory": null, - "secrets": null, - "dockerSecurityOptions": null, - "memory": null, - "memoryReservation": null, - "volumesFrom": [], - "stopTimeout": null, - "image": null, - "startTimeout": null, - "firelensConfiguration": null, - "dependsOn": null, - "disableNetworking": null, - "interactive": null, - "healthCheck": null, - "essential": true, - "links": null, - "hostname": null, - "extraHosts": null, - "pseudoTerminal": null, - "user": null, - "readonlyRootFilesystem": null, - "dockerLabels": null, - "systemControls": null, - "privileged": null, - "name": "library" - } - ], - "placementConstraints": [], - "memory": "512", - "taskRoleArn": null, - "compatibilities": [], - "taskDefinitionArn": null, - "family": "refactor-library", - "requiresAttributes": [], - "pidMode": null, - "requiresCompatibilities": [ - "FARGATE" - ], - "networkMode": "awsvpc", - "runtimePlatform": null, - "cpu": "256", - "revision": null, - "status": null, - "inferenceAccelerators": null, - "proxyConfiguration": null, - "volumes": [] -}