patternMinor
Is there a way to export details of all EC2s in an AWS account?
Viewed 0 times
allwayec2saccountdetailsexportawsthere
Problem
I am aware there's a
However that list seems to be missing
Is there a way to export details including ami and operating system of each EC2 in an AWS account?
Tag Editor in AWS Console which allows us to export details of all EC2s in an AWS account.However that list seems to be missing
ami and operating system of the EC2.Is there a way to export details including ami and operating system of each EC2 in an AWS account?
Solution
You can use AWS CLI and run the below command to get details of all ec2 instances in your account.
You can also use filters, if required. Please refer the documentation.
aws ec2 describe-instancesYou can also use filters, if required. Please refer the documentation.
Code Snippets
aws ec2 describe-instancesContext
StackExchange DevOps Q#13961, answer score: 5
Revisions (0)
No revisions yet.