78750/how-to-create-mariadb-db-instance-in-aws
Hi Guys,
I want to create one Database in AWS. So that I can connect my local WordPress docker container with the Database. How can I do that?
Hi@akhtar,
To create a MariaDB DB instance with Easy Create enabled, You can follow the below-given steps.
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.
In the upper-right corner of the Amazon RDS console, choose the AWS Region in which you want to create the DB instance.
In the navigation pane, choose Databases.
Choose Create database and make sure that Easy Create is chosen.
In Configuration, choose MariaDB.
For DB instance size, choose Free tier.
For DB instance identifier, enter a name for the DB instance, or leave the default name.
For Master username, enter a name for the master user, or leave the default name. The Create database page should look similar to the following image.
To use an automatically generated master password for the DB instance, make sure that the Auto-generate a password checkbox is chosen.
To enter your master password, clear the Auto-generate a password checkbox, and then enter the same password in Master password and Confirm password.
Choose Create database. If you chose to use an automatically generated password, the View credential details button appears on the Databases page.
For Databases, choose the name of the new Maria DB instance.
Here is a step by step guide ...READ MORE
You could always use the Amazon RDS ...READ MORE
You should make your backend functions to ...READ MORE
As of AWS CLI v1.11.46, you can ...READ MORE
Hi, It totally depends on your understanding and ...READ MORE
Security groups present in a VPC provides ...READ MORE
Security groups in a VPC is basically ...READ MORE
Stateful filtering is used to track the ...READ MORE
Hi@akhtar, To delate a Database instance in AWS, ...READ MORE
Hi@akhtar, You can use a network interface in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.