Solvo creates a unique security configuration based on each environment.
Solvo enforces the least-privilege configuration that was created for you.
Solvo enables you to view and control your infrastructure inventory, security posture and risks.
Migrating your workloads from an on-prem data center to the cloud? Building a cloud-native application? We know that the security part can be tedious. But don’t let it prevent you from doing it right.
{ "Version": "2012-10-17", "Statement": [ { "Action": "dynamodb:*", "Effect": "Allow", "Resource": "*" }, { "Action": "s3:*", "Effect": "Allow", "Resource": "*" } ] }
{ "Version": "2012-10-17", "Statement": [ { "Action": "dynamodb:GetItem", "Effect": "Allow", "Resource": "arn:aws:dynamodb:us- east-1:123456789012:table/ORDERS-TABLE" }, { "Action": "s3:GetObject", "Effect": "Allow", "Resource": "arn:aws:s3:::app-bucket/ receipts/*" } ] }
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Action”: [“dynamodb:*”, “s3:*”],
"Effect": "Allow",
"Resource": "*",
}
]
}