DA0-001 • Practice Test 6
Free DA0-001 practice test — 10 questions with explanations. Set 6. No signup required.
A data engineer is configuring access to a data lake in Amazon S3. What does the JSON policy shown allow?
Refer to the exhibit.
```
{
"policy": {
"Statement": [
{
"Effect": "Allow",
"Action": ["s3:GetObject"],
"Resource": "arn:aws:s3:::data-bucket/*"
}
]
}
}
```