mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 10:03:01 +02:00
Enable EC2 volume encryption by default
This commit is contained in:
parent
fbc9ba8efb
commit
9c2a86c64c
2 changed files with 2 additions and 1 deletions
|
@ -95,6 +95,7 @@ cloud_providers:
|
|||
size: s-1vcpu-1gb
|
||||
image: "ubuntu-18-04-x64"
|
||||
ec2:
|
||||
encrypted: true
|
||||
size: t2.micro
|
||||
image:
|
||||
name: "ubuntu-bionic-18.04"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
ami_search_encrypted: omit
|
||||
encrypted: false
|
||||
encrypted: "{{ cloud_providers.ec2.encrypted }}"
|
||||
ec2_vpc_nets:
|
||||
cidr_block: 172.16.0.0/16
|
||||
subnet_cidr: 172.16.254.0/23
|
||||
|
|
Loading…
Add table
Reference in a new issue