aws application migration service

0

I am tring to migrate an ec2 from ohio to california Problem: migrated instance is configures in source(same) region
commands used: $ wget -O ./aws-replication-installer-init.py https://aws-application-migration-service-us-east-2.s3.us-east-2.amazonaws.com/latest/linux/aws-replication-installer-init.py $ sudo python3 aws-replication-installer-init.py --region us-east-2 --aws-access-key-id AKI-------------------CGOK --aws-secret-access-key 0Q------p/whCtkoCr8JAD --no-prompt output: $ All volumes for replication were successfully identified. $Downloading the AWS Replication Agent onto the source server... Finished. $Installing the AWS Replication Agent onto the source server... Finished. $Syncing the source server with the Application Migration Service Console... Finished.

but created instance does not connect to ssh

1 Risposta
0

Hi there!

On the newly created instance, I would check two things, first, make sure the Network ACL allows in/out TCP traffic on port 22, second, the instance security group also allows TCP traffic on port 22 (only inbound needed). My guess is that the new instance was created with a default security group that doesn't allow SSH.

I hope this helps.

profile pictureAWS
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande