Prerrequisites

Permission Assignment 
Create a policy in JSON like the following:

{
   "Version": "2012-10-17",
   "Statement": [
       {
           "Sid": "VisualEditor0",
           "Effect": "Allow",
           "Action": [
  			   "s3:ListAllMyBuckets",
               "s3:GetBucketLocation"
           ],
           "Resource": "*"
       }
   ]
}

The previous policy must be assigned to a new user.

image.png

The user who has these permissions will be able to access AWS S3 monitoring through this plugin.


Revision #2
Created 12 September 2023 09:30:42 by alejandro.sanchez
Updated 12 September 2023 09:35:12 by alejandro.sanchez