Setting up environment with windows base machine ,aws instance and vagrant

9 views
Skip to first unread message

Milind Sisodiya

unread,
Sep 6, 2017, 4:44:56 PM9/6/17
to Vagrant
Hello guys,

I have installed vagrant on AWS instance

My base machine is Windows 7 where I download .pem file for AWS instances.

My VagrantFile Looks like 

-------------------------

Vagrant.configure("2") do |config|
 config.vm.provider :aws  do |aws, override|
   aws.access_key_id = XXXX
   aws.secret_access_key = XXXX
   aws.keypair_name = guruom_new_key
   aws.ami = "ami-c998b6b2"
   aws.region = "us-east-1"
   aws.instance_type = "t2.micro"


   override.vm.box ="dummy"
   override.ssh.username = "myuser"
   override.ssh.private_key_path =  " " 
 
 end
end

=========================================

Please tell what entry I should made for last parameter which is marked in bold.
Any help is greatly appreciated thanks in advance

Reply all
Reply to author
Forward
0 new messages