Post Migration steps after migrating MongoDB to AWS

0

hi All, IHAC whos is migrating standalone MongoDB instance from on_prem to EC2 using MGN service. what are the post migration checks to be carried out , once the server is migrated to AWS. (edited)

AWS
질문됨 3달 전168회 조회
1개 답변
0

Here are the key post-migration checks to perform after migrating a standalone MongoDB instance from on-premises to Amazon EC2 using the AWS Migration Service (MGN):

Verify the instance status:
    Check the status of the migrated EC2 instance in the Amazon EC2 console. Ensure the instance is in a "running" state and has passed the "2/2 checks" indicating the instance is healthy from an infrastructure perspective.
    If any instances fail the status checks, contact AWS Support for assistance.

Validate the MongoDB instance:
    Connect to the migrated MongoDB instance on EC2 and ensure the database is accessible and functioning correctly.
    Verify that all databases, collections, and data have been successfully migrated.
    Check the MongoDB logs for any errors or issues.

Test application connectivity:
    Ensure your application can successfully connect to the migrated MongoDB instance on EC2.
    Test key application functionality to validate the migration was successful.

Perform data validation:
    Compare the data in the on-premises MongoDB instance with the data in the migrated EC2 instance to ensure all data was transferred correctly.
    Perform sample queries and spot checks to validate the data integrity.

Update DNS and routing:
    If necessary, update your application's connection strings or DNS settings to point to the new MongoDB instance on EC2.
    Ensure your application can seamlessly connect to the migrated MongoDB instance.

Monitor the migrated instance:
    Set up appropriate monitoring and alerting for the MongoDB instance on EC2 to ensure its ongoing health and performance.
    Review CloudWatch metrics and logs to identify any issues or anomalies.
AWS
AWS TAM
답변함 3달 전

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

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

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

관련 콘텐츠