-
Notifications
You must be signed in to change notification settings - Fork 46
Description
I was looking at variables presented in the operator service: https://github.com/privacysandbox/coordinator-services-and-shared-libraries/blob/main/operator/terraform/aws/applications/operator-service/variables.tf and was looking for an option to Terminate EBS Volume upon shutdown of an Aggregation Service EC2 instance. I am currently running into an issue where I am hitting the EBS quoata of 50TiB in AWS. There is 6400 active volumes all using 8GiB. Delete on termination can be added to the launch template of the ASG: https://repost.aws/knowledge-center/deleteontermination-ebs.
This could be a side effect of having to kill the instances prematurely due to the enclave not spinning up properly as brought up in issue #86. Please inform me if the default behavior is the EBS volume shutting down by default.
Please let me know if I am managing my EBS volumes improperly.