mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 02:23:39 +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
|
size: s-1vcpu-1gb
|
||||||
image: "ubuntu-18-04-x64"
|
image: "ubuntu-18-04-x64"
|
||||||
ec2:
|
ec2:
|
||||||
|
encrypted: true
|
||||||
size: t2.micro
|
size: t2.micro
|
||||||
image:
|
image:
|
||||||
name: "ubuntu-bionic-18.04"
|
name: "ubuntu-bionic-18.04"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
ami_search_encrypted: omit
|
ami_search_encrypted: omit
|
||||||
encrypted: false
|
encrypted: "{{ cloud_providers.ec2.encrypted }}"
|
||||||
ec2_vpc_nets:
|
ec2_vpc_nets:
|
||||||
cidr_block: 172.16.0.0/16
|
cidr_block: 172.16.0.0/16
|
||||||
subnet_cidr: 172.16.254.0/23
|
subnet_cidr: 172.16.254.0/23
|
||||||
|
|
Loading…
Add table
Reference in a new issue