Socket
Book a DemoInstallSign in
Socket

@richkang/cdk-construct-best-practices-config-conformance

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@richkang/cdk-construct-best-practices-config-conformance

A conformance pack is a collection of AWS Config rules and remediation actions that can be easily deployed as a single entity in an account and a Region or across an organization in AWS Organizations.

0.1.6
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

CDK Construct to create AWS Config Conformance Pack for common best practices

A conformance pack is a collection of AWS Config rules and remediation actions that can be easily deployed as a single entity in an account and a Region or across an organization in AWS Organizations.

This CDK Construct included some Conformance Pack for best practices with Config managed rules.

Conformance Pack

RDS Best practices

Subset of security best practices for Amazon RDS Conformance Packs. Full set of the rules can be found in AWS Config github repository.

RDS_INSTANCE_PUBLIC_ACCESS_CHECK

Make sure the RDS is in the isolated subnet [1].

RDS_STORAGE_ENCRYPTED

RDS has encryption of data at rest [2].

Example usage

Conformance Pack Name: CdkConstructSecuredResourcesConfig.rdsBestPracticesComformancePack

const config = new CdkConstructSecuredResourcesConfig(this, `${stack_id}-config`,{
    conformancePacks: [CdkConstructSecuredResourcesConfig.rdsBestPracticesComformancePack],
    configDeliveryS3Bucket: cdk.aws_s3.Bucket.fromBucketArn(this, `${stack_id}-config-s3`, s3BucketForConfig)  
});

References

Keywords

awscdk

FAQs

Package last updated on 03 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.