The "dbName" property creates a database inside the RDS instance when it is first provisioned. For PostgreSQL, the default is "postgres" if omitted. For MySQL, no initial database is created without this setting. Your application connection string likely expects a specific database name — set it here to match.
Paste into this field
RDS → dbNameOutput looks like
appdb or myapp_production or maindbThe database name must:
• Start with a letter
• Contain only letters, numbers, and underscores
• Be 64 characters or fewer
Match what your application expects in its DATABASE_URL or DB_NAME environment variable.
Select your RDS node → property panel → "Initial Database Name" field → enter the name.
The database name cannot be changed on an existing RDS instance without creating a snapshot and restoring to a new instance. Choose carefully.
Once you have the value, go back to CloudStack Canvas and paste it into the highlighted field.
CloudStack Canvas · Validation Guide