We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c806d4e + bf54473 commit 15c2edeCopy full SHA for 15c2ede
1 file changed
vagrant/Vagrantfile
@@ -13,7 +13,7 @@ Vagrant.configure("2") do |config|
13
14
# AWS region and AMI
15
aws.region = "us-east-1"
16
- aws.ami = "ami-054d6a336762e438e"
+ aws.ami = "ami-020cba7c55df1f615" # Ubuntu Server 20.04 LTS (HVM), SSD Volume Type
17
18
# Instance type
19
aws.instance_type = "t3.xlarge"
0 commit comments