Update IAM Permissions to Manage RDS Databases
Explore how to update IAM permissions for the AWS CLI user to manage RDS instances effectively. This lesson guides you through using the AWS Console to assign AmazonRDSFullAccess and testing access with CLI commands, preparing you to migrate WordPress databases to RDS.
We'll cover the following...
We'll cover the following...
Before we create the MariaDB RDS instance, we first need to update the permissions of our AWS CLI user. We did this in the fourth chapter by adding permissions to the wordpressadmins user group, so now we need to add permissions for RDS.
To confirm that we do not yet have the permissions, we can use the describe-db-instances command. If it returns an error, the permissions are missing and we need ...