Customizing EBS Root Volume Size and Auto Termination Policy¶
If you want to customize the EBS root volume size and auto-termination policy for the EMR cluster, you can do so by updating the configuration in the emr-template.json
file.
- SSH into the instance where Privacera Manager is installed.
- Run the following command to navigate to the
/config
directory.Bash - Run the following command to open the
.yml
file to be edited.Bash - To increase the EBS root volume size, modify the following property:
- To set the auto-termination policy, modify the following property:
-
Once the properties are configured, run Privaera Manager to generate the updated
Step 2 - Apply the Privacera Manager helm charts. Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.emr-template.json
file. Step 1 - Setup which generates the helm charts. This step usually takes few minutes. -
After the
post-install
, create a new cluster using the newly generatedemr-template.json
file from theoutput
directory.
To increase the EBS root volume size and set the auto-termination policy, update the resources
configuration in emr template as shown below. Then, create a new emr cluster with this template:
- Prev topic: Advanced Configuration