You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export AWS_DEFAULT_REGION="$REGION";export AWS_REGION="$REGION";echo"Region: $REGION (Trusted Advisor is global)"
4
5
echo"Step 1: Listing checks"
5
6
aws support describe-trusted-advisor-checks --language en --query 'checks[:10].{Id:id,Name:name,Category:category}' --output table 2>/dev/null ||echo" Trusted Advisor requires Business or Enterprise Support plan"
0 commit comments