Prerrequisites

 

Permission Assignment

Create a policy in JSON like the following:

{
   "Version": "2012-10-17",
   "Statement": [
       {
           "Sid": "VisualEditor0",
           "Effect": "Allow",
           "Action": [
  			   "rds:DescribeDBInstances",
               "cloudwatch:Get*",
           ],
           "Resource": "*"
       }
   ]
}

The previous policy must be assigned to a new user.

image.png


Revision #2
Created 12 September 2023 10:30:36 by alejandro.sanchez
Updated 12 September 2023 10:37:07 by alejandro.sanchez