How to remotely SSH (connect) Visual Studio Code to AWS EC2

  Рет қаралды 18,709

tuplespectra

tuplespectra

Күн бұрын

Пікірлер: 97
@Programmer22-pv4xs
@Programmer22-pv4xs 3 ай бұрын
After 7 hours trying to connect my instance, you really help me!
@tuplespectra
@tuplespectra 3 ай бұрын
Glad it helped.
@zihenglim6044
@zihenglim6044 8 ай бұрын
Bro this video is very helpful for me, your video is very detailed, thank you very much for your video.❤❤
@tuplespectra
@tuplespectra 8 ай бұрын
Glad it helped
@BI-Rahul
@BI-Rahul Жыл бұрын
Wow, this video was incredibly helpful! I've been struggling to connect Visual Studio Code to my AWS EC2 instance, and your step-by-step tutorial made it so clear and easy to follow. The way you explained each concept and demonstrated the process was fantastic. I appreciate how you took the time to cover all the necessary configurations and troubleshooting tips. Your instructions were concise and precise, making it a breeze for me to set up the remote SSH connection. Thank you for sharing your expertise in such a concise and beginner-friendly manner. I'll definitely be subscribing to your channel for more insightful content like this. Keep up the excellent work!
@tuplespectra
@tuplespectra Жыл бұрын
I'm glad you find it valuable. Thanks for those kind words. Stay tuned for more awesome videos.😄
@gerry_blandu
@gerry_blandu Жыл бұрын
This is magnificent Sir, many thanks for this!
@tuplespectra
@tuplespectra Жыл бұрын
Glad you enjoyed it! Thanks!
@songterence4186
@songterence4186 Жыл бұрын
What a great explanation. thank you so much
@tuplespectra
@tuplespectra Жыл бұрын
Thank you so much.
@galih25
@galih25 6 ай бұрын
thank you very much sir. It require one more step to remove all permission to .pem file except for the current user
@orobosaobude1246
@orobosaobude1246 7 ай бұрын
Thank you for your detailed video. I got below error from my cmd terminal C:\\Users\\Owner/.ssh/config line 4: garbage at end of line; "web". C:\\Users\\Owner/.ssh/config: terminating, 1 bad configuration options
@BalwantChauhan-iz5de
@BalwantChauhan-iz5de 7 ай бұрын
Please change the file to read permision of .pem that vscode can access that file to connect And you want to do this change in by going the directory where .pem get downloaded Suppose if your .pem file get downloaded in download folder and then change the file permision in download directory For windows icacls . / grant:r Users:R For mac chmod 400 It will resolve your error
@jalisarenee55
@jalisarenee55 6 ай бұрын
I'm on my data engineering journey and I was always confused learning EC2. You have the best tutorial for this and I'm excited to watch more of your videos! Thank you!
@tuplespectra
@tuplespectra 6 ай бұрын
Glad it was helpful! Thanks for your comment.
@akaspires037
@akaspires037 9 ай бұрын
Failed to save 'Dockerfile': Unable to write file 'vscode-remote://ssh-remote+ip_address/opt/user-management-backend/Dockerfile' (NoPermissions (FileSystemError): Error: EACCES: permission denied, open '/opt/user-management-backend/Dockerfile') I am getting this error , if i try to save the file
@flosrv3194
@flosrv3194 6 ай бұрын
vsc doesnt connect to the ssh. It doesnt work even if i did all the steps correctly
@Omer698
@Omer698 7 ай бұрын
Excellent tutorial, everything is clearly explained. I wish you'd do a python course that's specific for data engineering.
@tuplespectra
@tuplespectra 7 ай бұрын
Thanks for your comment. Yes, I would create a python course some times later.
@alronharry5977
@alronharry5977 8 ай бұрын
Bro, I am so grateful for how you clearly explained this. This video has helped me sooo much in my internship!! THANK YOUU SO MUCH GOD BLESS YOU
@tuplespectra
@tuplespectra 8 ай бұрын
You're so welcome! Amen! I'm glad it was helpful.
@Blissful_Echoes-f6t
@Blissful_Echoes-f6t 7 ай бұрын
getting error while remotely connecting with EC2 instance using vs code as per your guideline. Error : Could not establish connection to "myEC2Instance" Permission denied(publickey).
@barathelango267
@barathelango267 Ай бұрын
i too have the same error i use wsl , will it be affecte some how
@saifshaikh3191
@saifshaikh3191 9 ай бұрын
Thanks man, this really solved my problem which I was facing as someone who just started. Thanks again
@tuplespectra
@tuplespectra 9 ай бұрын
Glad it helped! Thanks for your comment.
@potatonumbertwo6754
@potatonumbertwo6754 7 ай бұрын
wonderful content! Thanks!! for other learners: when you copy the User from ec2, it is Ubuntu. it will cause Permission denied(publickey). User should be ubuntu (all lowercase)
@tuplespectra
@tuplespectra 6 ай бұрын
You are welcome. Thanks!
@anushanr1355
@anushanr1355 6 ай бұрын
Thank you so much, I am practicing all along and you helped me.
@markdewberry3744
@markdewberry3744 7 ай бұрын
I get an error "could not establish connection". Log: Failed to parse remote port from server output Exec server for ssh failed: error Error opening exec server for ssh: error
@tuplespectra
@tuplespectra 7 ай бұрын
Ensure your configuration file is indented appropriately and that you have the right info there.
@adetokunbooni6607
@adetokunbooni6607 10 ай бұрын
Permission denied (publickey,gssapi-keyex,gssapi-with-mic) vscode What do u think may have led to this ? i have been stuck in this for over a week now. please assist
@greenpill810
@greenpill810 5 ай бұрын
You earned my subscription. You didn't need to ask. I reserve my comment but what you just shared most videos on you tube and even experienced DevOps videos don't explain this deep
@josephattabenninjr7317
@josephattabenninjr7317 Жыл бұрын
God bless you my brother. Great content, and i love how you patiently took your time to explain every concept.
@tuplespectra
@tuplespectra Жыл бұрын
Thank you so much. I'm glad you found it valuable.
@molugeetu4519
@molugeetu4519 Жыл бұрын
I have a question. The IP address changed every time we stop and start the instance again, correct? To connect to that instance do we have to change the Hostname in the config file every time? Or is there a work around with this issue? P.S. : Great content nonetheless.
@tuplespectra
@tuplespectra Жыл бұрын
Thanks for the kind words. Per your question, yes the IP address changes every time we start and stop the instance. And yes, you will have to change the Hostname to the new IP address. However, if you want to be using same IP address each time, you will have to allocate Elastic IP address under "Network and Security and then associate it with the EC2 instance you provisioned. But you will be charged for using an elastic IP address. I don't think it is expensive though. If it is not necessary, don't use it so you don't get charged.
@molugeetu4519
@molugeetu4519 Жыл бұрын
@@tuplespectra got it. Thanks a lot for the detailed reply.
@binbinxia5750
@binbinxia5750 3 ай бұрын
Thank you! This video shows clear instructions!
@RKeduis
@RKeduis 7 ай бұрын
Thank You! Very helpful tutorial.
@tuplespectra
@tuplespectra 7 ай бұрын
Glad it was helpful!
@geraldmiezan5114
@geraldmiezan5114 Жыл бұрын
Thank you for this excellent explanation
@tuplespectra
@tuplespectra Жыл бұрын
You are welcome! I'm glad it was helpful.
@jhofreojeda6615
@jhofreojeda6615 8 ай бұрын
Excellent tip!! I am starting out in the world of MLOPs and this tip will be very useful to me. thank you.
@tuplespectra
@tuplespectra 8 ай бұрын
Glad it was helpful! Thanks for your comment.
@vikas6418
@vikas6418 Жыл бұрын
Love the Content and the way you explained so smooth;y.. Can you also made video how we can connect using putty ?... Appreciated the Hard work Man...
@tuplespectra
@tuplespectra Жыл бұрын
Thanks so much for your comment. We will look into your request.
@jorgesisco981
@jorgesisco981 Жыл бұрын
Great video! But when I open a file the connection freezes and then the EC2 is not accesible anymore. I have to stop an start again. Is there a way to avoid that?
@tuplespectra
@tuplespectra Жыл бұрын
Thank you! I think that might either be a problem with your network connection or the EC2 instance.
@JayRavalani
@JayRavalani 7 ай бұрын
Amazing Video. Came here in between the WeatherAPI Project and damn. Superb content!
@tuplespectra
@tuplespectra 7 ай бұрын
Thanks so much. I'm glad you loved it.
@Pratham-qc6ic
@Pratham-qc6ic Жыл бұрын
So while making an aws account for personal projects what type of aws account would you recommend to create? a business aws account or a personal aws account?
@tuplespectra
@tuplespectra Жыл бұрын
Personal aws account should be fine.
@vaibhavtyagi1588
@vaibhavtyagi1588 6 ай бұрын
GREATTTTTTTTTTTTTTTTTTTT
@tuplespectra
@tuplespectra 6 ай бұрын
Thanks so much.
@tsaminamina_eheh
@tsaminamina_eheh Жыл бұрын
Hi Mate. Just a word of advice, please blur the file names when you display your folder contents- you may expose your personal details in ways you don't want to
@tsaminamina_eheh
@tsaminamina_eheh Жыл бұрын
Also, thank you for making this video. Fantastic work!
@ndthdproduction2900
@ndthdproduction2900 8 ай бұрын
Helpful video bro. Keep up the good work!
@akila1642
@akila1642 7 ай бұрын
@7:16
@seth_king_codes
@seth_king_codes Жыл бұрын
great video, was able to get evyerhting working as you mentioned, thank you sir! keep them coming
@tuplespectra
@tuplespectra Жыл бұрын
Thank you! I'm glad you got them working.
@ImBatmanYT_CODM
@ImBatmanYT_CODM Жыл бұрын
I had to change the file permission using this "chmod 400 path/to/filename" command. Prior to that I was getting error it being a public key access denied.
@wonderswonders8772
@wonderswonders8772 Жыл бұрын
how did you go about this please... I'm having the same issue
@starlomy
@starlomy Жыл бұрын
Are you using a macbook? I have been stuck on the 'permission denied (publickey)' with vscode. I get the connection on my Terminal but after getting the extension, editting the config file, it still gives me permission denied
@wonderswonders8772
@wonderswonders8772 Жыл бұрын
@@starlomy I'm using window 🙂
@starlomy
@starlomy Жыл бұрын
I'm about to get fed up with the hurdle after hurdle that macbook shows up but at the same time it's really fulfilling when you scale over. MacOs Ventura 13.5.1 seems to refuse every solution!!!
@eagle_eye3116
@eagle_eye3116 11 ай бұрын
error -- could not establish connection plzz help me to resolve it
@tuplespectra
@tuplespectra 11 ай бұрын
make sure the connection details you have in your config is well indented. If you still cannot resolve the issue, I will suggest you watch the video from beginning again and follow along without missing any step. Let me know if you are able to fix it, what is the issue you found and what you did to fix it so others can learn.
@YairHtutKhaung-d7m
@YairHtutKhaung-d7m 8 ай бұрын
wow .. that was unexpected .. you explain very well i love it !
@tuplespectra
@tuplespectra 8 ай бұрын
Glad you liked it!
@narayanbehera9527
@narayanbehera9527 Жыл бұрын
Sir when I am openin irctc site it's showing site can't be reached
@tuplespectra
@tuplespectra Жыл бұрын
What site is that? Sorry I don't get the question.
@LiliKim-m9g
@LiliKim-m9g Жыл бұрын
Can I do interactive window too?
@JoysonFernandes-kd1zx
@JoysonFernandes-kd1zx 4 ай бұрын
You are superb brother..
@tuplespectra
@tuplespectra 4 ай бұрын
Thank you so much 😀
@gyungyoonpark
@gyungyoonpark 8 ай бұрын
this video is so clear and one of the best tutorial I've seen on youtube. thank you so much
@tuplespectra
@tuplespectra 8 ай бұрын
Glad it was helpful! Thanks for the comment. It means a lot to me.
@AndrewLapteff
@AndrewLapteff 3 ай бұрын
appreciate your work
@starlomy
@starlomy Жыл бұрын
Thank you so much for the videos, pls, I use a Macbook. I have been stuck on the 'permission denied (publickey)' with vscode. I get the connection on my Terminal but after getting the extension, editting the config file, it still gives me permission denied
@tuplespectra
@tuplespectra 11 ай бұрын
I don't use a macbook, but I'm wondering if there is some grant permission issues with the computer user. May be you need to grant permission to the .pem file such as writing "chmod 400 pem filename". Let me know if this fixes the issue or if something else does, please comment here so others can learn. Thanks!
@starlomy
@starlomy 11 ай бұрын
@@tuplespectra Thank you so much for the reply. It was eventually resolved this weekend. I did try the chmod 400 and I also edited my ssh_config file severally with so many videos and articles I saw online. The solution was that I did not follow lesson 101: write the syntax exactly as it is. I wrote 'ubuntu' with a capital 'U' instead of lower case. I had to restore my config file and correct it. I don't know if it's tears of joy or pity I'm crying now. I have hit another challenge with sending a message to slack after scheduling with airflow. I got a message of 'slack_conn_id' is missing as an argument. I'm still working on it. Thank you so much for all the videos
@tuplespectra
@tuplespectra 11 ай бұрын
@@starlomy Awesome. I'm glad you were able to fix the problem. However, you got into another problem. Just know that issues as this is part of code development and this is part of what will make you a better bug resolver which is a great skill to have.
@starlomy
@starlomy 11 ай бұрын
@@tuplespectra Boss, do you know anyone that can help prepare someone for this new AWS data engineer certification
@gamersharma7088
@gamersharma7088 6 ай бұрын
for me t getting connection error can u provide me mail? i will send screenshot
@yusufuthman8571
@yusufuthman8571 10 ай бұрын
This video came in handy and it is my exact use case. Thank you.
@tuplespectra
@tuplespectra 10 ай бұрын
I'm glad you found it helpful.
@good6894
@good6894 Жыл бұрын
Thank you :)
@jasong1713
@jasong1713 8 ай бұрын
so well made, thank you sir!
@tuplespectra
@tuplespectra 8 ай бұрын
Glad you liked it!
@sojeyusuf149
@sojeyusuf149 Жыл бұрын
You are doing a good job, keep it up ....
@tuplespectra
@tuplespectra Жыл бұрын
Thanks!
@DineshSharma-ec2iu
@DineshSharma-ec2iu 9 ай бұрын
thanks a lot
@tuplespectra
@tuplespectra 9 ай бұрын
You are most welcome
@FallenJakarta
@FallenJakarta Жыл бұрын
love your content
@tuplespectra
@tuplespectra Жыл бұрын
I'm glad you love it. Thanks.
@rajaisrarkiani9975
@rajaisrarkiani9975 Жыл бұрын
Hello, I'm trying to implement what you are teaching. But, I'm facing an error while connecting the remote ssh. The error is "Could not establish connection to 'instance name' ". I have followed every single step according to your video. Can you help me with it.
@tuplespectra
@tuplespectra Жыл бұрын
Ensure the details you enter in the config are well indented. Also, ensure to put the actual/current public IP of your EC2 instance and remember to point the "IdentityFile" to the absolute file path of your .pem file.
@kvande97
@kvande97 Жыл бұрын
I had to keep the quotes on the IdentityFile path, I believe it's because my path has spaces. Maybe this will help you !
How to connect Visual Studio Code to AWS EC2 over SSH
11:23
My Cloud Tutorials
Рет қаралды 959
小路飞嫁祸姐姐搞破坏 #路飞#海贼王
00:45
路飞与唐舞桐
Рет қаралды 9 МЛН
🍉😋 #shorts
00:24
Денис Кукояка
Рет қаралды 3,6 МЛН
когда не обедаешь в школе // EVA mash
00:57
EVA mash
Рет қаралды 3,7 МЛН
SSH into Remote VM with VS Code | Tunneling into any cloud | GCP Demo
10:26
Connect to EC2 with Session Manager and EC2 Instance Connect
20:15
Digital Cloud Training
Рет қаралды 5 М.
Remote Development using Visual Studio Code and AWS EC2
14:26
Randy Michak
Рет қаралды 2,8 М.
The cloud is over-engineered and overpriced (no music)
14:39
Tom Delalande
Рет қаралды 622 М.
Remote Development on VSCode with SSH
9:58
Tanmoy Dasgupta
Рет қаралды 78 М.