Answers for "get the values of your aws tags from ec2 instance"

0

get the values of your aws tags from ec2 instance

aws ec2 describe-tags \
    --filters "Name=resource-id,Values=i-1234567890abcdef8"
Posted by: Guest on August-19-2021

Code answers related to "get the values of your aws tags from ec2 instance"

Python Answers by Framework

Browse Popular Code Answers by Language