Creating an Aurora Serverless Cluster from cloudformation?

后端 未结 4 1024
执笔经年
执笔经年 2020-12-03 10:51

From Aurora Serverless\'s document, there are 3 ways to create an Aurora serverless DB cluster: AWS management console, CLI, and RDS API. (https://docs.aws.amazon.com/Amazon

4条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-03 11:06

    It is now possible to create an AWS::RDS::DBCluster with an EngineMode set to serverless. See more here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode

提交回复
热议问题