Skip to content

Commit bf54473

Browse files
committed
updated the instance ami id
1 parent 6304a1e commit bf54473

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)