Пікірлер
@master-the-programming
@master-the-programming Күн бұрын
the art of keeping it simple is underrated however author kept it simple such that it address the original content to deliver to the dot Thanks for the video
@ramanujds
@ramanujds Күн бұрын
@@master-the-programming thank you ❤️
@ramanujds
@ramanujds 4 күн бұрын
I can see many people are facing the issue related to instance profile. I have shared a solution for the same in this video. kzbin.info/www/bejne/jmK9d3uho9p6bpYsi=ipT5d6e0c_gCU0nT
@ramanujds
@ramanujds 5 күн бұрын
Please find this link to see how to deploy a Spring Boot Application with MySQL Database on AWS. kzbin.info/www/bejne/jmK9d3uho9p6bpYsi=1h7rdBM3kbmSHV-_ Thank you ❤
@nietur
@nietur 7 күн бұрын
I get "ERROR Environment must have instance profile associated with it."
@ramanujds
@ramanujds 5 күн бұрын
create a role with name aws-elasticbeanstalk-ec2-role Add the following permissions to the role AWSElasticBeanstalkWebTier AWSElasticBeanstalkMulticontainerDocker AdministratorAccess-AWSElasticBeanstalk It will work
@ramanujds
@ramanujds 4 күн бұрын
I can see many people are facing the issue related to instance profile. I have shared a solution for the same in this video. kzbin.info/www/bejne/jmK9d3uho9p6bpYsi=ipT5d6e0c_gCU0nT
@francispierre-louis4163
@francispierre-louis4163 Ай бұрын
On the money!!!!! TY
@arijitdatta3694
@arijitdatta3694 2 ай бұрын
Great stuff!
@ramanujds
@ramanujds 4 күн бұрын
Thanks!
@abhinavtonde397
@abhinavtonde397 2 ай бұрын
Thank you sir, it helped me save a lot of money for VPS subscription. Can you also tell how to link a database with the application over AWS, please? That will be real helpful.
@gur151
@gur151 2 ай бұрын
It's not as smooth as this video makes it out to be. Despite carefully following every single step there are still 1000 road blocks at every turn. EC2 profile, server port mismatch and now cookies are too big? Are there things that you added off camera? Why didn't you encounter any of these problems, I've tried it with a super simple application, same as yours.
@ramanujds
@ramanujds 4 күн бұрын
many things in AWS are changed over time. For "Instance profile" I didn't need to do any additional work. However I can see many people are facing the issue related to instance profile. I have shared a solution for the same in this video. kzbin.info/www/bejne/jmK9d3uho9p6bpYsi=ipT5d6e0c_gCU0nT
@khieng11
@khieng11 2 ай бұрын
Very nice bro. Thanks you!!!
@shubhamthakur614
@shubhamthakur614 3 ай бұрын
could you please make a playlist for java developer to work with AWS and all its feature it help a lot
@ramanujds
@ramanujds 3 ай бұрын
Sure. I will 😊 Thank you for watching
@gauravroykxj90
@gauravroykxj90 4 ай бұрын
Its so interesting bro...
@rupalinath5228
@rupalinath5228 4 ай бұрын
😊
@ramanujds
@ramanujds 4 ай бұрын
Glad you think so! Thank you 🙏
@leemajelifa5489
@leemajelifa5489 5 ай бұрын
🔥Thanks for uploading.
@ramanujds
@ramanujds 4 ай бұрын
Thank you ☺️
@v1gneshd317
@v1gneshd317 5 ай бұрын
Hi bro I'm using MySql database in my application. so, how to connect or save my data's to aws?
@ramanujds
@ramanujds 5 ай бұрын
Using RDS. I will upload a video on it soon. Thank you for watching.
@ramanujds
@ramanujds 4 күн бұрын
Please find the following video kzbin.info/www/bejne/jmK9d3uho9p6bpYsi=ipT5d6e0c_gCU0nT
@leemajelifa5489
@leemajelifa5489 5 ай бұрын
Thank you for this video❤.. looking forward for the next one..
@ramanujds
@ramanujds 5 ай бұрын
Thank you. 2nd video I have uploaded. Please check.
@brightasiwe9744
@brightasiwe9744 5 ай бұрын
Nice video, I've opened port 80 and 443 but beanstalk url won't still be accessed from other devices unless through IP. How do I solve this
@gauravroykxj90
@gauravroykxj90 6 ай бұрын
Great ❤
@xmodegamex8001
@xmodegamex8001 6 ай бұрын
Nicely done mate. This is what im looking for.
@rohansharma141
@rohansharma141 6 ай бұрын
great video, really helpful. thank you
@ramanujds
@ramanujds 6 ай бұрын
Glad it was helpful! 😊
@venkatsainaiktejavath1241
@venkatsainaiktejavath1241 7 ай бұрын
how can i get the deployed apis in HTTPS, i am working on it, can you share some knowledge for this?
@fipabrate
@fipabrate 8 ай бұрын
looking forward to your next video about deploying with database. Maybe using docker compose?
@ramanujds
@ramanujds 8 ай бұрын
Thank you. I will upload a video on how to deploy a spring boot application along with a database soon
@ramanujds
@ramanujds 4 күн бұрын
kzbin.info/www/bejne/jmK9d3uho9p6bpYsi=ipT5d6e0c_gCU0nT
@DeepakSharma-cv2tj
@DeepakSharma-cv2tj 9 ай бұрын
Failed to fetch. Possible Reasons: CORS Network Failure URL scheme must be "http" or "https" for CORS request.
@ramanujds
@ramanujds 6 ай бұрын
CORS issue will occur when you make a cross origin request like making an ajax call. To avoid it you can mention @CrossOrigin annotation on top of your controller class. Also I hope you've activated the public IP address (go @ 6:02)
@chetanyadav6421
@chetanyadav6421 9 ай бұрын
this employee management fullstack project is enough for resume, please ans, thank you
@ramanujds
@ramanujds 9 ай бұрын
Hello Chetan, this is not a project that can be mentioned on your resume. I just showed a simple way to deploy an application on AWS. In order for you to mention these skills on your resume, you must learn spring boot and AWS separately and create a project with more features and functionalities. Thank you for your watching. 😊
@chetanyadav6421
@chetanyadav6421 9 ай бұрын
@@ramanujdsI know you just showed how to deploy,I am saying management project is enough for resume with spring boot and react
@ramanujds
@ramanujds 9 ай бұрын
@@chetanyadav6421yes plus some additional tools like Kafka for asynchronous communication, spring security for implementing auth etc.
@chetanyadav6421
@chetanyadav6421 9 ай бұрын
@@ramanujds thank you🙏
@maxi331
@maxi331 9 ай бұрын
Excellent. Thanks!
@ramanujds
@ramanujds 9 ай бұрын
Glad that it was helpful. 😊
@kinniewittick7950
@kinniewittick7950 9 ай бұрын
P r o m o s m
@ravinders9221
@ravinders9221 9 ай бұрын
nice bro. thank you!!
@ramanujds
@ramanujds 9 ай бұрын
Thank you ☺️
@Meeshohaul1198
@Meeshohaul1198 10 ай бұрын
Great
@ramanujds
@ramanujds 9 ай бұрын
thank you
@joyjyotifitness8243
@joyjyotifitness8243 10 ай бұрын
Great quality 🔥🔥
@ramanujds
@ramanujds 10 ай бұрын
thank you ☺️
@devendragupta636
@devendragupta636 10 ай бұрын
@Veluru_Harish
@Veluru_Harish 10 ай бұрын
Superb explanation sir..but i would like to know how you typed together?🫡
@ramanujds
@ramanujds 10 ай бұрын
Thank you 🙏
@ramanujds
@ramanujds 10 ай бұрын
I got 4 hands 🙌🙌 and two brains 🧠🧠 😄😄. Jokes apart, The react one I typed and recorded first, and blindly told about angular too. Separately I recorded Angular. Then merged them. Seems just a 6mins video but 1 hour I spent in recording and 3 hours in editing and syncing
@TechLearningX
@TechLearningX Жыл бұрын
@biswajitnath3667
@biswajitnath3667 Жыл бұрын
Nice
@ramanujds
@ramanujds Жыл бұрын
thank you
@mithuna5009
@mithuna5009 3 жыл бұрын
Great content sir!!
@raveendrakr4191
@raveendrakr4191 4 жыл бұрын
Nice tutorial sir🤟
@ramanujds
@ramanujds 4 жыл бұрын
Thank you :)