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": "*" } ] }
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": "*" } ] }
Comments
0 comments
Please sign in to leave a comment.