[ECR] [request]: More replication filterType options (LITERAL_MATCH)
- Dominant language
- Shell
- Stars
- 5.4k
- Forks
- 334
- PR merge metrics
- No merged PRs in 30d
Description
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
**Tell us about your request**
Today ECR Replication configuration only supports `PREFIX_MATCH`. This can cause unnecessary replication when you have repositories that are named with the prefix of other repositories.
It would be nice to have a filterType of `LITERAL_MATCH` where I just specify explicitly each repository I want to replicate.
**Which service(s) is this request for?**
ECR
**Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?**
I would like to only replicate one ECR repository instead of all repositories that match the same prefix.
**Are you currently working around this issue?**
Not currently working around as I don't want to rename my ECR repositories.
**Additional context**
**Example**: If I have a repository called `apples` and another repository called `applespice` I can't replicate `apples` without also replicating `applespice`
**Attachments**
N/A
Contributor guide
Assessment
This issue has not been assessed yet.