mgn

Application Migration Service

MigrationAWS
General

General information about the service.

Description

AWS Application Migration Service simplifies lift-and-shift migrations.

Service Namespace

AWS::MGN::SourceServer

ARN Pattern

arn:aws:mgn:{region}:{account}:source-server/{server-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

mgn-

Length

1-256

Valid Characters

Letters, numbers, hyphens

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_mgn_replication_configuration_template" "main" {
2 associate_default_security_group = true
3 bandwidth_throttling = 0
4 data_plane_routing = "PUBLIC_IP"
5 default_large_staging_disk_type = "GP3"
6 ebs_encryption = "DEFAULT"
7 replication_server_instance_type = "t3.small"
8 staging_area_subnet_id = var.subnet_id
9 use_dedicated_replication_server = false
10}
Utilities

Utilities to support app deployment or configuration.