Slide 22
Slide 22 text
22
考慮すべきこと
追加されたIAM条件キーを活用して制限可能
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DenyCloudShellVpcEnvironments",
"Action": [
"cloudshell:CreateEnvironment"
],
"Effect": "Deny",
"Resource": "*",
"Condition": {
"Null": {
"cloudshell:VpcIds": "false"
}}}]}
cloudshell:VpcIdsキーが存在したらアクションを拒否
といったポリシーを記載することが可能