Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.69 KB

File metadata and controls

44 lines (36 loc) · 1.69 KB

EKS

EKS Plugin to collect EKS

Please contact us if you need any further information. (support@spaceone.dev)


Collecting Contents

Required Policy


{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "eks:Describe*",
                "eks:List*"
            ],
            "Effect": "Allow",
            "Resource": "*"
        }
    ]
}