You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
I uses aws.ami = "ami-c53fb7ac" #CentOS 6.3 EC2 AMI images 64 bit EBS ec2-user
Output:
vagrant up --provider=aws
Bringing machine 'default' up with 'aws' provider...
[default] Warning! The AWS provider doesn't support any of the Vagrant
high-level network configurations (config.vm.network). They
will be silently ignored.
[default] Launching an instance with the following settings...
[default] -- Type: m1.small
[default] -- AMI: ami-c53fb7ac
[default] -- Region: us-east-1
[default] -- Keypair: mygroup-key
[default] -- Security Groups: ["mygroup-dev"]
[default] Waiting for instance to become "ready"...
[default] Waiting for SSH to become available...
[default] Machine is booted and ready for use!
[default] Rsyncing folder: /home/stardif/vagrant/ => /vagrant
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mkdir -p '/vagrant'
But doing the following command is able to create the folder:
vagrant ssh-config > ssh-config.config ; ssh -t -F ssh-config.config default sudo mkdir /vagrant