简体   繁体   English

“免费套餐”实例……在 4 天内超过了 1 GB 带宽的 85%……我如何查看带宽使用情况?

[英]"free tier" instances ... exceeded 85% of 1 GB bandwidth in 4 days ... How can I see bandwidth usage?

I'm experimenting with Amazon AWS free tier.我正在试用 Amazon AWS 免费套餐。

Only been four days, and I just got an email: "I've exceeded 85% of my 1Gig bandwidth"才四天,我刚收到一封电子邮件:“我已经超过了 1Gig 带宽的 85%”

How can I tell what used this bandwidth?我怎么知道是什么使用了这个带宽?

What I've done ... I created and terminated some t2.micro linux instances.我做了什么......我创建并终止了一些 t2.micro linux 实例。 Installed nginx and tomcat on them with "apt-get".使用“apt-get”在它们上安装了 nginx 和 tomcat。 Downloaded a 16MB zip file using "wget" a few times.使用“wget”几次下载了一个 16MB 的 zip 文件。 I also created some VM images from the instances.我还从实例创建了一些 VM 映像。

Does all of that count towards bandwidth?所有这些都计入带宽吗?

Is there a way in the console to see current bandwidth usage and what's eating it up?控制台中有没有办法查看当前的带宽使用情况以及消耗它的原因?

Every month, the first 1GB of "Data Transfer OUT From Amazon EC2 To Internet" is free.每个月前 1GB 的“数据从 Amazon EC2 传出到 Internet”是免费的。 This is actually for all accounts, not just in the AWS Free Tier .这实际上适用于所有账户,而不仅仅是AWS 免费套餐

This counts all traffic that goes out of the AWS Cloud to the Internet .这会计算从 AWS 云到 Internet 的所有流量。 For example, anyone accessing your website from the Internet and downloading web pages, images, etc would count towards that 1GB.例如,任何从 Internet 访问您的网站并下载网页、图像等的人都将计入该 1GB。

It does not include traffic going into the cloud.包括流量进入云计算。 So, downloading those software packages from the Internet to the EC2 instance would not count towards that 1GB (except for the little bit of traffic that requests the download and confirms each packet as it is received).因此,将这些软件包从 Internet 下载到 EC2 实例不会计入这 1GB(除了请求下载并在收到每个数据包时确认每个数据包的少量流量)。

If you exceed the free 1GB, traffic is charged at 9c/GB .如果超过免费的 1GB,流量按9c/GB收费。

The Free Tier services table is listed in your billing console, showing how much of each limit has been consumed.免费套餐服务表列在您的计费控制台中,显示每个限制的消耗量。 However, it does not provide a breakdown of "what's eating it up".然而,它没有提供“是什么在吞噬它”的细分。 See: Tracking your AWS Free Tier usage - AWS Billing and Cost Management请参阅: 跟踪您的 AWS 免费套餐使用情况 - AWS 账单和成本管理

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM