Skip to content

Change dbInstanceClass for postgres to small to be compatible with postgres 13.3 #655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 28, 2021

Conversation

weberswords
Copy link
Contributor

db.t2.micro is not compatible with postgres 13.3
Running the following command shows support for micro stops at 12.8

aws rds describe-orderable-db-instance-options --engine postgres --db-instance-class db.t2.micro \
    --query "*[].{EngineVersion:EngineVersion,StorageType:StorageType}|[?StorageType=='gp2']|[].{EngineVersion:EngineVersion}" \
    --output text \
    --region us-east-1

Copy link
Contributor

@pgrzesik pgrzesik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, great catch @weberswords 👍

@pgrzesik pgrzesik merged commit 3c8a2e3 into serverless:master Oct 28, 2021
@weberswords weberswords deleted the aws-node-graphql-and-rds branch October 28, 2021 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants