开始使用免费开始使用

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

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习