Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

139
Views
How do I find the OS of a running EC2 instance?

I looked at attributes of the EC2 instance, but did not get a clear attribute value that identifies the same.

I also, saw the following discussion, but Im wondering whether identifying the os/platform has been simplified by aws since this disscusion. How to find OS of an EC2 instance using AWS CLI

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

From Terminal inside EC2 instance: $ cat /etc/os-release

over 4 years ago · Santiago Trujillo Report

0

You can check through console by following procedure.

Select instance => Action => Instance setting => Get instance screenshot .

this will show the OS of your instance.

Image of the instructions

over 4 years ago · Santiago Trujillo Report

0

If you have a System Manager agent installed on your instances you can use DescribeInstanceInformation API to find that information:

$ aws ssm describe-instance-information --query 'InstanceInformationList[*].[InstanceId,PlatformType,PlatformName]' --output text --filters Key=InstanceIds,Values=i-016073859e4b31111

i-016073859e4b31111 Linux   Amazon Linux AMI
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!