Obtain your AWS account ID and your desired region (e.g. eu-central-1) and share it with FME (to support@migration-center.com) to get access to the AMI for Migration Center.
Download the Terraform archive (MC2x.x-AWS-Terraform.zip) corresponding to your region from the fileexchange platform.
Install Terraform on your system by downloading the Terraform executable and setting the PATH environment variable. See: https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli
Install AWS CLI. See: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
Log into the the AWS CLI:
Get your user's Access key. IAM -> Users -> <user-name>-> Access Keys (If you don't have one create a new one for Command Line Interface (CLI))
Open a CMD and log in to your AWS account using the aws configure
command:
Set the default region to your desired one (e.g., eu-central-1).
Set the default output format (you can use json).
Download and unzip the Migration Center Terraform Archive.
Open a CMD and navigate to the directory of the extracted archive.
Run Terraform commands: terraform init
and terraform apply
Set desired values for the requested variables:
var.db_hostname: The hostname for your RDS Postgres database instance. The name must be unique across all DB instances owned by your AWS account in the current AWS Region. Your DB Hostname can only contain lowercase alphanumeric characters.
var.db_name: The name for your RDS Postgres database. Your DB Name can only contain lowercase alphanumeric characters.
var.deployment_size: The size of the deployment. Possible options: demo, small, medium, large
var.ec2_name: The name of the EC2 Instance.
var.password: Password for the RDS Postgres database admin user. Note that this may show up in logs and it will be stored in the state file.
var.region: AWS region where the infrastructure will be created (eg. eu-central-1)
Once the command finishes it will display your rds_endpoint. Please save this!
Navigate to the EC2 Dashboard: EC2 -> Instances.
Select your instance.
Click the "CONNECT" button on the top bar and choose your desired connection method.
Default Username and Password
User: Administrator
Password: O9dz5o?&WgDCvp?(ur70G5T%nfk5SFGH
For security reasons please change the default password after login.
Run the InstallPostgreDataBase.bat file found inside the MC Database Install kit folder on the desktop.
When asked to connect to the Postgres database use the following information:
User: postgres
Password: The var.password variable previously set.
Host: The value of your rds_endpoint without the port. Example: For rds_endpoint: http://test.testid.eu-north-1.rds.amazonaws.com:5432 Host: http://test.testid.eu-north-1.rds.amazonaws.com
Port: 5432
Database Name: The var.db_name variable previously set.
Follow the steps as described in the Install Guide for the rest of the installation.
The WebClient and the Jobserver will come preinstalled on your machine.
Open a web browser.
Access the Migration Center Webclient using the URL: https://localhost/mc-web-client/login
Set up a connection to the database. Select PostgreSQL for the type and use the values from steps 3 to 5 from the Install the Database section above.
Log in using the fmemc user. (default password: migration123)