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 個回答
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
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南