S3
Enable Teleskope to start scanning your S3 buckets.
Grant Teleskope Read Access to S3
Attach the AmazonS3ReadOnlyAccess to the Teleskope role you created.
Terraform
resource "aws_iam_role_policy_attachment" "s3_policy" {
role = "TeleskopeReadOnlyRole"
policy_arn = "arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess"
}
Inventory Reports
We highly recommend enabling inventory reports on your buckets. Teleskope could use those reports to efficiently list objects and reduce cost on your cloud.
When enabling inventory reports, please make sure to add the following fields:
- Bucket
- Key
- Size
- Last Modified Date
- Storage Class
Updated 10 months ago