Skip to main content

EC2/EBS Command Reference Diagnostic Troubleshooter (Part 4)

Use the interactive troubleshooter below to identify your EC2/EBS command scenario, review the verbatim command, understand the trigger condition, and learn what it diagnoses or fixes.

🚨 Step 1: What specific error symptom are you experiencing?

Please click the most accurate description:


Quick Reference Table

#Command CategoryVerbatim CommandWhen to RunWhat It Does
5diagnostickpatch listYou have applied kernel live patches using the yum package manager.Returns a list of the loaded and installed security update kernel live patches.
6diagnosticdf -TYou have created an EFS file system and want to check its mount status.Verifies that the EFS file system is successfully mounted to the directory you specified.
7aws-cliaws ec2 describe-images --region us-east-1 --image-id ami-0abcdef1234567890You want to determine the boot mode of an AMI to see if it supports UEFI or Legacy BIOS.Returns the BootMode field indicating the boot mode of the AMI.
8fixsudo systemctl restart serial-getty@ttyS0The screen remains black when attempting to connect to your instance's serial port using the browser-based client.Restarts the getty service to help resolve issues with connecting to the serial console.