From 98fb435de9a974b40b0434c90529cf6a9787f13c Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 21 Sep 2023 06:33:16 +1200 Subject: [PATCH] Update src/packs/nzism-v36-1022-20.ts Co-authored-by: Arun Donti --- src/packs/nzism-v36-1022-20.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packs/nzism-v36-1022-20.ts b/src/packs/nzism-v36-1022-20.ts index df01d61145..25fab71add 100644 --- a/src/packs/nzism-v36-1022-20.ts +++ b/src/packs/nzism-v36-1022-20.ts @@ -325,7 +325,7 @@ export class NZISM36Checks extends NagPack { }); this.applyRule({ - info: 'The EC2 instance is not within a VPC - (Control IDs: MUST 19.1.12.C.01[CID:3562], MUST 23.4.10.C.01[CID:7466])', + info: 'The EC2 instance is not within a VPC - (Control IDs: MUST(19.1.12.C.01[CID:3562], 23.4.10.C.01[CID:7466]))', explanation: 'Deploy Amazon Elastic Compute Cloud (Amazon EC2) instances within an Amazon Virtual Private Cloud (Amazon VPC) to enable secure communication between an instance and other services within the amazon VPC, without requiring an internet gateway, NAT device, or VPN connection. All traffic remains securely within the AWS Cloud. Because of their logical isolation, domains that reside within anAmazon VPC have an extra layer of security when compared to domains that use public endpoints. Assign Amazon EC2 instances to an Amazon VPC to properly manage access.', level: NagMessageLevel.ERROR,