PAS-C01 Migration • Set 24
PAS-C01 Migration Practice Test 24 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. An SAP administrator is creating an IAM policy for a migration user who will use AWS DMS to migrate an SAP database to Amazon RDS. The migration also requires reading from an S3 bucket containing source database export files and writing the DMS logs to another S3 bucket. The policy above is attached. Which required permission is MISSING from this policy?
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"dms:CreateReplicationTask",
"dms:StartReplicationTask",
"dms:DescribeReplicationTasks",
"rds:CreateDBInstance",
"rds:DescribeDBInstances",
"s3:GetObject",
"s3:PutObject"
],
"Resource": "*"
}
]
}