Is there a way to find out the age of an AWS account?
Given a set of Amazon credentials (not the username and password, just the API credentials), is there a programmatic way of finding out when that account was created? I am guessing if the user has an EBS volume, S3 object, I could ask the date it was created. Is there a better way?
In the IAM service there a GetUser command.
That seems to be the most relevant. If that doesn't work, then it might not be possible.
链接地址: http://www.djcxy.com/p/10294.html上一篇: 无并行化修复
下一篇: 有没有办法找出AWS账户的年龄?