You can develop a web application that tracks and reports on work items by using the following AWS services:
- An Amazon EC2 instance hosting a MongoDB database
- Amazon Simple Email Service (Amazon SES) to send email messages
- AWS Elastic Beanstalk to host the application
Note: In this tutorial, we use the AWS SDK for Java version 2 to access Amazon SES.
The application you create is named MongoDB Item Tracker, and uses Spring Boot APIs to build a model, different views, and a controller. It’s an application that requires a user to log in. This tutorial guides you through creating the MongoDB Item Tracker application. After the application is developed, you'll learn how to deploy it to Elastic Beanstalk.
To read this development AWS tutorial, click https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/javav2/usecases/creating_mongoDB_app.
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/
https://www.linkedin.com/in/scottmacdonald2010/
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.