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!
Thank you very much for this tutorial. Working with your airflow project playlist and I'll say it's the most comprehensive hands-on tutorial I've come across on TH-cam.
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!
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)
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
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.
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.
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?
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
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
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
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?
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).
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
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
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!
@@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
@@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.
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
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.
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.
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
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!!!
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.
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.
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
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!
Glad it was helpful! Thanks for your comment.
Thank you very much for this tutorial. Working with your airflow project playlist and I'll say it's the most comprehensive hands-on tutorial I've come across on TH-cam.
Thanks for your comment.
After 7 hours trying to connect my instance, you really help me!
Glad it helped.
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!
I'm glad you find it valuable. Thanks for those kind words. Stay tuned for more awesome videos.😄
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)
You are welcome. Thanks!
Thank you so much, I am practicing all along and you helped me.
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
You're so welcome! Amen! I'm glad it was helpful.
Thanks man, this really solved my problem which I was facing as someone who just started. Thanks again
Glad it helped! Thanks for your comment.
God bless you my brother. Great content, and i love how you patiently took your time to explain every concept.
Thank you so much. I'm glad you found it valuable.
this video is so clear and one of the best tutorial I've seen on youtube. thank you so much
Glad it was helpful! Thanks for the comment. It means a lot to me.
Bro this video is very helpful for me, your video is very detailed, thank you very much for your video.❤❤
Glad it helped
Excellent tip!!
I am starting out in the world of MLOPs and this tip will be very useful to me.
thank you.
Glad it was helpful! Thanks for your comment.
Amazing Video. Came here in between the WeatherAPI Project and damn. Superb content!
Thanks so much. I'm glad you loved it.
Excellent tutorial, everything is clearly explained. I wish you'd do a python course that's specific for data engineering.
Thanks for your comment. Yes, I would create a python course some times later.
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
Thank You! Very helpful tutorial.
Glad it was helpful!
This video came in handy and it is my exact use case.
Thank you.
I'm glad you found it helpful.
Thank you! This video shows clear instructions!
Thank you for this excellent explanation
You are welcome! I'm glad it was helpful.
wow .. that was unexpected .. you explain very well i love it !
Glad you liked it!
Helpful video bro. Keep up the good work!
You are superb brother..
Thank you so much 😀
great video, was able to get evyerhting working as you mentioned, thank you sir! keep them coming
Thank you! I'm glad you got them working.
This is magnificent Sir, many thanks for this!
Glad you enjoyed it! Thanks!
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.
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.
@@tuplespectra got it. Thanks a lot for the detailed reply.
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?
Personal aws account should be fine.
so well made, thank you sir!
Glad you liked it!
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
You are doing a good job, keep it up ....
Thanks!
What a great explanation. thank you so much
Thank you so much.
thank you very much sir. It require one more step to remove all permission to .pem file except for the current user
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...
Thanks so much for your comment. We will look into your request.
Can I do interactive window too?
appreciate your work
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
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
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?
Thank you! I think that might either be a problem with your network connection or the EC2 instance.
GREATTTTTTTTTTTTTTTTTTTT
Thanks so much.
vsc doesnt connect to the ssh. It doesnt work even if i did all the steps correctly
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).
i too have the same error i use wsl , will it be affecte some how
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
Also, thank you for making this video. Fantastic work!
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
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!
@@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
@@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.
@@tuplespectra Boss, do you know anyone that can help prepare someone for this new AWS data engineer certification
love your content
I'm glad you love it. Thanks.
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
Ensure your configuration file is indented appropriately and that you have the right info there.
thanks a lot
You are most welcome
error -- could not establish connection
plzz help me to resolve it
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.
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.
how did you go about this please... I'm having the same issue
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
@@starlomy I'm using window 🙂
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!!!
Sir when I am openin irctc site it's showing site can't be reached
What site is that? Sorry I don't get the question.
Thank you :)
for me t getting connection error
can u provide me mail? i will send screenshot
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.
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.
I had to keep the quotes on the IdentityFile path, I believe it's because my path has spaces. Maybe this will help you !
@7:16
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