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 Answers
0
Accepted Answer

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
EXPERT
David
answered 25 days ago
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
answered a month ago
profile picture
EXPERT
reviewed a month ago
0
profile pictureAWS
EXPERT
answered 25 days ago
profile picture
EXPERT
reviewed 25 days ago
profile picture
EXPERT
reviewed 25 days ago
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
EXPERT
answered 25 days 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