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

Commit

Permalink
Merge pull request #7057 from openedx/nmoy/PSRE-2708_encrypt_sandbox_…
Browse files Browse the repository at this point in the history
…values

fix: encrypt sandbox volumes
  • Loading branch information
ohnickmoy authored Oct 27, 2023
2 parents c6f2d2b + 6a9ade5 commit 8ccd616
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 8ccd616

Please sign in to comment.