Sunday, November 22, 2020

Creating the Amazon Relational Database Service item tracker

 You can develop a Spring Boot application that tracks and reports on work items by using the following AWS services:

  • Amazon Relational Database Service (Amazon RDS)
  • Amazon Simple Email Service (the AWS SDK for Java SDK version 2 is used to access Amazon SES)
  • AWS Elastic Beanstalk

The application you create is named AWS Tracker, and uses Spring Boot APIs to build a model, different views, and a controller. It’s a secure web application that requires a user to log into the application. For more information, see Spring Boot - Securing Web Applications.

This tutorial guides you through creating the AWS Tracker application. Once the application is developed, you'll learn how to deploy it to Elastic Beanstalk. 


To read this AWS tutorial, click https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/javav2/usecases/Creating_rds_item_tracker


I work on AWS Java code that helps AWS developers. Included in this role is working with AWS Services such as S3, DynamoDB, EC2, Lambda functions, and so on. 

https://www.linkedin.com/in/scottmacdonald2010/


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Deploying a Java web application to Amazon ECS

 You can deploy a Java web application that uses the AWS SDK for Java (v2) to Amazon Elastic Container Service (Amazon ECS). Amazon ECS is a...