cannot see my instance in EC2 dashboard or EC2 Global

0

I successfully created new instance in EC2 as root user, configured a web server and Route 53. I can connect to this instance via SSH or browser, but do not see the instance in EC2 Dashboard and can do nothing with it. I ran AWSSupport-ListEC2Resources but without any results

已提問 2 年前檢視次數 588 次
1 個回答
0

Hi,

The EC2 Dashboard shows the instances in a specific AWS Region. If you created your instance in a different Region to the one that is currently selected, you won't see that instance.

The Region selector is at the top right of the EC2 console. For a screenshot of the Region selector, see Step 2 at this link: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-resource-limits.html#view-limits

Alternatively, to see all instances in all Regions, use the EC2 Global View. To access the EC2 Global View, in the EC2 Dashboard, choose the "EC2 Global view" button near the top/centre of the screen. You can also access it by following this link: https://console.aws.amazon.com/ec2globalview/home. For more information, including the required permissions, see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Filtering.html#global-view.

Kind regards,

Marilyn

AWS
已回答 2 年前
  • Thank you! But as I mentioned in the title Global view did not help. However I was able to find solution by executing identity string TOKEN=curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600" \

    && curl -H "X-aws-ec2-metadata-token: $TOKEN" -v http://169.254.169.254/latest/dynamic/instance-identity/document The problem was in 2 different ids that I used in login.

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

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

回答問題指南