From e4fbf51444f07fe699968b5d29a96a7f80c8f604 Mon Sep 17 00:00:00 2001 From: Junzhong Zhang Date: Mon, 1 Apr 2024 10:15:52 +0800 Subject: [PATCH] Update processingjob instance --- source/constructs/lib/agent/DiscoveryJob.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/constructs/lib/agent/DiscoveryJob.json b/source/constructs/lib/agent/DiscoveryJob.json index ec82f1fa..c7df961e 100644 --- a/source/constructs/lib/agent/DiscoveryJob.json +++ b/source/constructs/lib/agent/DiscoveryJob.json @@ -453,7 +453,7 @@ "ProcessingResources": { "ClusterConfig": { "InstanceCount": 1, - "InstanceType": "ml.c5.24xlarge", + "InstanceType": "ml.c5.4xlarge", "VolumeSizeInGB": 1 } }, @@ -683,4 +683,4 @@ } }, "Comment": "Sensitive Data Protection on AWS" -} \ No newline at end of file +}