Locate Instance

0

This is a little embarrassing but I created an ec2 instance some time ago and don't know the account or email associated with the instance. I have the pubic instance IP but cannot connect to the instance because I forgot the password.

The instance is active and running as RDP responds.

Thanks

已提問 2 年前檢視次數 167 次
2 個答案
2

Hello,

Support will only be able to provide information of the account you have access to and where you open the case from as for security and privacy reasons, AWS Support can't disclose information from other Accounts. Here are few options:

  1. If you have AWS CLI installed and configured, you can run the following script to get the Account where the Instance belongs: $ aws sts get-caller-identity --query "Account" --output text
  2. In case CLI credentials are not configured, and since you can access the Instance via RDP, you can do a manual approach to deploy Ec2Launch and check the Instance ID and region if you configure the wallpaper to show such information (1). This will narrow it down to Availability Zone (thus the Region), Private IP as well so the CIDR would clue you in as to which of your Accounts have that range.
  3. Alternatively, if the Instance is managed by SSM and part of an organization, you can use SSM to gather Inventory for multiple accounts and regions (2).

I hope the information above is helpful!

References (1) EC2Launch v2 settings - https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2launch-v2-settings.html (2) Querying inventory data from multiple Regions and accounts - https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-inventory-query.html

AWS
支援工程師
已回答 2 年前
1

I think it's best to contact AWS Support in your case.

profile picture
Sri
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南