Fraudmarc / fraudmarc-ce

Fraudmarc Community Edition: Open-source DMARC report analysis designed for government agencies
Apache License 2.0
153 stars 28 forks source link

Unable to create db.t2.micro database #50

Closed BriMan83 closed 2 years ago

BriMan83 commented 3 years ago

Following down the basic instructions in INSTALL.md, and got everything set up through the docker deployment (the end of step 2).

When I run the command sudo docker run -it --env-file env.list --env-file installer/env.list fraudmarc/fraudmarc-ce-install, it generates the error An error occurred (InsufficientDBInstanceCapacity) when calling the CreateDBInstance operation: Cannot create a db.t2.micro database instance because there are no availability zones with sufficient capacity for non-VPC and storage type : gp2 for db.t2.micro. Please try the request again at a later time.

I'm trying to execute this using us-west-2 if that makes any difference.

jwrichards commented 3 years ago

It seems to have errored out entirely -- No lambdas, s3 buckets, or anything else appears to have been created, and the only output from running Docker was:

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.

kcolemangt commented 5 months ago

@BriMan83 @jwrichards PR #71 streamlined the build and deployment process, reducing setup time to just a few minutes.