Skip to main content

Command Palette

Search for a command to run...

Enable Stop Protection for EC2 Instance

Published
1 min read
Enable Stop Protection for EC2 Instance
A

Infosec Poet and CAP-certified DevOps/SecOps Engineer, passionate about security, creativity, and continuous learning.

Tasks

  • There is an EC2 instance named xfusion-ec2 under us-east-1 region, enable the stop protection for this instance.

Steps

  1. Find the instance name xfusion-ec2

  2. Select the instance → Actions → Instance Settings → Change Stop Protection

  3. Enable stop protection and save.

    Task Completed.

    #aws

    # StopProtectionfoEC2Instance

    #happylearning

Enable Stop Protection for EC2 Instance