Dapatkan nilai tag AWS Anda dari EC2 instance

aws ec2 describe-tags \
    --filters "Name=resource-id,Values=i-1234567890abcdef8"
Gorgeous Gnat