需要组织成员身份才能访问 VPC 资源
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowOnlyIntendedResourcesAndPrincipals",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:*",
"Resource": "*",
"Condition": {
"StringEquals": {
"aws:PrincipalOrgID": "o-1abcde123",
"aws:ResourceOrgID": "o-1abcde123"
}
}
}
]
}最后更新于