Skip to main content

Command Palette

Search for a command to run...

Upgrade RDS MySQL Engine Version via AWS Console

Step-by-Step Guide to Upgrading RDS MySQL Version in the AWS Console

Updated
1 min read
Upgrade RDS MySQL Engine Version via AWS Console
A

Infosec Poet and CAP-certified DevOps/SecOps Engineer, passionate about security, creativity, and continuous learning.

Tasks

  • Identify the current MySQL version running on the RDS instance devops-rds as 8.0.32.

  • Plan to upgrade the RDS MySQL engine from version 8.0.32 to 8.0.36.

  • Ensure the changes take effect immediately.

  • Confirm that the RDS instance remains in the Available state after the upgrade.

Steps

  1. RDS → Databases

  2. RDS → Databases → Modify DB instance: devops-rds

  3. Schedule modifications → Apply immediately → Modify DB instance

  4. Successfully modified devops-rds.

    #aws #cloudcomputing #happylearning

Cloud Platforms

Part 20 of 48

This series covers cloud platforms (AWS, Azure, GCP, OCI), including certifications, labs, issues, solutions, and billing. We'll also explore on-premises solutions and hybrid cloud environments.

Up next

Create Snapshot of RDS Instance

How to Take a Snapshot of an RDS Instance