Giter VIP home page Giter VIP logo

Comments (3)

toneplex avatar toneplex commented on June 27, 2024

I was able to work around this by changing

const db = new rds.DatabaseCluster(this, 'DBCluster', {
            engine: rds.DatabaseClusterEngine.AURORA_POSTGRESQL,
            engineVersion: '10.7',
...
            parameterGroup: clusterParameterGroup,
        });

to

const db = new rds.DatabaseCluster(this, 'DBCluster', {
            engine: rds.DatabaseClusterEngine.AURORA_POSTGRESQL,
            engineVersion: '10.7',
...
            parameterGroup: {
                parameterGroupName: "default.aurora-postgresql10",
            },
        });

from aws-rails-provisioner.

toddwsullivan avatar toddwsullivan commented on June 27, 2024

I think I'm getting a similar issue.

aws-rails-provisioner.yml
...
    db_cluster:
        engine: aurora-postgresql
        db_name: tsu_fargate
...

11/26 | 1:56:39 PM | CREATE_FAILED | AWS::RDS::DBCluster | DBCluster (DBCluster15AF587F) DBClusterParameterGroup not found: aws-rails-provisioner-default-aurora-postgresql (Service: AmazonRDS; Status Code: 404; Error Code: DBClusterParameterGroupNotFound; Request ID: 2cd0102a-9753-4d8a-8e6e-9976dd061977)

from aws-rails-provisioner.

mullermp avatar mullermp commented on June 27, 2024

Hey - I'm sorry this is very late here; we've been short on hands the last 6 months. I've started picking up these issues. The current code seems to have a hand maintained switch case (https://github.com/awslabs/aws-rails-provisioner/blob/master/lib/aws-rails-provisioner/db_cluster.rb#L226). I'm thinking that this can actually be passed in via configuration and if not I will look to add that.

from aws-rails-provisioner.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.