aws-solutions / cloud-migration-factory-on-aws

The Cloud Migration Factory on AWS solution is designed to coordinate and automate manual processes for large-scale migrations. This solution helps enterprises improve performance and prevents long cutover windows by providing an orchestration platform for migrating workloads to AWS at scale.
https://aws.amazon.com/solutions/implementations/cloud-migration-factory-on-aws/
Apache License 2.0
60 stars 63 forks source link

Performing Test Launch or Validate Template yields an error of "Submit action failed: 'hostname'" #24

Closed evannadeau closed 1 year ago

evannadeau commented 1 year ago

Fix: This issue has been resolved in our environment with a change to the lambda_mgn.py. Incoming PR that checks for Hostname and FQDN key in the dictionary before doing a comparison of values between CMF and MGN.

Issue: Two servers sitting in Archive in our MGN were previously from performing an Import into MGN. However, no agents were ever installed, so Hostname and FQDN values did not exist on the servers in MGN. When trying to do a Validate Launch Template or Launch Test Instances from CMF into MGN would cause an error response of "Submit action failed: 'hostname'".

evannadeau commented 1 year ago

Closed on issue #25