Skip to content

Commit

Permalink
change to t3.small db type
Browse files Browse the repository at this point in the history
  • Loading branch information
faermanj committed Sep 5, 2022
1 parent 120b0b0 commit dcac2c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion codebuild-skel.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# aws codebuild create-project --generate-cli-skeleton > codebuild-skel.json
# aws codebuild create-project --cli-input-json file://codebuild-skel.json
# aws codebuild create-project --cli-input-json file://codebuild-skel.json
# aws codebuild start-build --project-name multiverse-build-nopipeline
2 changes: 1 addition & 1 deletion snippets/cloudformation/sample-database.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Parameters:
Default: "Masterkey123"
DBInstanceClass:
Type: String
Default: "db.t3.small"
Default: "db.t3.small"

Resources:
DatabaseSecurityGroup:
Expand Down

0 comments on commit dcac2c5

Please sign in to comment.