Skip to content

Commit

Permalink
Revert "Increasing DB instance size CPUs to see if response times for…
Browse files Browse the repository at this point in the history
… persistent sessions improve"

This reverts commit 1c43836.
  • Loading branch information
ahus1 committed Jun 20, 2024
1 parent 1c43836 commit 9881762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/aws/rds/aurora_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export AURORA_CLUSTER=${AURORA_CLUSTER:-"keycloak"}
export AURORA_ENGINE=${AURORA_ENGINE:-"aurora-postgresql"}
export AURORA_ENGINE_VERSION=${AURORA_ENGINE_VERSION:-"16.1"}
export AURORA_INSTANCES=${AURORA_INSTANCES:-"1"}
export AURORA_INSTANCE_CLASS=${AURORA_INSTANCE_CLASS:-"db.t4g.xlarge"}
export AURORA_INSTANCE_CLASS=${AURORA_INSTANCE_CLASS:-"db.t4g.large"}
export AURORA_PASSWORD=${AURORA_PASSWORD:-"secret99"}
export AURORA_REGION=${AURORA_REGION}
export AURORA_SECURITY_GROUP_NAME=${AURORA_SECURITY_GROUP_NAME:-"${AURORA_CLUSTER}-security-group"}
Expand Down

0 comments on commit 9881762

Please sign in to comment.