Skip to content

raju7258/AWSCLI-Commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

AWSCLI-Commands

Display list of ec2 instance id, instance state, ebs volumes attached and Tag key as Name

aws ec2 describe-instances --query "Reservations[].Instances[].[InstanceId, State.Name,BlockDeviceMappings[].DeviceName,BlockDeviceMappings[].Ebs,BlockDeviceMappings[*].VolumeId,Tags[?Key=='Name'].Value]" --profile=profile-name --output json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published