Get started
Learn how to connect your AWS account in order to schedule automatic snapshots of your Lightsail Instances.
Last updated
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "WeapIo",
"Effect": "Allow",
"Action": [
"lightsail:GetInstances",
"lightsail:GetInstance",
"lightsail:GetInstanceState",
"lightsail:GetInstanceSnapshots",
"lightsail:GetInstanceSnapshot",
"lightsail:CreateInstanceSnapshot",
"lightsail:DeleteInstanceSnapshot",
"lightsail:GetOperation"
],
"Resource": "*"
}
]
}