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,