시작하기무료로 시작하기

Predict the evaluation outcome

One policy is attached to the role your application runs as. It carries the two statements from the video: a broad allow across S3, and a narrow deny on one delete.

{"Effect": "Allow", "Action": "s3:*",           "Resource": "*"}
{"Effect": "Deny",  "Action": "s3:DeleteObject", "Resource": "*"}

Six requests arrive. Sort each one by the outcome AWS returns.

이 연습은 강의의 일부입니다

Using AWS Security for Developers

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작