Find launch template based on tags – Amazon Web Sevices
I'm trying to get the launch template VersionNumber based on the deployment_version tag. aws ec2 describe-launch-template-versions --launch-template-id lt-1234 Will return something like { "LaunchTemplateVersions": [ { "LaunchTemplateId": "lt-1234", "LaunchTemplateName": "api", "VersionNumber": 16, "LaunchTemplateData": { "TagSpecifications": [ { "ResourceType": "instance", "Tags":…