Is there any documentation from ClearML on best practices for mounting/using external EBS volumes for the ClearML server? We would like to mount an external ...
						
							
	2 years ago
					
				Like I said above, we want to mount an external EBS volume to the  /opt/clearml/data  directory. However, upon the creation of a net new EC2 instance using ClearML's community AMI, this directory already contains sub-directories and files due to the ClearML containers already being up and running. Thus, we can't mount an EBS volume to this directory until we (1) run a  docker-compose down  command to stop the running containers and (2) delete the pre-existing files found in the  `/opt/cle...
@<1593051292383580160:profile|SoreSparrow36> thank you for responding! Yes, could you share a link to that resource for us to look at? We are deploying our infrastructure using the AWS CDK so this is right in-line with what we'd be looking for.