예: AppStream 2.0 Elastic 플릿 세션 스크립트 Amazon S3 버킷 정책 교차 서비스 혼동된 대리자 방지
예 aws:SourceAccount 조건:
- JSON
-
-
{ "Version":"2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": [ "appstream.amazonaws.com" ] }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::your-bucket-name/your-session-script-path", "Condition": { "StringEquals": { "aws:SourceAccount": "your AWS 계정 ID" } } } ] }
예 aws:SourceArn 조건:
- JSON
-
-
{ "Version":"2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": [ "appstream.amazonaws.com" ] }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::bucket/AppStream2/*", "Condition": { "ArnLike": { "aws:SourceArn": "arn:aws:appstream:us-east-1:111122223333:fleet/yourFleetName" } } } ] }
예: AppStream 2.0 플릿 시스템 역할 교차 서비스 혼동된 대리자 방지
예: AppStream 2.0 애플리케이션 Amazon S3 버킷 정책 교차 서비스 혼동된 대리자 방지