Amazon RDS - Renaming a DB Instance Last Updated : 27 Mar, 2023 Comments Improve Suggest changes Like Article Like Report 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: Login to your AWS account. Click on services from the leftmost side of the AWS management console. And click on RDS. Here is the image for better understanding. Step 2: From the navigation pane, click databases. Here is the image for better understanding. Step 3: Select the instance you are willing to rename. Here is the image for better understanding. Step 4: Click on modify. Step 5: Under settings, enter a new name for the DB Instance identifier. Here is the image for better understanding. Step 6: For making the changes immediately, choose Apply Immediately. Here is the image for better understanding. Step 7: Finally after reviewing the changes click on Modify DB Instance for saving the changes made. You can select back if something is still wrong in the setting. Here is the image for better understanding. In this way, we can simply rename a pre-existing instance. Comment More infoAdvertise with us Next Article Amazon RDS - Renaming a DB Instance R ritikapandey Follow Improve Article Tags : Amazon Web Services DevOps Amazon aws-rds Practice Tags : Amazon Similar Reads Amazon RDS - Rebooting a DB Instance 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 4 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 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 - 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 instan 4 min read Like