AWS Free Usage Tier (Global-DataTransfer-Regional-Bytes)

0

I am new to aws and cloud. I have created ec2 instance and stopped 3 days ago. Used it for only 2 days. When i check usage limit today, despite my instance being stopped the i have used 46% limit for: 1.0 GB are always free per month as part of AWS Free Usage Tier (Global-DataTransfer-Regional-Bytes).

i have not created any s3 bucket. I wanted to stopped this to being consumed before it exceeds the limit

asked 2 months ago55 views
1 Answer
0

As a new AWS user, it's important to understand that stopping an EC2 instance doesn't necessarily stop all associated costs. Even when an instance is stopped, certain resources may continue to accrue charges or count towards your free tier usage limits.

In your case, the "Global-DataTransfer-Regional-Bytes" usage likely refers to data transfer between AWS services within the same region. This can occur even when your EC2 instance is stopped, as other associated resources might still be active.

To address this issue and prevent further consumption:

  1. Make sure you've properly terminated (not just stopped) your EC2 instance if you're no longer using it.

  2. Check for any associated resources that might still be active, such as Elastic IP addresses, EBS volumes, or load balancers. These can continue to generate data transfer even when your instance is stopped.

  3. Review your EC2 dashboard to ensure you don't have any running instances in other regions.

  4. Check your VPC settings and see if there are any NAT gateways or other networking components that might be generating traffic.

  5. Set up AWS Budgets or Free Tier usage alerts to notify you when you're approaching your limits.

  6. Regularly monitor your usage through the AWS Billing Dashboard to track your consumption and stay within the Free Tier limits.

Remember, while AWS offers a generous free tier, it's crucial to understand which actions might lead to billable services or count towards your usage limits. If you're unsure about any resources or charges, it's best to terminate or delete them if you're not actively using them for your learning purposes.
Sources
Billing misunderstand | AWS re:Post
Free tier Ec2, how to avoid overages | AWS re:Post

profile picture
answered 2 months ago
AWS
MODERATOR
reviewed 2 months ago
profile picture
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions