groundstation:GetAgentTaskResponseUrl is a Read access-level action in the groundstation service. Grants permission to retrieve presigned S3 logging URLs
ARNs that groundstation:GetAgentTaskResponseUrl can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants groundstation:GetAgentTaskResponseUrl.
Filters access by the ID of an agent
A minimal policy that allows groundstation:GetAgentTaskResponseUrl. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowGroundstationGetAgentTaskResponseUrl",
"Effect": "Allow",
"Action": "groundstation:GetAgentTaskResponseUrl",
"Resource": "*"
}
]
}