Setting up SCPs (Service Control Policies) for DuploCloud
Use SCPs with DuploCloud to add guardrails to AWS organizational units
{
"Version": "2012-10-17",
"Statement": {
"Effect": "Allow",
"Action": [
"*:*"
],
"Resource": "*"
}
}Last updated
Was this helpful?

