Before you begin with Kyvos deployment on AWS Marketplace
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.
Copyright Kyvos, Inc. All rights reserved.