Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

Before you start the automated installation of the Kyvos application on AWS Marketplace, ensure that you have the following information.

Below is the policy (with permissions) required for users to complete this task.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "Statement1",
            "Effect": "Allow",
            "Action": [
                "ec2:*",
                "kms:*",
                "s3:*",
                "elasticmapreduce:*",
                "rds:*",
                "secretsmanager:*",
                "lambda:*",
                "iam:*",
                "cloudformation:*",
                "access-analyzer:*",
                "sns:*",
                "apigateway:*",
                "wafv2:*",
                "cloudformation:*",
                "access-analyzer:*",
                "sns:*",
                "waf:*",
                "ssm:PutParameter",
                "ssm:DeleteParameter",
                "autoscaling:*",
                "events:*",
                "elasticloadbalancing:*",
                "cloudwatch:*"
            ],
            "Resource": "*"
        }
    ]
}

Important

The user must have this policy assigned or the necessary permissions to subscribe to and deploy marketplace products in AWS.

  • No labels