Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.37 KB

File metadata and controls

54 lines (37 loc) · 1.37 KB

plugin-aws-cloudtrail-mon-datasource

AWS Cloud Services Plugin to collect AWS Cloudtrail log data

SpaceONE's plugin-aws-cloudtrail-mon-datasource is a convenient tool to get Cloudtrail log data from AWS.

Find us also at Dockerhub

Latest stable version : 1.1.2

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


AWS Service Endpoint (in use)

There is an endpoints used to collect AWS resources information. AWS endpoint is a URL consisting of a region and a service code.

https://cloudtrail.[region-code].amazonaws.com

We use a lots of endpoints because we collect information from many regions.


Authentication Overview

Registered service account on SpaceONE must have certain permissions to collect cloud service data Please, set authentication privilege for followings:


{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "cloudtrail:LookupEvents"
            ],
            "Effect": "Allow",
            "Resource": "*"
        }
    ]
}