Skip to content

Facing Issue in AWS RDS while creating DB for MySQL.

0

I'm unable to complete RDS instance creation for MySQL due to multiple console interface issues. I cannot select instance type during the creation process, cannot access storage options, and cannot modify storage settings. These form field restrictions are preventing me from progressing through the RDS instance creation workflow and require troubleshooting of the RDS console interface. I'm creating database in Europe Stockholm.

asked 2 months ago56 views

3 Answers
0

Based on the information available, I can provide guidance on creating an RDS MySQL instance, though the specific console interface issues you're describing aren't covered in the standard troubleshooting documentation.

For creating an RDS MySQL instance, the required parameters include: DB instance identifier, DB instance class (such as db.t3.micro), engine (mysql), master username, master user password, and allocated storage. These are essential fields that must be configured during the creation process.

If you're experiencing form field restrictions in the console, I'd recommend trying the following alternatives:

  1. Use AWS CLI: You can create the RDS instance using the command line interface with the create-db-instance command, specifying all required parameters including instance class, storage allocation, and other configuration options.

  2. Check browser compatibility: Console interface issues can sometimes be browser-related. Try using a different browser or clearing your cache.

  3. Verify IAM permissions: Ensure your IAM user or role has the necessary permissions to create RDS instances and modify all required settings.

  4. Region-specific considerations: Since you're creating the database in Europe (Stockholm), verify that your desired instance types and configurations are available in the eu-north-1 region.

If the console continues to have issues, using the AWS CLI or AWS SDK would be the most reliable way to proceed with your RDS instance creation while AWS Support investigates any potential console interface problems.
Sources
Use CreateDBInstance with an AWS SDK or CLI - Amazon Relational Database Service

answered 2 months ago

EXPERT

reviewed 2 months ago

0

Hello.

My AWS account allows me to configure it as follows, but what does it look like on your screen?
Could you please share a screenshot of your actual screen?
a

a

By the way, when creating it, I selected "Full Configuration".
a

EXPERT

answered 2 months ago

0

May consider using the AWS CLI or API as a workaround.

https://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance.html

EXPERT

answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.