aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap

[AWS::ECR::Repository] implement `drift detection`

Open
#1,673 1 comment 3 reactions 0 assignees View on GitHub
enhancement
Dominant language
No language data
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

### Name of the resource

AWS::ECR::Repository

### Resource Name

_No response_

### Issue Description

[AWS::ECR::Repository](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html) does not support drift detection

[Resources supported for drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html).

### Expected Behavior

[AWS::ECR::Repository](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html) included in drift detection results.

### Observed Behavior

[AWS::ECR::Repository](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html) is NOT included in drift detection results.

### Test Cases

```aws cloudformation detect-stack-drift --stack-name EcrStack```
```aws cloudformation describe-stack-resource-drifts --stack-name EcrStack```

```StackResourceDrifts: []```

### Other Details

_No response_

Contributor guide

Open the contributing guide

Research direction

The issue names no repository files or tests; start by reviewing the AWS::ECR::Repository CloudFormation documentation and the AWS CLI detect-stack-drift and describe-stack-resource-drifts commands. Done means an ECR repository is included in the stack resource drift results instead of returning an empty StackResourceDrifts list.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws
Domain
cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.