lightsail:CreateInstancesFromSnapshot is a Write access-level action in the lightsail service. Grants permission to create one or more instances based on an instance snapshot
ARNs that lightsail:CreateInstancesFromSnapshot can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants lightsail:CreateInstancesFromSnapshot.
Filters access by a tag key and value pair of a resource
A minimal policy that allows lightsail:CreateInstancesFromSnapshot. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowLightsailCreateInstancesFromSnapshot",
"Effect": "Allow",
"Action": "lightsail:CreateInstancesFromSnapshot",
"Resource": "*"
}
]
}