Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit dcac2c5

Browse files
author
Julio Faerman
committed
change to t3.small db type
1 parent 120b0b0 commit dcac2c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

codebuild-skel.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# aws codebuild create-project --generate-cli-skeleton > codebuild-skel.json
2-
# aws codebuild create-project --cli-input-json file://codebuild-skel.json
2+
# aws codebuild create-project --cli-input-json file://codebuild-skel.json
3+
# aws codebuild start-build --project-name multiverse-build-nopipeline

snippets/cloudformation/sample-database.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Parameters:
1313
Default: "Masterkey123"
1414
DBInstanceClass:
1515
Type: String
16-
Default: "db.t3.small"
16+
Default: "db.t3.small"
1717

1818
Resources:
1919
DatabaseSecurityGroup:

0 commit comments

Comments
 (0)