MGNSourceServer¶
AWS Application Migration Service (MGN) Source Server represents a server that has been configured for migration using AWS MGN. Source servers are the physical or virtual machines in your source environment that you want to migrate to AWS.
Resource¶
MGNSourceServer
Properties¶
SourceServerID
- The unique identifier of the source serverArn
- The ARN of the source serverReplicationType
- The type of replication (AGENT_BASED, etc.)IsArchived
- Whether the source server is archivedLifeCycleState
- The lifecycle state of the source serverHostname
- The hostname of the source serverFQDN
- The fully qualified domain name of the source serverTags
- The tags associated with the source server
Deletion Process¶
When deleting an MGN Source Server, aws-nuke performs the following steps:
- First disconnects the source server from the MGN service using
DisconnectFromService
- Then deletes the source server using
DeleteSourceServer
This ensures that replication is properly stopped before the resource is removed.