UNPKG

cdk-nag

Version:

Check CDK v2 applications for best practices using a combination on available rule packs.

8 lines (7 loc) 305 B
declare const _default: any; /** * EC2 instance types that support EBS optimization and are not EBS optimized by default have EBS optimization enabled * https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html#previous * @param node the CfnResource to check */ export default _default;