DEV Community

Devashish Meher
Devashish Meher

Posted on

1

Migration Readiness : Well Architected Framework for Landing Zone Assessment Part 1

Hello Fellow Builders ,

I have been recently involved with a few Migration Readiness assessment for my clients
Some of the assesments were for complete Journeys to cloud while some were performed to check the Migration readiness assessment for them.
During these assessment there 2 topics which were consistent and proved out to be a great help for me as well the clients.

  1. Cloud Landing Zone Assessment
  2. DevSecOps Baselining.

In this post I am attaching a strawman of the Landing Zone assessment which was carried out and I am sure this would come in pretty handy for all the Architects/engineers or leaders who are currently involved in Migration Journeys.

This can also be treated as a Well Architected Framework for a Landing Zone Assessment

This assessment touchbases 6 major pillars of a Landing Zone .
I would cover each and every pillar in detail in my further posts

Although I would also like to hear your inputs /guidance/questions/comments if this is turning out to be useful or any improvements around it .
_Thanking in Advance _

Image description

Top comments (0)

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed: Zero in on just the tests that failed in your previous run
  • 2:34 --only-changed: Test only the spec files you've modified in git
  • 4:27 --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • 5:15 --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • 5:51 --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Click on any timestamp above to jump directly to that section in the tutorial!

Watch Full Video 📹️