When the instance type is changed , some nodes give this issue "cannot telnet or ssh", and after reverting to the previous Instance type again can telnet and ssh.
This issue is mostly coming with the nodes with a magnetic volume as the root volume where the device name is xvd, no issues encounter with nodes having ssd volume as the root volume and device name is in nvme . What can be the reason and how to resolve this?
Note : I am trying to change this from m4.large to m5.large
Cannot telnet or SSH to the ec2 instance after changing the Instance type of it
916 Views Asked by Janith Udara At
1
There are 1 best solutions below
Related Questions in AMAZON-EC2
- Using HDFS with Apache Spark on Amazon EC2
- How can I access Mule ESB Community edition via browser?
- AWS EC2: Migrating from Windows to Linux Server
- AWS Flow Framework: Can we run activity worker and activity task on different EC2 instances
- How to fix WordPress HTTPS issues when behind an Amazon Load Balancer?
- Determine Deployment Group from appspec.yml
- easy_install does not configure SimpleITK properly
- Bad Request (400) while hosting osqa to AWS EC2
- AWS CLI for EBS snapshots
- test-kitchen: how to read platform specific attributes in kitchen.yml
- Best way to store shared files between ec2 instances
- WebSocket connection failed: WebSocket opening handshake was canceled
- Rails scheduled task behind a load balancer
- Install google mod- pagespeed on elastic beanstalk on every instance added
- ELB generating 504 GATEWAY_TIMEOUTS w/ 2 EC2 instances - Packets not reaching Servers
Related Questions in ROOT
- MySql can not grant privileges to root
- MariaDB installed without password prompt
- .htaccess root changed with mod_rewrite
- Go root, create tmux, send commands and then attach - all via a single SSH command in a bash script
- PHP: take a path from site root given an absolute path
- Redirect from server root directory to apache root directory
- Access denied for user 'root'@'localhost' (using password: YES) EVEN when the Password works on PhpMyAdmin
- Reading eeprom on linux without root right
- Vanilla Android allow direct SU/Root access
- How do I connect the RIGHT way from One Server SQL to another and make updates?
- How to define custom location for crossdomain.xml file?
- MySQL: Access denied for user 'root'@'localhost' Mac osx
- Control another tab bar controller's view to root view by Swift code
- Get the output from executed commands through android app
- Is it possible to pipe the password to login as root , rather that typing the password when it prompts in command line?? - Korn shell
Related Questions in VOLUMES
- MacOS Kitematic How To Configure Volumes
- Docker - MySQL containers on using the same volume of a data-only container
- Map data container volume to volume
- Listing unmounted volumes
- Matlab and 3D volumes
- iOS AVAudioPlayer Volume Control
- Service running on macOS cannot access files on attached volumes
- Wordpress App Services with Path mapping very slow
- How do I recover an accidentally deleted AMI without a snapshot backup on AWS?
- Setting up the docker-compose volumes
- Docker is slow after adding volumes (Wordpress)
- NSPopupButton,list of mounted Volumes
- android "Use ringtone volume for notifications"
- How to use same EFS Filesystem as two static Persistent Volumes?
- Getting error when using same EFS for two PVs
Related Questions in INSTANCETYPE
- UIView instancetype from Obj-C at Swift
- Indicating a ObjC category in a method's return type
- AWS: Is there a way to use an absolute instance weighting capacity for EC2 AutoScaling?
- Would it be beneficial to begin using instancetype instead of id?
- Subclassing a Method Returning instancetype
- How do I use (instancetype)arrayWithObjects:(id)?
- Amazon EC2-what is the difference between on demand and on spot instances other than pricing that spot is more cheaper than on demand
- max(_:_:) and min(_:_:) in an Int extension in Swift
- Cannot telnet or SSH to the ec2 instance after changing the Instance type of it
- Obtain the most concret type according to DBpedia class hierarchy in N-Triples file
- Call InstanceType on every value of an object type literal
- AWS OpenSearch Instance Types - better to have few bigger or more smaller instances?
- Objective-C Block return instancetype
- Why does initWithCoder not return instancetype?
- Meaning of the number in AWS instance type name
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You are upgrading from the M4 family to the M5 family.
I notice that the description says: "Requires HVM AMIs that include drivers for ENA and NVMe"
Therefore, you should run it as an M4, install the ENA drivers, and only then change to an M5.
See: Enabling enhanced networking with the Elastic Network Adapter (ENA) on Linux instances - Amazon Elastic Compute Cloud