简体   繁体   中英

How to deploy spring boot microservices in AWS

I have developed few microservices and registered it into Eureka Server. Everything works fine in Local but I don't have any idea about how to deploy it into AWS Environment. Please give me some suggestion about how to deploy it into AWS.

My suggestion is to have it hosted on a EC2 instance if you are not worried about scalability. I would have the service turned in to a docker image, then transport that image to the EC2 instance and then use it. Though I think you can skip over the docker image process (not sure on how to do that though). Please look at this medium article for a more indept tutorial .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM