Skip to content

Commit

Permalink
AG-1568: Update default bastion InstanceType to t3.micro
Browse files Browse the repository at this point in the history
  • Loading branch information
JessterB committed Nov 6, 2024
1 parent 3b03b46 commit 1f62a83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/agoradev/develop/agora-bastian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies:
- agoradev/develop/agora.yaml
- agoradev/develop/agoravpc.yaml
parameters:
InstanceType: t3.micro
VpcName: "agoravpc"
# Name of an the environment either develop, staging or prod
Environment: "develop"
Expand Down
2 changes: 1 addition & 1 deletion templates/bastian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Parameters:
InstanceType:
Description: WebServer EC2 instance type
Type: String
Default: t3.nano
Default: t3.micro
AllowedValues:
- t3.nano
- t3.micro
Expand Down

0 comments on commit 1f62a83

Please sign in to comment.