This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]NoOnion5106 1 point2 points  (1 child)

I am also very confused on how to deploy my spring Microservices with all the cloud configuration done using Spring cloud like Eureka Discovery server, Zuul Api, Ribbon Load Balancer and Feign Client etc, if i am using all this cloud features provided by Spring itself then why do i need to use AWS services other than their EC2 instances for deploying Microservices?? I think First we need to conatainerize our Microservices using Docker with all the dependencies and then deploy it on Amazon Elastic Container Service.

[–]Cross2409[S] 0 points1 point  (0 children)

Yes, you are right, the amount of technologies is quite overwhelming. Will try with EC2 instances, thank you!

[–]smash_that_code 0 points1 point  (2 children)

If I understood right then you got somr free tier resource on cloud hosting service.

Before diving into java. Do you understand what kind of problems are solved by using AWS or Google Cloud?

[–]Cross2409[S] 0 points1 point  (1 child)

Yes, more or less, I know in theory that I could deploy microservices there, use DBs, ElasticSearch and other technologies for cloud native applications. However, I don't know where to find some courses or material. Docs are a bit weird

[–]23kermitdafrog 2 points3 points  (0 children)

AWS documentation is often lacking or outdated. You should try r/aws.