Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: encrypt sandbox volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnickmoy committed Oct 26, 2023
1 parent a2473c6 commit 6a9ade5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/launch_ec2/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
volume_size: "{{ root_ebs_size }}"
delete_on_termination: true
volume_type: "gp2"
encrypted: true
zone: "{{ zone }}"
instance_profile_name: "{{ instance_profile_name }}"
user_data: "{{ user_data }}"
Expand Down

0 comments on commit 6a9ade5

Please sign in to comment.