AWS AmazonECR documentation change
Summary
Added documentation about repository creation templates with security controls like encryption and policies
Security assessment
The change documents security-related repository settings (encryption, policies) that can be templatized, but does not indicate any specific security vulnerability being addressed.
Diff
diff --git a/AmazonECR/latest/userguide/what-is-ecr.md b/AmazonECR/latest/userguide/what-is-ecr.md index 9b39d27e2..bd6a34255 100644 --- a//AmazonECR/latest/userguide/what-is-ecr.md +++ b//AmazonECR/latest/userguide/what-is-ecr.md @@ -28,0 +29,2 @@ Amazon ECR provides the following features: + * Repository creation templates allow you to define the settings for repositories created by Amazon ECR on your behalf during pull through cache or replication actions. You can specify tag immutability, encryption configuration, repository policies, lifecycle policies, and resource tags for automatically created repositories. For more information, see [Templates to control repositories created during a pull through cache or replication action](./repository-creation-templates.html). +