mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
Update deploy-from-ansible.md
This commit is contained in:
parent
8f5372c556
commit
6594de423c
1 changed files with 19 additions and 1 deletions
|
@ -242,7 +242,25 @@ Possible options can be gathered via cli `aws lightsail get-regions`
|
||||||
"lightsail:GetRegions",
|
"lightsail:GetRegions",
|
||||||
"lightsail:GetInstance",
|
"lightsail:GetInstance",
|
||||||
"lightsail:CreateInstances",
|
"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": [
|
"Resource": [
|
||||||
"*"
|
"*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue