How to change Delete on Termination setting to False EC2 and EBS
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...
pedarayududola.hashnode.dev1 min read