Skip to content

Commit

Permalink
Lightsail to CloudFormation (#14337)
Browse files Browse the repository at this point in the history
* Lightsail to CloudFormation

* Update deploy-from-ansible.md
  • Loading branch information
jackivanov authored Dec 14, 2021
1 parent 1bf8a40 commit c759d75
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 580 deletions.
20 changes: 19 additions & 1 deletion docs/deploy-from-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,25 @@ Possible options can be gathered via cli `aws lightsail get-regions`
"lightsail:GetRegions",
"lightsail:GetInstance",
"lightsail:CreateInstances",
"lightsail:OpenInstancePublicPorts"
"lightsail:DisableAddOn",
"lightsail:PutInstancePublicPorts",
"lightsail:StartInstance",
"lightsail:GetStaticIp",
"lightsail:AllocateStaticIp",
"lightsail:AttachStaticIp"
],
"Resource": [
"*"
]
},
{
"Sid": "DeployCloudFormationStack",
"Effect": "Allow",
"Action": [
"cloudformation:CreateStack",
"cloudformation:DescribeStacks",
"cloudformation:DescribeStackEvents",
"cloudformation:ListStackResources"
],
"Resource": [
"*"
Expand Down
Loading

0 comments on commit c759d75

Please sign in to comment.