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

gefragt vor 2 Jahren167 Aufrufe
2 Antworten
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
SUPPORT-TECHNIKER
beantwortet vor 2 Jahren
1

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

profile picture
Sri
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen