AWS IAM Permissions for Lightsail Snapshots
If you don't have an IAM user that has Lightsail access, use the following AWS Identity and Access Management policy to allow access.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"lightsail:*"
],
"Resource": "*"
}
]
}
Updated 5 months ago