Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joshuacalloway/0332a7562be945b1f4033e357c4247af to your computer and use it in GitHub Desktop.
Save joshuacalloway/0332a7562be945b1f4033e357c4247af to your computer and use it in GitHub Desktop.
get vpc limits
aws> .profile jc@gmail
Current shell profile changed to: jc@gmail
aws> support describe-trusted-advisor-check-result --check-id eW7HH0l7J9 --query 'result.sort_by(flaggedResources[?statu
s!="ok"],&metadata[2])[].metadata' --output table --region us-east-1
A client error (AccessDeniedException) occurred when calling the DescribeTrustedAdvisorCheckResult operation: User: arn:aws:iam::952089433851:user/limitedTestUser is not authorized to perform: support:
aws> support describe-trusted-advisor-check-result --check-id eW7HH0l7J9 --query 'result.sort_by(flaggedResources[?statu
s!="ok"],&metadata[2])[].metadata' --output table --region us-east-1
A client error (SubscriptionRequiredException) occurred when calling the DescribeTrustedAdvisorCheckResult operation: AWS Premium Support Subscription is required to use this service.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment