Skip to content

Commit 1565adf

Browse files
committed
vagrant file updated with t3.xlarge instance details
1 parent 8250b15 commit 1565adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vagrant/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure("2") do |config|
1616
aws.ami = "ami-054d6a336762e438e"
1717

1818
# Instance type
19-
aws.instance_type = "t3.small"
19+
aws.instance_type = "t3.xlarge"
2020

2121
# Key pair for SSH
2222
aws.keypair_name = "api-server"

0 commit comments

Comments
 (0)