In the last chapter, we learned how to develop JEE microservices and deploy them in Docker containers.
In this chapter, we will learn how to deploy JEE applications in the cloud, specifically in Amazon Web Services (AWS) cloud and Google Cloud Platform, using Eclipse tools. The focus is going to be more on using Eclipse tools to deploy JEE applications in the cloud, rather than learning about a specific cloud platform.
In this chapter, we will cover the following topics:
- Deploying the JEE application in an AWS EC2 instance
- Deploying the REST web service in AWS Beanstalk
- Deploying a Docker container in Google Compute Engine
- Deploying a RESTful web service in Google App Engine