Skip to content

Commit 15c2ede

Browse files
committed
Merge branch 'dev'
2 parents c806d4e + bf54473 commit 15c2ede

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
@@ -13,7 +13,7 @@ Vagrant.configure("2") do |config|
1313

1414
# AWS region and AMI
1515
aws.region = "us-east-1"
16-
aws.ami = "ami-054d6a336762e438e"
16+
aws.ami = "ami-020cba7c55df1f615" # Ubuntu Server 20.04 LTS (HVM), SSD Volume Type
1717

1818
# Instance type
1919
aws.instance_type = "t3.xlarge"

0 commit comments

Comments
 (0)