FIX ERROR – RDS: Error creating DB Parameter Group: InvalidParameterValue: ParameterGroupFamily

When creating an RDS by specifying an incorrect value for the “ParameterGroupFamily” parameter, a similar error may occur: Error creating DB Parameter Group: InvalidParameterValue: ParameterGroupFamily default.mariadb10.2 is not a valid parameter group family   To see a list of all possible values for the “ParameterGroupFamily” parameter, you can use the following command:    

AWS Cli – Search EC2 instances by tag and state

  To get the IP addresses of all instances with the “Application” tag and its value “Frontend“, and also filter by state to display information about only those instances that are in the “running” state:   To display the name of instance along with the IP address: