Wrong Propmt to get LaunchTemplate UserData #243
Unanswered
stephenmsachs
asked this question in
Support ticket
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checks
q doctor
in the affected command line session and it didn't resolve my issueq restart
and it didn't resolve my issueExpected behaviour
aws ec2 describe-launch-template-versions --launch-template-id lt-XXXX --versions 2 --query 'LaunchTemplateVersions[].LaunchTemplateData.UserData' --output text
Actual behaviour
aws ec2 describe-launch-template-versions --launch-template-id lt-XXXX --versions 2 --query 'LaunchTemplateData.UserData' --output text
Steps to reproduce
cw ai
"print the UserData of EC2 launch template lt-XXXX version 2"
Environment
Beta Was this translation helpful? Give feedback.
All reactions