尝试使用 MySQL 2.07.1 创建 RDS aurora 服务器并收到错误“您请求的引擎模式无服务器当前不可用。(服务:AmazonRDS;状态代码:400;错误代码:InvalidParameterValue;请求 ID:xxxx;代理:无效的)”
任何建议都会对我有很大帮助
这是示例代码
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "AWS CloudFormation Sample Template AuroraServerlessDBCluster: Sample template showing how to create an Amazon Aurora Serverless DB cluster. **WARNING** This template creates an Amazon Aurora DB cluster. You will be billed for the AWS resources used if you create a stack from this template.",
"Parameters" : {
"DBUsername" : {
"NoEcho" : "true",
"Description" : "Username for MySQL database access",
"Type" : "String",
"MinLength" …Run Code Online (Sandbox Code Playgroud) amazon-web-services amazon-rds aws-cloudformation aws-aurora-serverless