Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » AWS/Azure/OpenShift » How to create an Amazon Relational Database Service Instance
  • Windows Admin Center v2   2401 install   2306 to 2311 upgrade
    Upgrade Windows Admin Center 2306 – 2311: Install WACmg 2410 Network | Monitoring
  • windows 11 desktop 1
    Windows 11 Hardware and Software Requirements: Upgrade to Windows 11 Windows
  • HypervDisplay
    How to fix HyperV Virtual Machine display taking over the entire screen Windows
  • ssh
    How to disable RC4 Cipher Algorithms support in SSH Server Linux
  • veeam agent for mac backup
    Backup Mac with Veeam Agent for Mac to Synology DS923+ NAS Backup
  • Configure NFS on Windows Server
    How to install NFS Server on Windows Server Windows Server
  • exchange 2016 1
    How to Block Change Password for Specific Exchange Users Network | Monitoring
  • Domain
    Connectivity to a writable domain controller from a node could not be determined because of an error Virtualization

How to create an Amazon Relational Database Service Instance

Posted on 02/03/202402/03/2024 Christian By Christian No Comments on How to create an Amazon Relational Database Service Instance
Create-AWS-RDS-instance

Amazon Relational Database Service is a fully managed database service in the cloud. It offers capabilities for setting up, operating, and scaling relational databases with ease. In this article, we shall discuss How to create an Amazon Relational Database Service Instance. Please see How to install Amazon RDS using Terraform, how to Migrate Veeam MSSQL Database to a new MSSQL Server, and How to add and remove RDS Collection.

Opt for AWS RDS solutions, such as PostgreSQL, to streamline database management, ensuring efficient operations, automated backups, and seamless scalability, all while leveraging the robust infrastructure and security features provided by Amazon Web Services.

Also, see how to Remove Remote Desktop Services Role on Windows Server, and how to fix “The following servers in this deployment are not part of the deployment Pool: Create an RDS Session Host and Collection“.

Creating an Amazon RDS DB instance

Sign in to the AWS Management Console and click on services, database and then RDS as shown below.

luanch-RDS-dashboard

Select “Create database”

create-database

Choose Create database, then choose Standard create. For the Engine type, I will select PostgreSQL. See how to how to install PostgreSQL on Windows server as Veeam Database Engine

create-database-1

Note: The Amazon RDS Free Tier is available to you for 12 months. Each month during the free tier, you will be able to use the Amazon RDS resources listed below for free:

  • 750 hrs of Amazon RDS in a Single-AZ db.t2.micro Instance.
  • 20 GB of General Purpose Storage (SSD).
  • 20 GB for automated backup storage and any user-initiated DB Snapshots.

Select Free tier as shown below.

template-free-tier

Because it is a free tier option, the deployment options are grayed out. Enter your DB instance name.

Db-instance-identifier

Change the Master username value, and Enter the same password in Master password and Confirm password.

Credential-settings

I am fine with the below default options due to my free tier option.

Instance-configuration-1

In the Connectivity section under VPC, I will select the VPC I created in this guide “VPC, Subnet, NACL, Security Group: Create your own Network on AWS from Scratch [Part 2]“. Create a new subnet group for your PostgreSQL instance.

Note: You can configure connectivity between an Amazon EC2 instance and the new DB instance during DB instance creation. But I will not be doing this at this time.

DB-connectivity
Note: If you choose to create a Public accessible RDS instance, Your request to create DB instance PostgreRDS will fail. This is because, you cannot create a publicly accessible DBInstance when the specified VPC does not support DNS resolution, DNS hostnames, or both. You will have to update your VPC and then try again.

At this time, I will select No.

RDS-Access

Database Authentication

I will choose “Password and IAM database authentication” as shown below.

DB-authentication

Enter your initial DB name as shown below.

database-name

Disable Automated Backup

I will be disabling automated backup because, I will be using Veeam to protect this instance. The reasons t use Veeam instead of this option will be discussed in the guide on how to protect EC2 and RDS instance with Veeam Backup for AWS.

disable-rds-backup

I am fine with the “No preference option” below.

Maintenance-window

Choose Create database.

Hit-Create-RDS-DB-button

As you can see, our database is being created with the status “creating”.

Creating-DB

Shortly, the status changes to “Available”. This is because, the database instance has been created and ready for use.

RDS-created-successfuly

Note: The A blue/green deployment copies a production database environment to a separate, synchronized staging environment. By using Amazon RDS Blue/Green Deployments, you can make changes to the database in the staging environment without affecting the production environment.

For example, you can upgrade the major or minor DB engine version, change database parameters, or make schema changes in the staging environment. When you’re ready, you can promote the staging environment to be the new production database environment, with downtime typically under one minute.

Note: Currently, Blue/Green Deployments are supported for RDS for MariaDB, RDS for MySQL, and RDS for PostgreSQL only at the time of writing this article.

View AWS RDS Connection Details

You can view the connection details by clicking on the “view connection details”.

Connection-details

Alternatively, you can do this via the connectivity and security tab of your DB instance.

RDS-summary

Temporarily Shut down your RDS Instance

To temporarily shut down an RDS (Relational Database Service) instance in Amazon Web Services (AWS), select the RDS instance as shown below and from the “Actions” dropdown, select “Stop Temporarily”.

stop-rds

AWS will prompt you to confirm the action, as stopping an instance will make it temporarily unavailable. Confirm the action by clicking on the “Stop temporararily.

Acknowledge-to-stope-DB

If you were to be using a PRODUCTION template instead of a Free Tier, you will benefit a lot from this action. This is because, when the instance is moved to a “stopped” state. You will not incur charges for the compute resources associated with the instance. But for the storage associated with the instance.

stopped-rds

I hope you found this article useful on how to create an Amazon Relational Database Service Instance. Please feel free to leave a comment below.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Pocket (Opens in new window) Pocket
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
AWS/Azure/OpenShift Tags:rds

Post navigation

Previous Post: How to create an Elastic Beanstalk environment in AWS
Next Post: Install HyperV and Configure vSwitch on Windows Server with PowerShell

Related Posts

  • Webp.net resizeimage 5
    How to Improve Website Response Using Traffic Manager AWS/Azure/OpenShift
  • maxresdefault 2 5
    Why am I unable to ping the Public IP Address of an EC2 instance AWS/Azure/OpenShift
  • Delete AWS EBS Volume
    How to delete an Elastic Block Store Volume on AWS AWS/Azure/OpenShift
  • Azure Backup For AKS
    How to protect Azure Kubernetes Service (AKS) with Azure Backup AWS/Azure/OpenShift
  • a Multiple SPF Records  Issues and Examples@2x
    How to setup SPF and TXT Records in AWS AWS/Azure/OpenShift
  • How to backup Azure VIM 3
    How to backup Azure VM with VM Settings AWS/Azure/OpenShift

More Related Articles

Webp.net resizeimage 5 How to Improve Website Response Using Traffic Manager AWS/Azure/OpenShift
maxresdefault 2 5 Why am I unable to ping the Public IP Address of an EC2 instance AWS/Azure/OpenShift
Delete AWS EBS Volume How to delete an Elastic Block Store Volume on AWS AWS/Azure/OpenShift
Azure Backup For AKS How to protect Azure Kubernetes Service (AKS) with Azure Backup AWS/Azure/OpenShift
a Multiple SPF Records  Issues and Examples@2x How to setup SPF and TXT Records in AWS AWS/Azure/OpenShift
How to backup Azure VIM 3 How to backup Azure VM with VM Settings AWS/Azure/OpenShift

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Windows Admin Center v2   2401 install   2306 to 2311 upgrade
    Upgrade Windows Admin Center 2306 – 2311: Install WACmg 2410 Network | Monitoring
  • windows 11 desktop 1
    Windows 11 Hardware and Software Requirements: Upgrade to Windows 11 Windows
  • HypervDisplay
    How to fix HyperV Virtual Machine display taking over the entire screen Windows
  • ssh
    How to disable RC4 Cipher Algorithms support in SSH Server Linux
  • veeam agent for mac backup
    Backup Mac with Veeam Agent for Mac to Synology DS923+ NAS Backup
  • Configure NFS on Windows Server
    How to install NFS Server on Windows Server Windows Server
  • exchange 2016 1
    How to Block Change Password for Specific Exchange Users Network | Monitoring
  • Domain
    Connectivity to a writable domain controller from a node could not be determined because of an error Virtualization

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,834 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.