EC2 provisioning using Terraform o Having a static IP o Accessible only PEM key file o SSH from a specific group of servers only. can you explain it how to do it with terraform module
U have created AWS instance using Terraform, but do u have any idea to connect EC2 using terraform + Githubactions and install docker or something.. I have tried with appleboy/ssh-actions but it is not connecting.. it says connections refused.. would be great if u could post that video as well.
If i want to connect to private ec2 instance using terraform do i need to use windows jumpbox ( which can able to connect to my private ec2 instance) ? or any other way is there ?
Did you update your ssh keys? also check whether you have set the keys in host file or not ? In the host file it should look like - myawshost.com ansible_ssh_private_key_file=path/to/private/key
No doubt, Rahul Bagh's Video and docs are one-stop best solution, that I see for the last two months. Hats off !!!
Thanks a lot
After watching some videos, this was the easyest and it worked from first ,thanks
Glad it helped
Really amazing Tutorials. U explained well each topic. Kindly complete this series
Here are the playlist -
1. Terraform - th-cam.com/play/PL7iMyoQPMtAOz187ezONf7pL8oGZRobYl.html
2. Ansible - th-cam.com/play/PL7iMyoQPMtAPZl58ovoOlxFxNPioSx838.html
3. Hashicorp Vault - th-cam.com/play/PL7iMyoQPMtAP7XeXabzWnNKGkCex1C_3C.html
4. AWS - th-cam.com/play/PL7iMyoQPMtAMbPEQhayBRgapUQyNmG44p.html
thanks @@RahulWagh
Thanks Rahul, very well explained, It's really helped me a lot.
Glad to hear that
Really Amazing Tutorials. Learning a lot of things. Thanks
very helpful - many thanks
I would like to thank you for this video! You helped me tremendously!
You are so welcome!
Great session Sir
Welcome
Very good and informative and elaborately described. Thank you. If possible kindly create a series for GitLab detailed with runner as well.
Noted
Thank you! it's save my time.
simply superb..Its worked well
Cheers
Thank you 🙏
Welcome 😊
Thank you a lot. can you please make the vedio about terraform templates
Sir how to copy the pub ssh key of the master machine to the authorized_key file of the ec2 instance , created using terraform, using terraform script
tq so much man........................
how about existing vpc, security_groupIds and subnet ids?
EC2 provisioning using Terraform
o Having a static IP
o Accessible only PEM key file
o SSH from a specific group of servers only. can you explain it how to do it
with terraform module
Hey Rahul, request you to please upload ALB details video? thanks in advance.
I have created a Windows ec2 instance and downloaded the private key. But where do I find my public key, since my OS is Windows?
There should a .ssh folder inside c:\users\your_user_name and inside that .ssh folder you will the public key
U have created AWS instance using Terraform, but do u have any idea to connect EC2 using terraform + Githubactions and install docker or something.. I have tried with appleboy/ssh-actions but it is not connecting.. it says connections refused.. would be great if u could post that video as well.
Thanks Rahul
If i want to connect to private ec2 instance using terraform do i need to use windows jumpbox ( which can able to connect to my private ec2 instance) ? or any other way is there ?
Hi, I need a help - i want to forward ssh default port 22 with some another port by terraform file.
So where I need to write ssh Keygen in cmd
my ansible playbook are not running after usng remote-exec command, it keeps on asking me for key authorization
Did you update your ssh keys? also check whether you have set the keys in host file or not ? In the host file it should look like - myawshost.com ansible_ssh_private_key_file=path/to/private/key
can you provide module for that
hi, can I talk to you actually i have to learn terraform and needed to disscuss with you, i have some querry
Thanks!
You welcome
Can I log into instance by using aws key pair?
Not by ssh-keygen
Yes you can ssh-Keygen is just an utility for generating aws key pair. Once it is generated you use it to ssh into aws instance
@@RahulWagh if I have pem key and gave key name in terraform file
is it possible now?
Well I do not think so it will work. Always make sure you have public key copied into your terraform file not private key
@@RahulWagh ok thank you
I tried to find it but failed 😔
Plz make more videos on terraform
Surely there is more to come on terraform but in case if you have missed there is complete terraform playlist on my channel which you can go through
@@RahulWagh okay thanks Rahul I really appreciate u r work.