How to change Delete on Termination setting to False EC2 and EBS
Jun 29, 2024 · 1 min read · By default, the root EBS volume is set to delete on termination. We can disable this setting using the AWS CLI. Suppose you have an EC2 instance with ID i-1234567890abcdef0 and you want to ensure that the root volume (/dev/xvda) persists even when th...
Join discussion