使用 AWS Organizations 查找账户的不合规资源 - AWS Organizations

使用 AWS Organizations 查找账户的不合规资源

对于每个账户,您可以获取有关不合规资源的信息。您应该从账户拥有资源的每个区域运行此命令。

要查找具有标签策略的账户的不合规资源,请运行以下命令将结果保存到文件中:

$ aws resourcegroupstaggingapi get-resources --region us-east-1 \ --include-compliance-details \ --exclude-compliant-resources > outputfile.txt