@@amonkincloud thanks for the clear information bro..this question is asked me in mock interview ,how to host the application in EC2.? now am clear this
Bro … this is the best video I found on internet about hosting a web server on EC2 . Very nicely explained including things that would not work and settings explained by actually getting errors and then solving it . Thanks a lot
thank you, i could not figure out for the life of me why my website was not going live, i went into dnschecker it said it was live, i double and triple checked my ufw firewall, and finally i saw i just needed to add an inbound rule in my security group to allow HTTP port 80, even though it was already allowed on my firewall it was not inside my instance. Thank you again so much!
Sir can you please reply me Actucally i m using free tier While launching instance,in network setting how am i disabled for auto assign public ip Can you please provide some solution
Hello, i have a small confusion. I am trying to use aws calculatr to calculate an estimate for a simple web application hosting. I am having a great confusion on outbound data transfer, even if i select few GB as outbound data transfer the price goes insanely high(like some dollars per GB's) When the users are fetching the content of your website, then the site that the aws service(or an ec2 instance) that sends to user count's as outbound data isn't it?
Yes, you're correct. In AWS, "outbound data transfer" refers to the data that is sent from your AWS services (such as an EC2 instance) to the internet. This data transfer is often billed separately and can get quite expensive depending on the volume. Here’s a more detailed explanation: Inbound Data Transfer: This is the data that comes into your AWS services from the internet. For most AWS services, inbound data transfer is free. Outbound Data Transfer: This is the data that leaves your AWS services and goes to the internet. When users access your web application and fetch content, the data sent from your EC2 instance (or other AWS services) to their devices is considered outbound data transfer. This is usually charged per GB and can become expensive with high traffic volumes.
I'm subscribing you for the 3rd time from yesterday evening. I don't know why everytime i came back to your channel for any solution i found i've not subscribed but i clearly remember i have done it for 2 times surly and this is the third time i am subscribing.
Hi monk ...could you please tell me if we terminate our running instance then also web application or server will be assisable? From our IP ? Or it will be vanished after terminate instance?
Hi Anonymous Org, Glad that it helped you. I have already made a video on how to connect domain name to EC2 Instance, please check it and let me know if it helped you. Video link: th-cam.com/video/1hpHn1uOEeI/w-d-xo.html Hope this helps! Thanks and Regards, A Monk in Cloud ☁️
If I want to host my own website instead of the demo that you have shown, so I need to the clone the git repo into the new dir you made and the follow the next steps?
Sir at 9:15 you paste the link of website(zip file) ., But how do i use my zip file which is situated at my computer ? Please answer sir, tomorrow is my project submission. 🙏
Place your files related to website in the GitHub repository and use ‘git clone repo-url’ and clone the repo. The next steps remain as is. All the best for your presentation 🙌
why does my ec2 container stop responding after around 20 minutes? It shows that the CPU usage is high even though I don't really do anything with it. Is it because I ssh'd instead of using the instance connect?
Any concerns of outgoing bandwidth charges if you were to get hit with a DDoS or does the standard AWS Shield protect out of the box from that type of thing from happening?
If it is a mission critical application, I would also add AWS Shield. For more details regarding pricing please use AWS Calculator as they have given in depth analysis.
[service httpd start] starts Apache immediately but does not ensure it starts on system boot, while [systemctl enable httpd] configures Apache to start automatically on system boot but does not start it immediately unless followed by [systemctl start httpd].
Sir i have a doubt...if i Close the EC2 connect..whereas stilling leaving the EC2 instance running, becuase of shell session over..my website is not getting hosted..what i can do sir..inorder to host the application...without any interuption
sir please help me, i've followed your instructions , the web page is working but files are not present. It just shows a text "it works!". please help me with it
@@amonkincloud i downloaded and run in the vscode i have converted the .php to .html file, since .php header is not supporting in aws, even after changing the file type , the webpage is not showing but the website is active
@@amonkincloud could you please mention the steps in brief ? I have my repo ready in github. now what are the commands that i should run , i don't know
Hi, I tried this but used FTP to upload the website. I was able to upload it, but when moving to html folder, its not moving the index.html or other files, but its moving all other folders. I looked around, they are saying to enable static website hosting, but we never used S3 storage in this EC2 instance process that you explained. could you please help on this, what could ahve been the issue.
In the EC2 instance you will have /var/www/html if you have installed the webserver. If not you won’t be able to. Also what is the error that you received? Also do you have root privileges while transferring the files? Having root privileges is important.
You know how to train or to explain in a pro way that everyone understands. Thank you for that. please help with the commands which we come across aws and putty on the go.
I want to request a particular thing Because most of the viewers are students or learners just like me, I would like you to show that what instances or virtual machines to shut down once the work is done because I had to pay a bill for not logging out or terminating the instances just by watching the video tutorials where they showed just what to do but skipped the billing part
Hi im facing a problem, after creating and launching Instance State is running but my Status Check is stuck in initializing. What shall I do in order to check pass 2/2? Please help
@@amonkincloud thanks sir I saw the process of route53 but I have one more doubt , I created a tool TH-cam video convertor but in route 53 videos they access with domain name I mean it's not like a particular webpage of that website.pls tell if I do all the process of route53 then can I edit it with WordPress or not?
Thank you for your video it was very helpful to me, but I've one prob which is what if my website has got the sign up option and I want to use RDs in AWS to take data/ information?
Glad that it helped you. To answer your question, I have created some project videos which might help you [although they are not exactly what you are looking for] Project 1: th-cam.com/play/PLjl2dJMjkDjnwCR6eTLBhjt_45Ua7N9vn.html Project 2: th-cam.com/play/PLjl2dJMjkDjlSARq_6kppW3nvUVIfy0Ut.html
Great Video, Ive done all as asked but the problem Im getting with my instance is its showing up as the webnsite is unsafe and that it could be a potentially harful Malware. Is this a problem with my browser settings moreso?
Hi! After I followed the steps and copied the public IP address, the website doesn't show up. Instead, a page saying "It works!" pops up every time. I'd appreciate if you can help me with that.
/var/www/html is the linux directory on your computer in windows it could be c:\www\ . Apache can be setup to look at this directory and process those files ie c:\www\index.php can be server as localhost/index.php
@@amonkincloud Thankyou. Now im facing another issue, the webpage shows itself as not secure for that reason i tried deleting the http inside the inbound rules &due to which the website isnt visible or does aws allow only few mintues to display the website
Hello sir! Thank you for your great work. Are those commands you use in the Virtual Server a default in AWS? Where can we access and learn those commands to use on our personal projects? I will hugely appreciate the reply, sir! Thanks a lot!
Those are linux commands. You can use any sites available online to learn them. They aren’t specific to AWS, those will work even if you have your own linux machine
when I type "yum update -y", I get this result in the console: Last metadata expiration check: {{date}} Dependencies resolved. Nothing to do. Complete! Any help please?
Thank you for the feedback. I have made a separate video on all the Linux commands that a Cloud or a DevOps Engineer should know. Please check that for more information
Well explained .... But i have only one question that after unzip the file why you just moved the docs and why only to /var/www/html/ ? I'm new on Devops so can you please explain briefly
I already got it. Thanks anyway. :) Lastly, can you recommend where to find a simple code for login portal that works? I’m not a programmer and cannot find a code with backend that’s working. :(
Thank you so much! Is it possible to buy a Domain Name and link the IP address that you just created by EC2? I want to host a web and manage it by myself via EC2
how do you get the link in the form of a zip file. how can i open my personal website from Vscode after converting it into a zip file and copy its link. It does not open as a website once compressed . Please help
Hello I am grateful for this video, but I do have an issue.I can connect to do website via http but when I try https I cannot connect.Is there a solution?
I don't know if you'll reply to this comment or not. But still I'll give it a try. How should I connect my domain name to this website you just created? And how to log in and log out from this website? If you've any resources explaining the same then you can drop your link.
Super dope Video, so far this is the best quality I have seen for AWS EC2.
Glad that it helped you Ivan!
@@amonkincloud thanks for the clear information bro..this question is asked me in mock interview ,how to host the application in EC2.? now am clear this
to the point sir thnq i searched the whole internet but wasted my time until i encountered your video..
Glad that it helped you Bhupesh!
Regards,
A Monk in Cloud ☁️
Thanks Sir. My instructor ran a script without explaining detailed steps as to why. You are a prophet to us. Thank you again.
Glad that it helped you
This was great. I liked the style of going through and fixing “mistakes” as if we were discovering the solution alongside you.
Thank you 🙏
Bro … this is the best video I found on internet about hosting a web server on EC2 .
Very nicely explained including things that would not work and settings explained by actually getting errors and then solving it .
Thanks a lot
Thank you 🙏
Amazing step by explanation of what is happening and also explaining why is it happening. Great work.
Thank you 🙏
thank you, i could not figure out for the life of me why my website was not going live, i went into dnschecker it said it was live, i double and triple checked my ufw firewall, and finally i saw i just needed to add an inbound rule in my security group to allow HTTP port 80, even though it was already allowed on my firewall it was not inside my instance. Thank you again so much!
Glad that it helped.
Keep supporting
great video.very clear and easy to understand. Thank you.
Thanks for the feedback 🙏
Keep supporting 🙌
This is the very first video I've seen of yours and i loved it.
Thank you 🙏
Please consider subscribing
This kind of video we expected to practice this in AWS. Thanks for sharing!! Hope you subscribers will increase 10x soon
Glad that it helped you and thank you for your well wishes.
Subscribed. Your explanations are easy, comprehensive and straightforward. Thank u
Thanks and glad that it helped you.
Sir can you please reply me
Actucally i m using free tier
While launching instance,in network setting how am i disabled for auto assign public ip
Can you please provide some solution
If you are using default VPC, you should not alter anything in default VPC. Create a new VPC and make all the configuration changes in that VPC
@@amonkincloud it will be free of cost?
@@blackiebot yes
Something difficult made super easy. Thank you friend. I understand now. I’m now a subscriber.
Thank you 🙏
Keep supporting
best channel . ever for aws projects . love your work !!! thankyou sir !!
Thank you 🙏
Keep supporting 😀
👍👍👍 complete in 1st time
Great!
easy and on point explaination
Thank you 🙏
u r great bro. I was Suffering for this issue since last 3 days
Thank you 🙏
Keep supporting
Hello, i have a small confusion. I am trying to use aws calculatr to calculate an estimate for a simple web application hosting.
I am having a great confusion on outbound data transfer, even if i select few GB as outbound data transfer the price goes insanely high(like some dollars per GB's)
When the users are fetching the content of your website, then the site that the aws service(or an ec2 instance) that sends to user count's as outbound data isn't it?
Yes, you're correct. In AWS, "outbound data transfer" refers to the data that is sent from your AWS services (such as an EC2 instance) to the internet. This data transfer is often billed separately and can get quite expensive depending on the volume.
Here’s a more detailed explanation:
Inbound Data Transfer: This is the data that comes into your AWS services from the internet. For most AWS services, inbound data transfer is free.
Outbound Data Transfer: This is the data that leaves your AWS services and goes to the internet. When users access your web application and fetch content, the data sent from your EC2 instance (or other AWS services) to their devices is considered outbound data transfer. This is usually charged per GB and can become expensive with high traffic volumes.
@@amonkincloud Thank you so much...❤❤❤❤
I'm subscribing you for the 3rd time from yesterday evening. I don't know why everytime i came back to your channel for any solution i found i've not subscribed but i clearly remember i have done it for 2 times surly and this is the third time i am subscribing.
Thank you 🙏
Beautifully Explained !!❤
Thanks for the feedback
Keep supporting 🙏
One of the best and simplest tutorial video , Keep it up , we are expecting more videos like this.
Glad that you liked it
Thanks alot, the video is simple and clear making it easier for me
Thank you 🙏
Keep supporting
Sick video. Love the clear explanation :D
Thank you
Keep supporting 🥂
very informative video
thanks for this! god bless you!
Thank you 🙏
Super cool, well calm explanatory video with no hidden information. Thanks man
Thank you 🙏
Keep supporting
It is very helpful and explain in easy way, thanks
Thank you 🙏
Keep supporting
Tq so much sir I'm search from couple of weeks this is the best video I have got🎉 tq so much sir
Thank you 🙏
Hi monk ...could you please tell me if we terminate our running instance then also web application or server will be assisable? From our IP ? Or it will be vanished after terminate instance?
Terminating Instances means you do not have access to the instance later
Ya but after that also we can access our website right ? Which we created by using that instance?
No you cannot
Ohk great thank you !
Thank You Sir 😫😫😫😫😫 bhot pareshan tha mai 😫😫😫😫😫😫 Thank you so much🥺🥺🥺🥺🥺🥺 Please make video on how to connect domain name to your ec2
Hi Anonymous Org, Glad that it helped you. I have already made a video on how to connect domain name to EC2 Instance, please check it and let me know if it helped you.
Video link: th-cam.com/video/1hpHn1uOEeI/w-d-xo.html
Hope this helps!
Thanks and Regards,
A Monk in Cloud ☁️
@@amonkincloud Thank You So Much
Glad that it helped. Keep supporting!
Teşekkürler.
Thank you so much 🙏
thanks for this wonderful lectures, but pls, show us how to do all these settings in the window ami instance
Glad that it helped you Tes.
If I want to host my own website instead of the demo that you have shown, so I need to the clone the git repo into the new dir you made and the follow the next steps?
Yes
for the local project, let say I hold my project in MyDesktop/My_Project on my computer, how do I upload it to EC2 server ?
Use SCP tools to share
Sir at 9:15 you paste the link of website(zip file) .,
But how do i use my zip file which is situated at my computer ?
Please answer sir, tomorrow is my project submission. 🙏
Place your files related to website in the GitHub repository and use ‘git clone repo-url’ and clone the repo. The next steps remain as is.
All the best for your presentation 🙌
Super bro Really very helpful
Glad that it helped you Nitin!
You saved me!!! thank you!!!
Keep supporting 🤝
what is the need to create a temp directory we can we directly add files and unzip in /var/www/html
Yes you can. It is always a best practice to copy it to some temp folder and then move it to the html location
@@amonkincloud thank you so much
why does my ec2 container stop responding after around 20 minutes? It shows that the CPU usage is high even though I don't really do anything with it. Is it because I ssh'd instead of using the instance connect?
What is the instance type that you used? It depends on the instance type as well.
@@amonkincloud t2.micro. is a different one more suitable for this?
by far the best video ! hats off
Thank you 🙏
Any concerns of outgoing bandwidth charges if you were to get hit with a DDoS or does the standard AWS Shield protect out of the box from that type of thing from happening?
If it is a mission critical application, I would also add AWS Shield. For more details regarding pricing please use AWS Calculator as they have given in depth analysis.
Good Video
Thanks for the feedback. Keep supporting! 🙏
SIR, what is the differ in [service httpd start ] and [systemctl enable httpd]
[service httpd start] starts Apache immediately but does not ensure it starts on system boot, while [systemctl enable httpd] configures Apache to start automatically on system boot but does not start it immediately unless followed by [systemctl start httpd].
which is used to host a static (only frond end ) website: EC2 instance or S3?
Sorry didn’t understand your question
@@amonkincloud I wanna host a website on AWS. so could you let me know S3 will be used or EC3 instance?
How to get our own custom website
Which is in our local file sytem so i will push to my git repo and i will get it will it work ?
Did you manage to get a way a round this?
Sir i have a doubt...if i Close the EC2 connect..whereas stilling leaving the EC2 instance running, becuase of shell session over..my website is not getting hosted..what i can do sir..inorder to host the application...without any interuption
No the HTTPD service should be running even if you logout from the machine
Very good explanation.wow
Thank you 🙏
Keep supporting
@@amonkincloud - I don't normally subscribe a channel but your explanation forced me to subscribe yours..
Thank you. How do you add your own code to customize it? Also, is there a way to view the files/delete these?
You can transfer the file using Filezella or Git Clone
sir please help me, i've followed your instructions , the web page is working but files are not present. It just shows a text "it works!". please help me with it
Please download the same code on your local machine and try to open it. If you get the same response that means that the source code has been changed
@@amonkincloud i downloaded and run in the vscode i have converted the .php to .html file, since .php header is not supporting in aws, even after changing the file type , the webpage is not showing but the website is active
thanks its very helpfull so i subscribed hope you cover more aws services im waiting
Glad that it helped you.
Keep supporting 🙌
sir , how to upload the folder if it is in my computer. somewhere at D drive
Move your files to github and then clone the repository inside your machine
@@amonkincloud could you please mention the steps in brief ? I have my repo ready in github. now what are the commands that i should run , i don't know
u r like the shortest solution, i have ever found.
This is the shortest yet motivating comment I have ever received 😃
Hi, I tried this but used FTP to upload the website. I was able to upload it, but when moving to html folder, its not moving the index.html or other files, but its moving all other folders. I looked around, they are saying to enable static website hosting, but we never used S3 storage in this EC2 instance process that you explained. could you please help on this, what could ahve been the issue.
In the EC2 instance you will have /var/www/html if you have installed the webserver. If not you won’t be able to. Also what is the error that you received? Also do you have root privileges while transferring the files? Having root privileges is important.
You know how to train or to explain in a pro way that everyone understands. Thank you for that. please help with the commands which we come across aws and putty on the go.
Thank you 🙏 all the commands can be found in the github repo or in the video description
I want to request a particular thing
Because most of the viewers are students or learners just like me, I would like you to show that what instances or virtual machines to shut down once the work is done because I had to pay a bill for not logging out or terminating the instances just by watching the video tutorials where they showed just what to do but skipped the billing part
Thanks for the feedback.
I will make sure to add this to my upcoming videos.
Thanks, really expalined very well
Glad that it helped
Hi im facing a problem, after creating and launching Instance State is running but my Status Check is stuck in initializing. What shall I do in order to check pass 2/2?
Please help
I can jump on a call to check the issue
@@amonkincloud thanks for response but it got fixed after I did reboot
@hnry166 good to know
great video to understand upload files.. thanks
Thanks
Keep supporting
Sir i entered the command "systemctl enable httpd" but it is showing "access denied" and i cannot start the service . Sir Please help what is issue
Try with “sudo systemctl enable httpd”
how can i attach web server with my website and how to change that public ip address to site address so it can be accessible by site address
Use Route53
@@amonkincloud thanks sir I saw the process of route53 but I have one more doubt , I created a tool TH-cam video convertor but in route 53 videos they access with domain name I mean it's not like a particular webpage of that website.pls tell if I do all the process of route53 then can I edit it with WordPress or not?
I created a code which runs but for designing I want to use wordpress. Is it possible from route53 that I can edit with WordPress?
Thank you for your video it was very helpful to me, but I've one prob which is what if my website has got the sign up option and I want to use RDs in AWS to take data/ information?
Glad that it helped you.
To answer your question, I have created some project videos which might help you [although they are not exactly what you are looking for]
Project 1: th-cam.com/play/PLjl2dJMjkDjnwCR6eTLBhjt_45Ua7N9vn.html
Project 2: th-cam.com/play/PLjl2dJMjkDjlSARq_6kppW3nvUVIfy0Ut.html
usefull content bro thank youh
Thanks for the feedback 🥳
Keep supporting 🙏
How do I give my own zip files of front-end and backend instead of website?
While loading it in temp folder?
You can clone the repo if you are storing it in a remote repo
Hi,
can you do a vidoe how to get aweb address for the Public IP address
Last bit of this video might help you: th-cam.com/video/1hpHn1uOEeI/w-d-xo.htmlsi=23Lfn0Fi8cH8UD_F
while im trying to change the directory using cd ,its showing its not a directory ,how to access this files
Try to clone the repo again
Acha! I especially like how you log into Console via aws instead of having to use any desktop SSH client like Putty. Namaste!
Glad that you liked it Arthur
This is exactly what I needed. Thank you !
Glad that it helped you Mohita Singh
i'm got everything as you said but I cannot see the website working. It shows the msg that"It Works". what should I do?
I didn’t get what is the actual issue.
Great Video, Ive done all as asked but the problem Im getting with my instance is its showing up as the webnsite is unsafe and that it could be a potentially harful Malware. Is this a problem with my browser settings moreso?
This might be because we have not configured the SSL or TLS certificates. Which can be done by following other tutorials (not mine)
Best video Brother
Thank you 🙏
Keep supporting 🙌
This is a superb helpful video, keep it up, brother!
Glad that it helped you, Ariful.
Hi! After I followed the steps and copied the public IP address, the website doesn't show up. Instead, a page saying "It works!" pops up every time. I'd appreciate if you can help me with that.
Need to check all the things configure. I can get on a call to check this if needed
Thanks for replying! I've tried several methods but still get the same output :( I'll be happy to get on a call with you!@@amonkincloud
were you able to solve this proble,??
@@linda_erose no :(
@@amonkincloud can maybe help us
To the point video 👌. I have a doubt, why are we creating another directory(/var/www/html) & copying all those files there. Any specific reason?
/var/www/html is the linux directory on your computer in windows it could be c:\www\ . Apache can be setup to look at this directory and process those files ie c:\www\index.php can be server as localhost/index.php
@@amonkincloud Thankyou. Now im facing another issue, the webpage shows itself as not secure for that reason i tried deleting the http inside the inbound rules &due to which the website isnt visible or does aws allow only few mintues to display the website
Hello sir! Thank you for your great work. Are those commands you use in the Virtual Server a default in AWS? Where can we access and learn those commands to use on our personal projects?
I will hugely appreciate the reply, sir! Thanks a lot!
Those are linux commands. You can use any sites available online to learn them.
They aren’t specific to AWS, those will work even if you have your own linux machine
How can i link it with custom domain. Got any tutorial for that?
when I type "yum update -y", I get this result in the console:
Last metadata expiration check: {{date}}
Dependencies resolved.
Nothing to do.
Complete!
Any help please?
It's already updated
Great video, very well explained!
Glad that it helped you!
can i use ec2 to host my website on a purchased domain name?
Yes you can
Thank u sir for sharing your knowledge
Glad that it helped you
hii sir i created ec2 instance & after some time i terminated that even though my billing is active. aws is charging me ... any solution for this pls
Please check other resources like EBS Volumes, Elastic IP is terminated or not
Sir actually we have given a project -online shopping by using backend as a aws and frontend html ..
helpful video, but you could have explained little more about specific commands actions and about shells and all.
Thank you for the feedback. I have made a separate video on all the Linux commands that a Cloud or a DevOps Engineer should know. Please check that for more information
@@amonkincloud thanks, I checked but didnt find.
Thanks for all Sir, your teaching skill is too good but here a issue that in case of PHP file ?
Thank you 🙏
Hie , I am looking for a tool or app where i can manage content of homepage for a website hosted on AWS
Please use Version Control System
Nice detailed video on but unfortunately the "Yum" command not found.. What other command is accepted??
It depends on the OS if its ubuntu based then apt-get will work
Well explained .... But i have only one question that after unzip the file why you just moved the docs and why only to /var/www/html/ ? I'm new on Devops so can you please explain briefly
The website will be visible to the world only if you place the contents in that folder. Its a webserver configuration
nice video, but i when trying to do this with laravel aplicattion doesnt work, can make one video teaching host a laravel application??
Sure
can i use the github repository link as a sample link ?? please reply
Yes you can clone the repository
Thanks for the video,
How do you replace the link address from "52.71.112.100" to a custom URL?
Route 53
This video might help you: th-cam.com/video/1hpHn1uOEeI/w-d-xo.htmlsi=IKKE8LbdmhoyxhMp
@@amonkincloud Thank you !
can you please comment the commands on how to clone from github? I can't make the website accessible
git clone HTTPS REPO URL
I already got it. Thanks anyway. :) Lastly, can you recommend where to find a simple code for login portal that works? I’m not a programmer and cannot find a code with backend that’s working. :(
@iamnika2127 I am not a Software Dev either
mv * /var/www/html
mv: overwrite '/var/www/html/css'? y
mv: cannot move 'css' to '/var/www/html/css': File exists
can you help with this error please?
@iamnika2127 try mv with sudo if it doesn’t work we need to check all the details. You can email here: amonkincloud at gmail dot com
Brother, I learned so much from this. Thank you
Glad that it helped you
How would I deploy my github repo? Would i just copy the url of it?
Check if git is installed or not. If not install it.
Then run ‘git clone repo-url’
Awesome🎉
Thank you 🙏
Thank you so much! Is it possible to buy a Domain Name and link the IP address that you just created by EC2? I want to host a web and manage it by myself via EC2
Yes you can! Create a record for the ip address
Sir,can I choose to use the Linux OS even though my system is windows?
Yes the OS of the VM can be anything
From where did you get the .zip file? When you copied the link
I have explained it in the video itself. Please re watch
how do you get the link in the form of a zip file.
how can i open my personal website from Vscode after converting it into a zip file and copy its link. It does not open as a website once compressed .
Please help
Need not be a zip file always, you can transfer the files too
@@amonkincloud How?
using WinSCP tool u can upload files.....just like in windows from one folder to another drive or folder
Yes correct 👍
Hello I am grateful for this video, but I do have an issue.I can connect to do website via http but when I try https I cannot connect.Is there a solution?
Yes this is only with HTTP. But if you need HTTPS you can go with SSL Certificates
I think you must have a credit- or debitcardnumber for registration.
Registering what?
how can i use a domainname instead of a ip-adress?
Create a CNAME Record mapping your Public Ip address
I don't know if you'll reply to this comment or not. But still I'll give it a try. How should I connect my domain name to this website you just created? And how to log in and log out from this website? If you've any resources explaining the same then you can drop your link.
Last bit of this video might help you: th-cam.com/video/1hpHn1uOEeI/w-d-xo.htmlsi=pM0WCli7xyL58M3D