Giter Club home page Giter Club logo

Comments (2)

ccnklc avatar ccnklc commented on July 24, 2024

More info for you,

Redwood generates flightcontrol.json to manage which aws services will be automated by flightcontrol.

In the json file everything looks fine, however the part for RDS settings the one I have shared in the main bug ticket is not accepted by AWS as they state there is no matching combination of RDS with engine= postgres, version= '12', instance size =db.t2.micro and storage=20 , I checked the AWS docs quickly but there was a lot of things to check so i let it go deployed to vercel again.

Someone who uses AWS daily, needs to check this config and update it to what is expected by AWS.

from redwood.

Josh-Walker-GM avatar Josh-Walker-GM commented on July 24, 2024

Hey @ccnklc 👋

Are you able to still try deploying with a change to the generated config?

I think we might just need to change away from t2 instance types. The AWS docs here state that creating t2 db instance types is no longer supported.
image

My suggestion would be to switch from:

"instanceSize": "db.t2.micro",

to

"instanceSize": "db.t4g.micro",

Postgres version 12 is also now about 5 years old. AWS lets me create a postgres instance with version 16 so I too might be in favour of updating that option.

Don't worry if not. We can find some time ourselves to setup a project/deployment and confirm the changes work.

from redwood.

Related Issues (20)

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.