Unable to see my ec2 and vpc.

0

An error occurred retrieving the page content. Please try reloading the page. When trying to see all EC2 and VPC of my account. for any regions, I have selected. Maybe something is wrong with my test account. how to get that reset? Happening the same with my root user and also an IAM account I created.

Naren
已提问 9 个月前1561 查看次数
3 回答
2
已接受的回答

It's very less likely that there is a problem in your account. Usually such type of errors are not persistent and should go away shortly.

Can you logging out and log back in once. Also, did you try to access the EC2/VPC console with regional end point. For example, I'm accessing EC2 console in us east-1 with this URL https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#Home: can you try accessing it by changing the region https://us-east-2.console.aws.amazon.com/ec2/home?region=us-east-1#Home: .

Do you still see the same behavior. I'm not sure if you have support plan with which you log a case to AWS support. If none of the above helps, I'd suggest you to reach out to AWS support by logging a case.

Hope this helps.

Abhishek

profile pictureAWS
专家
已回答 9 个月前
profile picture
专家
已审核 2 个月前
0

Hi Abhishek, I am just starting to learn ropes in AWS. I am not getting EC2 and VPC list of instances or networks in any of the regions. For all regions I am getting the same error (with my root user, as well a IAM user I created).

Naren
已回答 9 个月前
  • Could this be a PC/browser issue?

  • I'm sorry, you are not able to access the console from any of the regional point. Next thing I'd sugest you to isolate this issue, whether it's console issue or your account specific issue, can you please configure(if not already done) AWS CLI and run following command just to see if you are able to list your EC2 instances:

    aws ec2 describe-instances --profile <aws_cli_profile_name>

    aws_cli_profile_name is the profile, which you'd have setup while configuring CLI, make sure you configure the cli profile for region, where you know instances exist. This would isolate the issue and let us know if this is for account/user or just console issue. Other things, which is again not very likely to be the case, try different browser, I'm pretty sure that it wouldn't be browser issue but as @Gary suggested, no harm to give a try.

0

I had the same error, I created my first ubuntu instance, started it, connected to it through the browser, so I did everything the same way and everything went the same way as in the video until 9:20, then I closed the browser window with the console in it and from then on I couldn't access the EC2 interface.

已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容