Skip to content

Commit

Permalink
Default to Graviton instances
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Jul 19, 2023
1 parent 1fd32f1 commit 5443af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brad/blueprint/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _load_from_raw_yaml(cls, raw_yaml) -> "UserProvidedBlueprint":
else:
# These are our defaults.
aurora_provisioning = Provisioning(
instance_type="db.r6i.large", num_nodes=1
instance_type="db.r6g.large", num_nodes=1
)
redshift_provisioning = Provisioning(instance_type="dc2.large", num_nodes=1)

Expand Down

0 comments on commit 5443af7

Please sign in to comment.