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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠