Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的组织有 59 个 AWS 工作区,现在我必须删除所有超过 50 天未访问的工作区。有没有办法可以在控制台中过滤所有超过 50 天的工作区。
你不能轻易做到这一点。AWS CLI describe-workspaces-connection-status 将返回一个分页列表,其中包括 LastKnownUserConnectionTimestamp 的值。但是您必须检索所有值,然后对它们进行排序以查找任何最近没有尝试连接的值。另请记住,如果有人保持连接数天或数周,此值将不会更新。