mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Update config.cfg
This commit is contained in:
parent
bcf2008b8d
commit
515494e90e
1 changed files with 1 additions and 1 deletions
|
@ -142,13 +142,13 @@ cloud_providers:
|
||||||
digitalocean:
|
digitalocean:
|
||||||
size: s-1vcpu-1gb
|
size: s-1vcpu-1gb
|
||||||
image: "ubuntu-18-04-x64"
|
image: "ubuntu-18-04-x64"
|
||||||
|
ec2:
|
||||||
# Change the encrypted flag to "true" to enable AWS volume encryption, for encryption of data at rest.
|
# Change the encrypted flag to "true" to enable AWS volume encryption, for encryption of data at rest.
|
||||||
# Warning: the Algo script will take approximately 6 minutes longer to complete.
|
# Warning: the Algo script will take approximately 6 minutes longer to complete.
|
||||||
# Also note that the documented AWS minimum permissions aren't sufficient.
|
# Also note that the documented AWS minimum permissions aren't sufficient.
|
||||||
# You will have to edit the AWS user policy documented at
|
# You will have to edit the AWS user policy documented at
|
||||||
# https://github.com/trailofbits/algo/blob/master/docs/cloud-amazon-ec2.md to also allow "ec2:CopyImage".
|
# https://github.com/trailofbits/algo/blob/master/docs/cloud-amazon-ec2.md to also allow "ec2:CopyImage".
|
||||||
# See https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-edit.html
|
# See https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-edit.html
|
||||||
ec2:
|
|
||||||
encrypted: false
|
encrypted: false
|
||||||
size: t2.micro
|
size: t2.micro
|
||||||
image:
|
image:
|
||||||
|
|
Loading…
Add table
Reference in a new issue