Amazon RDS - Rebooting a DB Instance
Last Updated :
23 Jul, 2025
This article is a step by step guide for Rebooting a DB Instance. But before learning the process of rebooting an instance, we need to know about DB Instances and how to create one on AWS.
DB Instance or Database Instance
DB Instance is an obscure database dominion running on a cloud platform, here that platform is AWS. It is a cellular block of Amazon RDS, it can also contain databases which are created by multiple users, and can be retrieved using the same tools, features and applications you usually use while accessing a standalone database instance. It is one of the simplest services present on the AWS cloud platform.
Note: DB Instances are region specific, i.e. if you wish to create an instance in a different region other than your default region. Then you must switch to your desired region first. And then proceed with the process of creating an instance.
Let's start with the process of creating an instance followed by rebooting it.
Step 1: Login to your aws account and click on "services" present on the leftmost part of aws management console. And from the drop down menu tap on "EC2".

Step 2: EC2 console will be loaded on your screen. Once it is done, from the list of options on the left, click on "Instances". Please refer to the image for better understanding.

Step 3: A fresh screen will be loaded. On which at the right corner there will be an orange box named as "Launch Instance". Click on that.

Step 4: The next screen will contain a bunch of options to choose your AMI(Amazon Machine Image) from. And horizontally, there is a 7-step procedure written to be followed for successfully launching an instance. I have chosen "Amazon Linux 2 AMI" as my AMI. And then Go ahead click "Next". Refer to the image for resolving any confusions.

Step 5: Now comes the sub step 2 of creating the instance i.e. "Choose Instance Type". I have chosen "t2 micro" as my instance type and then click "Next". Refer to the image for better understanding.

Step 6: Next comes the sub step 3 of creating the instance, i.e. "Configure Instance". Here we will confirm the configurations we need for our AMI. By default the configurations are filled, we just confirm them and click "Next" to proceed. Here's the image for better understanding.

Step 7: Next comes the sub step 4 of creating the instance, i.e. "Add Storage". Here we will look at the storage configurations and modify them as per our requirements. Then click "Next". Here's the image to understand better.

Step 8: Next comes the sub step 5 of creating the instance, i.e. "Add Tags". Here we will just click "Next" and proceed. Here's the image.

Step 9: Now we will complete next two sub steps which are "Configure Security Group" and "Review" together.
In Security Group, we have to give group name and description followed by ports to open and source.
In review, we will launch the instance and then a dialog box will appear to ask about "Key Pair". We have two options to choose from, whether choosing an existing key pair or creating a new one and downloading it to launch.
Here are the images attached.
IMAGE OF SECURITY GROUP
IMAGE OF REVIEW
Now, finally the instance has been created from our end. In a while the instance will be appearing on the instances page.
Let's "Reboot the instance" we have created.
First select the instance you want to reboot. Then click on "Actions" and select "Reboot". Image to understand more.

Again confirm that you are sure you want to reboot and wait.
After a while the instance state will change to "Reboot" from "Running"
Similar Reads
DevOps Tutorial DevOps is a combination of two words: "Development" and "Operations." Itâs a modern approach where software developers and software operations teams work together throughout the entire software life cycle.The goals of DevOps are:Faster and continuous software releases.Reduces manual errors through a
7 min read
Introduction
What is DevOps ?DevOps is all about automating and streamlining the software development lifecycle so that code moves from development to production quickly, reliably, and securely.Here is how the DevOps model flow works:Stages of DevOps are:Build Stage1. Developers write and organize code, using version control to
6 min read
DevOps LifecycleThe DevOps lifecycle is a structured approach that integrates development (Dev) and operations (Ops) teams to streamline software delivery. It focuses on collaboration, automation, and continuous feedback across key phases planning, coding, building, testing, releasing, deploying, operating, and mon
10 min read
The Evolution of DevOps - 3 Major Trends for FutureDevOps is a software engineering culture and practice that aims to unify software development and operations. It is an approach to software development that emphasizes collaboration, communication, and integration between software developers and IT operations. DevOps has come a long way since its in
7 min read
Version Control
Continuous Integration (CI) & Continuous Deployment (CD)
Containerization
Orchestration
Infrastructure as Code (IaC)
Monitoring and Logging
Microsoft Teams vs Slack Both Microsoft Teams and Slack are the communication channels used by organizations to communicate with their employees. Microsoft Teams was developed in 2017 whereas Slack was created in 2013. Microsoft Teams is mainly used in large organizations and is integrated with Office 365 enhancing the feat
4 min read
Security in DevOps