-
Node Versionv16.17.0 Deps Version
The following error occurred while using the PDK.
This error does not occur if const app = PDKNag.app(); It is difficult, because there is no properties to edit default security group, on the Here is my code. const app = PDKNag.app({
nagPacks: [new AwsPrototypingChecks()],
}); this.vpc = new Vpc(this, "ProductVpc", {
vpcName: "product-search",
subnetConfiguration: [
{
cidrMask: 24,
name: "ingress",
subnetType: SubnetType.PUBLIC,
mapPublicIpOnLaunch: false,
},
{
cidrMask: 28,
name: "rds",
subnetType: SubnetType.PRIVATE_ISOLATED,
},
{
cidrMask: 28,
name: "application",
subnetType: SubnetType.PRIVATE_WITH_EGRESS,
},
],
flowLogs: {
cloudwatch: {
destination: FlowLogDestination.toCloudWatchLogs(cloudWatchLogs),
trafficType: FlowLogTrafficType.ALL,
},
},
}); |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Ack. I'll take a look at this. |
Beta Was this translation helpful? Give feedback.
-
Please follow the progress of this via issue raised over at cdk-nag |
Beta Was this translation helpful? Give feedback.
-
Raised #262 |
Beta Was this translation helpful? Give feedback.
Raised #262