Skip to content

Error when creating AWS Managed CloudFormation template (Invalid Postgres version) #64

@svpino

Description

@svpino

File: metaflow-cfn-template.yml

The CloudFormation template requests Postgres version 16.1, but apparently, AWS doesn't support 16.1 anymore.

RDSMasterInstance:
  Type: AWS::RDS::DBInstance
  Properties:
    Engine: 'postgres'
    EngineVersion: '16.1'
    ...

You can fix the issue by bumping the version to 16.6.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions