Inspiration
first time got the chance to create new application using java spring boot and single store database
What it does
Integrate Spring Boot with MySQL using Amazon RDS
How we built it
- Create Maven Project 2.Create database in MySQL
- Create database using Amazon RDS
- Postman to perform CRUD Operation
- and see changes get reflected in MySQL
Amazon RDS | Deploy Spring Boot + MySQL CRUD Application into Elastic Beanstalk
Challenges we ran into
Creating Database in Amazon RDS (As it was for billable project and I'm on bench so tried with last time endpoint created, when I was learning in session endpoint of RDS Database) getting this error:-> Your request to create DB instance database-1 didn't work.User: arn:aws:iam::905534382132:user/pluralsight-580ad814 is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:us-west-2:905534382132:db:database-1 with an explicit deny in a service control policy
Accomplishments that we're proud of
We are able to test the application that perform all CRUD operation
What we learned
New technology Amazon RDS and how to create database
What's next for Java Spring Boot Single Store
Amazon RDS | Deploy Spring Boot + MySQL CRUD Application into Elastic Beanstalk
Log in or sign up for Devpost to join the conversation.