diff --git a/src/pipeline/backend/comfyui/ecr-policy.json b/src/pipeline/backend/comfyui/ecr-policy.json deleted file mode 100644 index 5578c936..00000000 --- a/src/pipeline/backend/comfyui/ecr-policy.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "Version": "2008-10-17", - "Statement": [ - { - "Sid": "new statement", - "Effect": "Allow", - "Principal": "*", - "Action": [ - "ecr: CompleteLayerUpload", - "ecr: InitiateLayerUpload", - "ecr: ListImages", - "ecr:BatchCheckLayerAvailability", - "ecr:BatchGetImage", - "ecr:DescribeImages", - "ecr:DescribeRepositories", - "ecr:GetDownloadUrlForLayer" - ] - } - ] -}