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

0

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

profile picture
전문가
질문됨 2달 전26회 조회
1개 답변
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
전문가
답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠