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

Fix for issue 1027 #1028

Open
wants to merge 1 commit into
base: 6.2.0-post
Choose a base branch
from

Conversation

MichaelHussey
Copy link
Contributor

@MichaelHussey MichaelHussey commented Sep 9, 2021

Description

Explicitly sets --REGION for all AWS commands when creating Postgres DB

Also bumped the database instance type to T3 as I got this error:

An error occurred (InvalidParameterCombination) when calling the CreateDBInstance operation: RDS does not support creating a DB instance with the following combination: DBInstanceClass=db.t2.micro, Engine=postgres, EngineVersion=13.3, LicenseModel=postgresql-license. For supported combinations of instance class and database engine version, see the documentation.
WARNING: Could not create database, troubleshoot and try again

This PR should also address

An error occurred (InvalidVPCNetworkStateFault) when calling the CreateDBInstance operation: Cannot create a publicly accessible DBInstance. The specified VPC has no internet gateway attached.Update the VPC and then try again

Author Validation

Describe the validation already done, or needs to be done, by the PR submitter.

    • cloud-etl

Reviewer Tasks

Describe the tasks/validation that the PR submitter is requesting to be done by the reviewer.

@ybyzek ybyzek linked an issue Sep 9, 2021 that may be closed by this pull request
@MichaelHussey
Copy link
Contributor Author

This also makes the DB publicly accessible.

Copy link

cla-assistant bot commented Apr 28, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

Need for AWS_PROFILE is confusing
1 participant