Difference between revisions of "Aws rds create-db-parameter-group"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
[[aws rds describe-db-engine-versions --query]] "DBEngineVersions[].DBParameterGroupFamily" --engine aurora-postgresql | [[aws rds describe-db-engine-versions --query]] "DBEngineVersions[].DBParameterGroupFamily" --engine aurora-postgresql | ||
− | + | [[Engine]]: | |
* aurora (for MySQL 5.6-compatible Aurora) | * aurora (for MySQL 5.6-compatible Aurora) | ||
* aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) | * aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) |
Revision as of 08:20, 7 June 2022
aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine <engine> aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine aurora-postgresql
- aurora (for MySQL 5.6-compatible Aurora)
- aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)
- aurora-postgresql
- mariadb
- mysql
- oracle-ee
- oracle-ee-cdb
- oracle-se2
- oracle-se2-cdb
- postgres
- sqlserver-ee
- sqlserver-se
- sqlserver-ex
- sqlserver-web
Related
See also
Advertising: