Migrating a monolithic application to AWS

0

A company is migrating its legacy on-premises applications to the cloud. The applications are monolithic and tightly coupled, making it challenging to scale and manage them efficiently. As a cloud architect, how would you leverage AWS compute services to modernize these applications and improve scalability, reliability, and manageability?

4 回答
0
已接受的回答

This question reads like it's from the Solution's Architect exam, but doesn't have the important details required to sufficiently answer it. I recommend reviewing the above white papers since we don't know anything about the structure. Usually you can break it down to services that authenticate users, scale with containers, store with databases and deliver with edge services. SQS is also a nice alternative to separate between areas. The biggest detail I'm looking at is the scaling and manageability of compute services. Containers would be ideal here, especially with something like Helm charts/Karpenter/Terraform(IaC).

https://karpenter.sh/

profile pictureAWS
专家
David
已回答 1 个月前
0

Hi,

An approach to modernisation is dependent on the as-is workload complexity and the desired outcomes targeted usually supported by a business case. I would suggest you to take a look at this prescriptive guidance which outlines the strategy and approach to modernise applications using AWS services.

Hope this is helpful.

Thanks, Rama

profile pictureAWS
Rama
已回答 1 个月前
profile picture
专家
已审核 1 个月前
0
profile pictureAWS
专家
已回答 1 个月前
profile picture
专家
已审核 1 个月前
profile picture
专家
已审核 1 个月前
0

In addition to Didier

you can also follow these links to migrate your environment to AWS cloud Without providing specific information we can only provide generic writeups or references to you

Decomposing monoliths into microservices (AWS Prescriptive Guidance): Provides patterns and step-by-step guidance for breaking down monoliths.

https://docs.aws.amazon.com/prescriptive-guidance/latest/modernization-decomposing-monoliths/welcome.html

Migrating Applications from Monolithic to Microservice on AWS (APN Blog): Outlines a real-world migration case study.

https://aws.amazon.com/blogs/apn/migrating-applications-from-monolithic-to-microservice-on-aws/

AWS Migration Hub Refactor Spaces: Guidance on using the tool for incremental refactoring in a managed environment.

https://community.aws/tutorials/refactor-spaces-copilot-cli

profile picture
专家
已回答 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容