mgn
Application Migration Service
MigrationAWS
General
General information about the service.
Chat
Powered by AITalk 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 Documentation
terraform
1resource "aws_mgn_replication_configuration_template" "main" {2 associate_default_security_group = true3 bandwidth_throttling = 04 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_id9 use_dedicated_replication_server = false10}
Utilities
Utilities to support app deployment or configuration.