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