AWS - RDS and Relational Databases
Given this AWS CLI command snippet to modify a parameter group:
What will be the effect of this command?
aws rds modify-db-parameter-group --db-parameter-group-name myparamgroup --parameters "ParameterName=max_connections,ParameterValue=200,ApplyMethod=immediate"
What will be the effect of this command?
