Uses region as AZ #60
Unanswered
stephenmsachs
asked this question in
Support ticket
Replies: 2 comments
-
I believe our implementation of this specific subcommand will change very soon. The current model is a code model so outputs of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Re-opening this as, even if it's a problem for another team at aws, our users don't care about this. If there is a problem, it's on us to get resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checks
cw doctor
in the affected command line session and it didn't resolve my issuecw restart
and it didn't resolve my issueExpected behaviour
Use
--region us-west-2
.Actual behaviour
$ cw ai "show me all ip addresses of p5.48xlarge instances in us-west-2"
Shell · aws ec2 describe-instances --filters "Name=instance-type,Values=p5.48xlarge" "Name=availability-zone,Values=us-west-2" --query 'Reservations[].Instances[].PublicIpAddress' --output text
Steps to reproduce
No response
Environment
Beta Was this translation helpful? Give feedback.
All reactions