Why is my bill still so high when instances are terminated?

0

I don't understand why my monthly bill is still so high more than 200$. Despite the termination of all my instances I only have on snapshot of my instance. Could someone one help me?

Enter image description here

Enter image description here

Enter image description here

已提问 10 个月前1002 查看次数
1 回答
1
已接受的回答

You need to check for few things :

  • Most of the cost is under VPC, you need to check in details for the related resources. Beware of NAT gateways and un-allocated EIPs.
  • You want to add a region dimension in the Cost explorer to understand which regions these costs are coming from. The snapshots suggest that you are looking only at one region.
  • You might want to look at your daily cost chart to see the impact on when the costs have changed (like after shutting down the instances, etc.)
AWS
已回答 10 个月前
profile pictureAWS
专家
已审核 10 个月前
  • I don't have neither NAT gateways nor un-allocated EIPs in my VPC. But I have ENIs which I'm not able to delete. Which permission is required. I have access to the root account but I'm not the one who created the resources.

    Failed to detach 3 network interfaces Details eni-060d89e8510fe4be5 - API error: "You do not have permission to access the specified resource." eni-0c6132cd48e10ebaa - API error: "You do not have permission to access the specified resource." eni-08ada1710fa287118 - API error: "The network interface at device index 0 and networkCard index 0 cannot be detached."

    This resource are created under a different acount. I have to assume the role to perform the detach and delete actions

  • This means that these ENI's are attached to a resource. Did you check for Shared VPCs or other shared resources in your account (Resource Access Manager) ?

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

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

回答问题的准则

相关内容