[
    {
        "Effect": "Allow",
        "Action": [
            "ecr:Describe*",
            "ecr:List*",
            "ecs:Describe*",
            "ecs:List*"
        ],
        "Resource": [
            "*"
        ]
    }
]