Update deploy-from-ansible.md (#1307)

This commit is contained in:
Jack Ivanov 2019-01-24 13:11:34 +01:00 committed by GitHub
parent bb7f84163d
commit 5a1a6b369a

View file

@ -202,6 +202,28 @@ Required variables:
Possible options can be gathered via cli `aws lightsail get-regions`
#### Minimum required IAM permissions for deployment:
```
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "LightsailDeployment",
"Effect": "Allow",
"Action": [
"lightsail:GetInstance",
"lightsail:CreateInstances",
"lightsail:OpenInstancePublicPorts"
],
"Resource": [
"*"
]
}
]
}
```
### Scaleway
Required variables: