Hello! I’m having issues creating AWS RDS aurora-...
# aws
q
Hello! I’m having issues creating AWS RDS aurora-mysql DB instances. Referring to the AWS documentation, the value for
AllocatedStorage
is not applicable, but still is required when instanciating an
Rds.Instance()
with Engine
aurora-mysql
. Furthermore, the CLI reports, that a value for
iops
has to be set, but setting an
iops
value for engine
aurora-mysql
seems to be invalid  (
InvalidParameterCombination: Specifying IOPs is not allowed for this engine
). I can’t find an applicable example of how to create AWS RDS Aurora-Mysql instances on the web - may someone give me some hints of what I'm doing wrong?
1