跳至內容

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

已提問 2 年前檢視次數 349 次

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

已回答 2 年前

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

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