"I was trying to upload my Spring Boot Java project to AWS for a week, but it wasn't uploading due to some errors. I watched a lot of videos, and after watching your channel's video, my backend project got deployed. Thank you so much, CodeJava!"
This was probably the first video i found using the modern AWS and it was very easy to follow! However, I my site is receiving a "404 not found ("/")" error. I am really frustrated because I finally feel so close with your tutorial but cant figure out why this is is happening. It works absolutely fine on my localhost but now when it is deployed it does not work! Could you or anyone help me out?
@@CodeJava I was reading online to see what could have happened... someone said it is possible that my JAR file does not carry my WEB-INF folder and views. That would definitely trigger a 404 I think? Since it can't complete the Get ("/") method? I'm not sure. This is my first deployment lol. I am trying it again today as a WAR file, they said that might work.
that's a possible cause. Try to make the JAR file running on localhost first. If it works on localhost (in command line) it will very likely work on AWS.
Hi, I deployed react app on AWS amplify. When I try to deploy java springboot app in elastic beanstalk it's giving Error on line 357 at column 8: Opening and ending tag mismatch: meta line 7 and head I don't have any html or XML file in my springboot app. I am unable to trace the error
@@CodeJavaWhen enabling database i am getting like below exception can you pls tell me what is the solution for this Configuration validation exception: Invalid option value: 'db.t2.micro' (Namespace: 'aws:rds:dbinstance', OptionName: 'DBInstanceClass'): DBInstanceClass db.t2.micro not supported for mysql db engine. please reply to this bro
Hello sir. I still can't access my springboot api. I already set the server port into 5000 but then, when I tried to upload and access the domain again, bad gate way error still appeared. How to fix this? Great video by the way!
When enabling database i am getting like below exception can you pls tell me what is the solution for this Configuration validation exception: Invalid option value: 'db.t2.micro' (Namespace: 'aws:rds:dbinstance', OptionName: 'DBInstanceClass'): DBInstanceClass db.t2.micro not supported for mysql db engine.
@@kongarasrikiran7727 for that I tried another way first I created application ec2 and after that we can give to database to that instance. You can try like that
"I was trying to upload my Spring Boot Java project to AWS for a week, but it wasn't uploading due to some errors. I watched a lot of videos, and after watching your channel's video, my backend project got deployed. Thank you so much, CodeJava!"
Glad it helped. You're welcome.
Thats the video I have been looking for months, also would be incredible if u will add https protocol to that instance
Glad it helped. I will study about that HTTPS
This was probably the first video i found using the modern AWS and it was very easy to follow! However, I my site is receiving a "404 not found ("/")" error. I am really frustrated because I finally feel so close with your tutorial but cant figure out why this is is happening. It works absolutely fine on my localhost but now when it is deployed it does not work! Could you or anyone help me out?
did you set custom context path? If so, the app URL is customdomain.amazon.com/contextpath. Also check the last log lines to see what really happened.
@@CodeJava I was reading online to see what could have happened... someone said it is possible that my JAR file does not carry my WEB-INF folder and views. That would definitely trigger a 404 I think? Since it can't complete the Get ("/") method? I'm not sure. This is my first deployment lol. I am trying it again today as a WAR file, they said that might work.
that's a possible cause. Try to make the JAR file running on localhost first. If it works on localhost (in command line) it will very likely work on AWS.
Hi, I deployed react app on AWS amplify. When I try to deploy java springboot app in elastic beanstalk it's giving
Error on line 357 at column 8: Opening and ending tag mismatch: meta line 7 and head
I don't have any html or XML file in my springboot app. I am unable to trace the error
I think you need to have source code to be able to fix that issue. Sorry I can't help because it's specific to your application.
Now I am able to deploy in my personal laptop instead office laptop. What do you think the issue may be with office laptop.
Does this work with project with spring boot thymeleaf MySQL? as fullstack ?
Sure, it will work.
Nammmm I hope you are ok. You movies evertime awesome. I love it. Thx a lot for your support. 😻😻😻
i'm glad to see your comments as always. Thanks for your kind support :) All the best!
@@CodeJavaWhen enabling database i am getting like below exception can you pls tell me what is the solution for this
Configuration validation exception: Invalid option value: 'db.t2.micro' (Namespace: 'aws:rds:dbinstance', OptionName: 'DBInstanceClass'): DBInstanceClass db.t2.micro not supported for mysql db engine. please reply to this bro
Deploying jar to elastic beanstalk in October is deprecated, any other options.
Please update
oh, let me check again and update.
@@CodeJava thank you sir
Hello sir. I still can't access my springboot api. I already set the server port into 5000 but then, when I tried to upload and access the domain again, bad gate way error still appeared. How to fix this? Great video by the way!
you need to check server's logs to see what really caused the error.
When enabling database i am getting like below exception can you pls tell me what is the solution for this
Configuration validation exception: Invalid option value: 'db.t2.micro' (Namespace: 'aws:rds:dbinstance', OptionName: 'DBInstanceClass'): DBInstanceClass db.t2.micro not supported for mysql db engine.
Same with me!!!! i tried everything possible. Please reply if you found a solution.
@@kongarasrikiran7727 for that I tried another way first I created application ec2 and after that we can give to database to that instance. You can try like that
or change the db instance class ?
excellent content as usual. thanks
Glad you enjoyed it
Anh cho em hỏi nếu public ip database ra để kết nối xuống mysql workbench thì mất phí phải ko ạ? Em dùng RDS nhưng mà thấy mất phí
nó có tính phí dữ lắm đó em. Chắc để hạn chế kết nối trực tiếp.
@@CodeJava dạ vâng ạ
@@CodeJava vậy thay vì mình dùng ip trực tiếp api thì mình dùng cái link dài dài nó tạo là không bị tính phí hả anh
@@hiimluvn kiểu gì nó cũng tính phí remote access hết em ạ.
Muchas gracias!!!!!!
Glad it helped. You're welcome.
is it free bro ?
as far as I know, AWS is free for 1 year (trial).