AWS是否有微服务注册和配置中心解决方案?

0

我本地有一套系统基于Spring Cloud的,注册中心使用nacos,现在想部署到AWS上,采用ecs + fargate的方式 想移除注册中心nacos,请问AWS上有没有微服务的注册中心和配置中心的解决方案?

profile picture
EXPERT
asked 2 months ago26 views
1 Answer
0

AWS ECS 可以支持在Cloud Map注册服务。对于客户来说,需要放弃使用Spring Cloud来注册服务,只需要用Springboot就可以。如果坚持使用Spring Cloud注册方案,可以对接Spring Cloud Kubernetes,在EKS上使用K8s的方式注册服务。代码改动量可能会变少。配置中心可以选择https://github.com/awspring/spring-cloud-aws/tree/main/spring-cloud-aws-parameter-store

profile picture
EXPERT
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions