Which user launched EC2 instance?
问题 I have some EC2 instances that I don't really know who launched them. Is there a way to know who launched a specific instance? 回答1: Unfortunately this information is not directly available via an API call - you currently have two options: depending on your needs, you could approximate your goal by using the DescribeInstances API action to look at the key-name used for starting that instance (if any, it's optional, though usually in place) - assuming you have followed security best practices