Files
developer-roadmap/src/data/best-practices/aws/content/termination-protection.md
Kamran Ahmed 7434ff71eb Run prettier
2023-03-30 01:23:01 +01:00

336 B

Termination Protection

Use termination protection for non-auto-scaling instances.

If you have any instances which are one-off things that aren't under auto-scaling, then you should probably enable termination protection, to stop anyone from accidentally deleting the instance. I've had it happen, it sucks, learn from my mistake!