CloudKitect ECR Repository component used for creating ECR repositories.
Lifecycle policy: Last 15 images max Encryption: KMS (AWS Managed Keys) Removal Policy: Always Retain Image Immutable: true
Default Usage
new CcRepository(this, "LogicalId", {}); Copy
new CcRepository(this, "LogicalId", {});
Custom Configuration
new CcRepository(this, "LogicalId", { imageScanOnPush: false}); Copy
new CcRepository(this, "LogicalId", { imageScanOnPush: false});
It addresses the following compliance requirements
Risk Level: Medium Compliance: NA Well Architected Pillar: Security
Risk Level: Low Compliance: NA Well Architected Pillar: Cost Optimization, Operational Excellence
Risk Level: Medium Compliance: NA Well Architected Pillar: Security, Operational Excellence
Generated using TypeDoc
CloudKitect ECR Repository component used for creating ECR repositories.
Default Configuration
Lifecycle policy: Last 15 images max Encryption: KMS (AWS Managed Keys) Removal Policy: Always Retain Image Immutable: true
Default Alarms
Examples
Default Usage
Custom Configuration
Compliance
It addresses the following compliance requirements