Day 8.Enable Stop Protection for EC2 Instance

Published: (December 7, 2025 at 07:21 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

Lab Information

As part of the migration, some components were added to the AWS account. The team created an EC2 instance that now requires changes.

  • Instance name: nautilus-ec2
  • Region: us-east-1
  • Task: Enable stop protection for this instance.

Steps

  1. Log in to the AWS Console
    Use your provided console URL and credentials.

  2. Navigate to EC2

    • Open the EC2 service.
  3. Locate the instance

    • In the left menu, click Instances.
    • Find the instance named nautilus-ec2.
    • Select the checkbox next to it.
  4. Enable Stop Protection

    • With the instance selected, click Actions → Instance settings.
    • Choose Change termination protection or Edit stop protection.
    • In the panel that opens, look for Enable stop protection (or “Disable API stop”).
    • Check the box to enable stop protection.
    • Click Save.

Resources & Next Steps

  • 📦 Full Code Repository: KodeKloud Learning Labs
  • 📖 More Deep Dives: Whispering Cloud Insights – Read other technical articles
  • 💬 Join Discussion: DEV Community – Share your thoughts and questions
  • 💼 Let’s Connect: LinkedIn

Credits

All labs are from KodeKloud.
Thanks for providing them.

Back to Blog

Related posts

Read more »

Day 13.Create AMI from EC2 Instance

Lab Information The Nautilus DevOps team is migrating a portion of their infrastructure to AWS. To manage the complexity, they are breaking the migration into...

Day 13: Terraform Data Sources

Data Source Think of a data source like a phone directory with a username and phone number as key‑value pairs accessed via an API. Instead of hard‑coding value...

Day 12.Attach Volume to EC2 Instance

Lab Information The Nautilus DevOps team is creating services on AWS and breaking the migration into smaller tasks for better control, risk mitigation, and res...