Amazon RDS – Rebooting a DB Instance
Last Updated :
27 Mar, 2023
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
Amazon RDS - Renaming a DB Instance
This article will cover the steps involved in Renaming a DB Instance. A DB Instance is nothing but a database which includes a bunch of memory structures for managing data files. For more detailed information on the topic give the linked article a read. For renaming an existing DB Instance, Step 1:
1 min read
Amazon RDS Instance Types
Amazon RDS (Relational Database Service) offers different instance types that take care of various execution and asset necessities. Remember that Amazon Web Services (AWS) as often as possible updates its services, so there may be extra occasion types or changes after my last update. Continuously al
15+ min read
Amazon RDS - Upgrading a DB Instance Engine Version
This article aims to make you aware "Upgrading a DB Instance Engine Version". Upgrading a DB instance Engine comes under the maintenance section of the database instance. AWS has an in-built feature, that sends notifications regarding all kinds of updates in a DB instance. Under all this, there are
2 min read
Amazon RDS - Storage for Amazon RDS DB Instances
This article aims to provide you all the information regarding "Storage for Amazon RDS DB Instances". As we all know RDS is the most preferred database management system as it includes all the services together in a single place, right from servers to queries. All the database engines are available
2 min read
Amazon RDS - Stopping a DB Instance Running on MySQL Engine
In Amazon RDS, we are given the liberty to modify the activation state of the resource owned by us. These states include multiple options for us to choose from. Here in this article, we will look at the "STOP" option. This state temporarily stops all the processes running simultaneously on the resou
2 min read
Amazon RDS - Creating an Amazon RDS DB Instance
Amazon Relational Database Service (Amazon RDS) is a managed database service that simplifies the process of setting up, operating, and scaling relational databases in the cloud. It provides resizable capacity at a cost-effective price while handling routine database administration tasks. A DB insta
4 min read
Amazon RDS - Modifying An Amazon RDS DB Instance
Amazon RDS (Relational Database Service) is a powerful cloud-based database solution provided by AWS. On using this RDS database users may focus more on their applications because of its less complexity with its database setup. AWS manages the administration setup complexities and provides simple ha
6 min read
Amazon RDS - Restoring From a DB Snapshot
This article covers the whole process of restoring from a DB Snapshot for a DB Instance identifier. As we all know, a Snapshot is nothing but a read-only type backup of any database instance, securely protected and saved in Amazon S3 for any specific period time. Snapshots make it easier to create a
2 min read
Amazon RDS - Deleting a DB Snapshot
As we all are aware of this new branch of cloud computing in the information technology(IT) sector. AWS or Amazon Web Services is one of the leading companies in this domain. AWS basically provides users on-demand cloud computing platforms to individuals, companies, and governments, on a paid subscr
3 min read
Amazon RDS - Starting a Previously Stopped Amazon RDS DB Instance
This article aims to enlighten you about "Starting a Previously Stopped Amazon RDS DB Instance". AWS provides us the facility to start, stop or delete any DB Instance at any time. All this is entirely dependent on the user, i.e. he or she is the only person who can perform these operations on the ru
2 min read