Skip to content
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

changes needed for the template to work, because of recent updates to AWS #33

Merged
merged 2 commits into from
Jan 21, 2022

Conversation

StephaniePar
Copy link
Contributor

Issue #, if available:

Description of changes:
Changed the DBClusterParameterGroupName to default.aurora-postgresql12
and in the efs template, changed the lambda runtime to python3.9 (python2.7 is no longer supported)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

AWS no longer supports python2.7
I get this error when I try to run the template: The Parameter Group default.aurora-postgresql11 with DBParameterGroupFamily aurora-postgresql11 cannot be used for this instance. Please use a Parameter Group with DBParameterGroupFamily aurora-postgresql12 (Service: AmazonRDS; Status Code: 400; Error Code: InvalidParameterCombination; Request ID: d4985bb8-ed41-4b47-99ca-47000cd846f6; Proxy: null)
It working once ytou change the DBClusterParameterGroupName to default.aurora-postgresql12
@dgomesbr dgomesbr merged commit 7016726 into aws-samples:master Jan 21, 2022
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.

3 participants