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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南