CloudFormation templates for Global Aurora Database
问题 I am trying to write Cloudformation template to get a aws Global Aurora Database. However I am not able to figure out where and how to add the Global database identifier. Can someone help Cloudformation snippet? below is my code: Description: RDS Aurora MySQL cluster. Parameters: DatabaseName: Default: "testglobalaurora" Description: The database name Type: String DatabaseInstanceType: Default: db.r4.large AllowedValues: - db.r4.large - db.r4.xlarge - db.r4.2xlarge - db.r4.4xlarge - db.r4