1

Sorry, I am really new to this AWS. I am stuck since yesterday.

Our former developer creates an app and it is on AWS, unfortunately, we can't find the Instances on the account he created. But we can still access the IP, and also, there's nothing on the account Elastic IP.

It is either, there's a different account, or i am missing something.

Hope you can help me. Thank you.

Noob Dev
  • 113
  • 8

1 Answers1

3

One of the reasons for this could be that you are looking in the wrong region. In your AWS console, try to switch to the relevant region(s) to find the instance.

Another way is, if you have access to the Cost Explorer, then you may be able to see your all billed resources and that can help you find the instance too.

EDIT: To see the details of EC2 instances in cost explore, go to the Bills from the left menu and check "Bill details by service" (default tab). You will be able to drill into instances level. Here is a snapshot

enter image description here

Juned Ahsan
  • 67,789
  • 12
  • 98
  • 136
  • Hi, Thank you for your reply, as far as I know, we are only using FREE Tier. Regarding the "Relevant Regions", what do you mean exactly? Sorry, noob question – Noob Dev Nov 07 '19 at 02:00
  • I found this on Cost Explorer: Amazon Elastic Compute Cloud running Linux/UNIX$0.00 per Linux t2.micro instance-hour (or partial hour) under monthly free tier – Noob Dev Nov 07 '19 at 02:05
  • @NoobDev Check my edit to the answer for additional info. – Juned Ahsan Nov 07 '19 at 02:29
  • Hi, Thank you, and that's where i found this. https://ibb.co/TYP705t – Noob Dev Nov 07 '19 at 02:41