Hello Bhollier,
I understand that you are trying to set the event_scheduler of your aurora-mysql5.7 serverless database to on and the change do not take effect.
Please always make sure to reboot your instance after applying the changes to your parameter groups, see reference [1] for more information on rebooting database instances.
You can also check if the specific property modification is supported by the Serverless engine or not by running this command:
aws rds describe-db-cluster-parameters --db-cluster-parameter-group-name <param-group-name>
If the parameter group is supported, the output of the command will show:
"SupportedEngineModes": [
"provisioned",
"serverless"
]
If you are using Aurora Serverless v2, please refer to reference [2] for the parameter groups configuration.
If you are using Aurora Serverless v1, please refer to reference [3]: (Modifying parameter values for Aurora Serverless v1) for the parameter groups configuration.
- Please also note that unlike provisioned Aurora DB clusters, an Aurora Serverless v1 DB cluster has a single read/write DB instance that's configured with a DB cluster parameter group only—it doesn't have a separate DB parameter group. During autoscaling, Aurora Serverless v1 needs to be able to change parameters for the cluster to work best for the increased or decreased capacity. Thus, with an Aurora Serverless v1 DB cluster, some of the changes that you might make to parameters for a particular DB engine type might not apply and therefore the event_scheduler parameter may not be modifiable in Aurora Serverless. For more information on this, please refer to reference [3].
You can get a list of default values for the default parameter groups for the various Aurora DB engines by following the information on reference [4].
For more information on Aurora MySQL configuration parameters, please see reference [5].
References:
[1] https://docs.aws.amazon.com/cli/latest/reference/rds/reboot-db-instance.html
[4] https://docs.aws.amazon.com/cli/latest/reference/rds/describe-engine-default-cluster-parameters.html
I hope this helps.
Relevant questions
RDS Aurora parameter group max_timeout custom setting not reflecting on the DB even after a reboot
asked 2 months agoaws rds cli -- need to search the db-parameter-group(s) for a specific parameter
asked a month agoaurora serverless as source and destination for DMS
Accepted AnswerAurora 3 MySQL / The value of the `partial_revokes` parameter in the parameter group is different from the value of the same variable in MySQL
asked 24 days agoAurora MySQL parameter group set `block_encryption_mode`
asked 4 months agoAWS RDS Aurora MySql Serverless: ft_min_word_len is not being recognized
asked 4 months agoHow to connect to RDS aurora MYSQL private DB using Boto3?
asked 2 months agoevent_scheduler is OFF in Aurora MySQL Serverless DB despite being set in the parameter group
Accepted Answerasked a month agoChanges to server_collation on aurora mysql8 instance is not applied
Accepted Answerasked 7 months agoMake aurora serverless accessible from the internet
asked 3 years ago