@@UdegbunamChuks you'll get charged for only the cloud resources you consume. This can range from $0 (if you are only using free-tier resources) to $3 to $100 or more per month.
@UdegbunamChuks3 күн бұрын
@ugogineering thanks 👍🏾
@IbrahimADT15 күн бұрын
hello ugo.. how are you.? am one of your students.. what's your linkedin
@ugogineering15 күн бұрын
This is it: www.linkedin.com/in/ugochukwu/
@stanleyobidiagha120821 күн бұрын
it works for me. thank you.👍
@ugogineering21 күн бұрын
I am glad it worked for you.
@polatdundarАй бұрын
it helped a lot!!! thank you
@ugogineeringАй бұрын
Thank you.
@phoenixrising67202 ай бұрын
OMG! You saved my life! :D
@ugogineering2 ай бұрын
Thank you.
@adama84754 ай бұрын
Thank you very much, this worked like a charm
@ugogineering4 ай бұрын
@@adama8475 you are welcome 🤗
@Yuichan85 ай бұрын
thank you, I finally deployed my static html with no problem. Had a hard time deploying it via gitlab pages and netlify but this was the clearest and best tutorial :)
@Tebid8907 ай бұрын
hi, first I'll like to say thanks for coming up with this information. In this last section, i couldnt get my phpMyadmin to link all the databases we had created in the previous sections. I have retried the entire series 2wice and still cant get the data to populate on my phpMyadmin account. is there an update to the package that has slightly changed the procedure?
@ugogineering6 ай бұрын
The blog might help you with detailed steps. See: ugogineering.com/blog/index.php/2023/09/26/how-to-setup-an-amazon-elastic-compute-cloud-instance-and-install-linux-apache-mariadb-and-php-lamp-stack-on-amazon-linux-2023/
@meenarao81548 ай бұрын
its not working
@ugogineering8 ай бұрын
At which point are you facing a challenge @meenarao8154 ?
@meenarao81548 ай бұрын
@@ugogineeringip address is not loading
@meenarao81548 ай бұрын
@@ugogineering taken code form github and unzipped
@ugogineering8 ай бұрын
@@meenarao8154 what IP address do you have?
@meenarao81548 ай бұрын
public address
@JRQuattroPorte11 ай бұрын
Appreciate these instructions, they are easy to follow compared to other set of instructions on the net! Thanks so much!
@ugogineering11 ай бұрын
Thank you @JRQuattroPorte.
@thisizzellie2531 Жыл бұрын
Can you show how to edit the URL for domain name for each page?
@ugogineering8 ай бұрын
Yes I can
@thisizzellie2531 Жыл бұрын
thank you. It was simple and easy to follow.
@ugogineering8 ай бұрын
Glad it helped!
@arifzanko Жыл бұрын
Wow, what an incredible tutorial! I've been searching everywhere for a guide like this, and your work is absolutely outstanding. Thanks for sharing your expertise!😄😄
@ugogineering Жыл бұрын
Thank you. I am glad you found the tutorial useful.
@kolawolefalase9447 Жыл бұрын
awesome exercise.
@ugogineering Жыл бұрын
Thank you.
@Alex-ph1th Жыл бұрын
"Promosm"
@ugogineering Жыл бұрын
Thank you.
@osry Жыл бұрын
is it free for Africans? If not how much does it cost please ? I need this.
@ugogineering Жыл бұрын
Participants under the ALX - Udacity program for which I created the tutorials won scholarships for the Nanodegree.
@osry Жыл бұрын
Please how long dose it take to complete this program?
@ugogineering Жыл бұрын
About 3 months on the average.
@osry Жыл бұрын
@@ugogineering wow I have to go for this.Thanks alot
@devnghiepdu256 Жыл бұрын
Thank you so much
@ugogineering Жыл бұрын
You're most welcome @devnghiepdu256.
@krithikaganesh7728 Жыл бұрын
Thank you for the video. When i do npm run build i get this error : 'zip' is not recognized as an internal or external command, operable program or batch file. How to make npm run build work Thank you
@ugogineering Жыл бұрын
You will need to install the zip utility on your terminal.
@NierozillionFx Жыл бұрын
Please i have this error ERROR Instance deployment failed to generate a 'Procfile' for Node.js. Provide one of these files: 'package.json', 'server.js', or 'app.js'. The deployment failed.
@ugogineering Жыл бұрын
What node version are you using? Be sure it is the same with the Node version you are deploying to on Elastic Beanstalk.
@NierozillionFx Жыл бұрын
My eb create doesn’t work please I need help , after debugging I checked the log file it gives an errror about procfile and specifying node version which I have already specified in my package.json file .. do I need to include a procfile
@ugogineering Жыл бұрын
Check carefully that you followed all the required steps.
@jammaladeyemi3126 Жыл бұрын
Thanks for the video. been having issues with the 'npm run build' and was able to resolve that.