Przeglądaj źródła

Use new AMI that won't cause issues with cloud-init apply_creds

Charles Hooper 12 lat temu
rodzic
commit
5cebc226cc
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Vagrantfile

+ 2 - 2
Vagrantfile

@@ -119,8 +119,8 @@ end
     aws.keypair_name = ENV["AWS_KEYPAIR_NAME"]
     aws.ssh_private_key_path = ENV["AWS_SSH_PRIVKEY"]
     aws.region = "us-east-1"
-    aws.ami = "ami-1c1e8075"
-    aws.ssh_username = "vagrant"
+    aws.ami = "ami-4a7de623"
+    aws.ssh_username = "ubuntu"
     aws.instance_type = "t1.micro"
   end
   config.vm.provider :virtualbox do |vb|