I have a clear problem that I have spent a lot of time trying to figure out. Let me know if you guys have any suggestions. :)
Thanks in advance!
Scenario:
- Private VPC (no internet access)
- A specific ECR repo name “demo-hello-world”.
- ECS cluster created.
- VPC endpoint created.
Objective:
Need policy example for VPC endpoint to ECR demo-hello-world.
The policy will involve:
ECR API
ECR DKR
The specific S3 bucket for “demo-hello-world” that ECR uses underneath. <==(I don’t know how to find the ARN for this)
Thanks!
Gary