mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 23:03:03 +02:00
parent
de88211fb9
commit
49606058ed
1 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
---
|
||||
|
||||
# This is the list of user to generate.
|
||||
# This is the list of users to generate.
|
||||
# Every device must have a unique username.
|
||||
# You can generate up to 250 users at one time.
|
||||
# Non-standard names should be escaped in double quotes, e.g. "1".
|
||||
users:
|
||||
- phone
|
||||
- laptop
|
||||
|
@ -145,10 +146,6 @@ cloud_providers:
|
|||
ec2:
|
||||
# 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.
|
||||
# Also note that the documented AWS minimum permissions aren't sufficient.
|
||||
# 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".
|
||||
# See https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-edit.html
|
||||
encrypted: false
|
||||
size: t2.micro
|
||||
image:
|
||||
|
|
Loading…
Add table
Reference in a new issue