gpt4 book ai didi

aws-cloudformation - Cloudformation RDS 极光 : Invalid Storage Type

转载 作者:行者123 更新时间:2023-12-04 01:39:35 25 4
gpt4 key购买 nike

以下是我用于创建 RDS 实例的 CFD 脚本。我正在尝试创建与 PostgreSQL 兼容的 Amazon Aurora,但遇到:无效存储类型:gp2 错误。

  SnapshotRDSDBInstance:
Type: AWS::RDS::DBInstance
Properties:
AllocatedStorage: 20
DBInstanceClass: 'db.t3.medium'
DBName: mydatabase
StorageType: gp2
Engine: aurora-postgresql
PubliclyAccessible: true
MultiAZ: false
DBSubnetGroupName: !Ref SnapshotRDSDBSubnetGroup
VPCSecurityGroups:
- !Ref SnapshotRDSDBSG
MasterUsername: 'test'
MasterUserPassword: 'Demo@123'
BackupRetentionPeriod: 15
DBInstanceIdentifier: 'myrds'

我还尝试删除上面脚本中的 StorageType 参数,但随后我遇到 Invalid storage type: standard 错误。我无法理解根本原因。我正在使用 ap-south-1(孟买)区域来启动此脚本。

最佳答案

Aurora 实例需要通过 DBClusterIdentifierAWS::RDS::DBCluster 关联,而没有集群,您会收到这些一般错误

关于aws-cloudformation - Cloudformation RDS 极光 : Invalid Storage Type,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58003630/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com