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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则