Removing managed tier checkpointing
This section explains how to disable managed tier checkpointing when you no longer need it.
To disable managed tier checkpointing, update your cluster configuration:
aws sagemaker update-cluster \ --cluster-name
my-training-cluster
\ --tiered-storage-config { Mode: Disable }
This removes the memory management daemon from your cluster. The daemon is implemented as a standard Kubernetes DaemonSet and follows standard Kubernetes lifecycle management.