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 Answer
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
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions