Administrator Ylastic User - IAM Policy

This IAM policy allows a user to view/edit/update all AWS resource types supported by Ylastic, integrate Spending analytics, CloudTrail events, AWS backup, and Config events, as well as run all types of scheduled tasks. You can omit any of the services you are not using from the policy. If you need any assistance with the policies, please post a thread on this forum.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "YlasticServices",
            "Effect": "Allow",
            "Action": [
                "organizations:*",
                "rds:*",
                "logs:Describe*",
                "cloudtrail:*",
                "backup:*",
                "backup-storage:*",
                "dynamodb:*",
                "ecs:*",
                "ecr:*",
                "codedeploy:*",
                "autoscaling:*",
                "sqs:*",
                "tag:*",
                "kms:*",
                "config:*",
                "lambda:*",
                "logs:FilterLogEvents",
                "cloudfront:List*",
                "sns:*",
                "s3:*",
                "resource-groups:*",
                "elasticloadbalancing:*",
                "logs:Get*",
                "iam:*",
                "health:*",
                "cloudwatch:*",
                "route53:*",
                "pricing:*",
                "ec2:*",
                "ce:*",
                "acm:*",
                "support:*"
            ],
            "Resource": "*"
        },
        {
            "Sid": "YlasticStoragegateway",
            "Effect": "Allow",
            "Action": [
                "storagegateway:ListGateways"
            ],
            "Resource": "arn:aws:storagegateway:*:*:*"
        },
        {
            "Sid": "YlasticStoragegatewayvolumes",
            "Effect": "Allow",
            "Action": [
                "storagegateway:DescribeCachediSCSIVolumes",
                "storagegateway:DescribeStorediSCSIVolumes"
            ],
            "Resource": "arn:aws:storagegateway:*:*:gateway/*/volume/*"
        },
        {
            "Sid": "YlasticSoragegatewaylist",
            "Effect": "Allow",
            "Action": [
                "storagegateway:ListGateways"
            ],
            "Resource": "arn:aws:storagegateway:*:*:*"
        },
        {
            "Sid": "YlasticStoragegatewayinfo",
            "Effect": "Allow",
            "Action": [
                "storagegateway:DescribeGatewayInformation",
                "storagegateway:ListVolumes",
                "storagegateway:ListLocalDisks"
            ],
            "Resource": "arn:aws:storagegateway:*:*:gateway/*"
        },
        {
            "Sid": "YlasticIampassroleforbackup",
            "Effect": "Allow",
            "Action": "iam:PassRole",
            "Resource": [
                "arn:aws:iam::*:role/*AwsBackup*",
                "arn:aws:iam::*:role/*AWSBackup*"
            ],
            "Condition": {
                "StringLike": {
                    "iam:PassedToService": "backup.amazonaws.com"
                }
            }
        }
    ]
}