See the used amount of my free tier on AWS - amazon-web-services

I run a small app in the AWS elastic beanstalk, and have the following problem: I know there is table somewhere, which shows you how much of your free tier you already used, but I'm just unable to find it for the sake of it. Maybe one could help.
The AWS space is truly confusing for a noob.

See Tracking your free tier usage.
You can track your usage with the Top AWS Free Tier Services by Usage table on the dashboard of the Billing and Cost Management console.

Related

AWS Free tier exceeded, How to stop the services

I recently got this email from AWS budgets, saying I have exceeded the usage of AWS free tier. And when i check the Billing Dashboard -- > Free Tier , it displayed following table.
I have terminated all the instances and released all the AMIs . Still it shows the same status on my Billing dashboard.
How can I make sure that I am no more using any services that will cost me?
It can take up to around 24 hours to reflect changes on the billing dashboard.
In the meantime, I'd make sure there are no more EBS volumes or snapshots remaining as well. If you're worried that you may have missed any resources, go into cost explorer and drill down by daily spend. This should show anything still accruing costs.

AWS EC2 Charging on Free Tier

I have enabled EC2, RDS and S3 for my spring boot application hosted on AWS. As i have selected free tier plan for those and i am really shocked that they are charging. I verified payment and can see most of the charges is for EC2 instance. I am running single instance.
Why they are charging me? How to avoid charging for the first year?
The AWS Free Tier is a billing discount. It is not a "free plan".
Each month, a certain quantity of services are included in the Free Tier. If you stay within these limits, there will be no charge.
You did not provide any details, but it seems that your usage exceeded the amounts provided under the Free Tier.
Calm down!
You can see it's charging in the Billing Dashboard that's right.
However, that's just a Forecast of your spend and at the end of the month AWS will cut zero of your money (unless you used service out of your free-tier limits)
Conclusion: The Billing Dashboard estimation doesn't separate between your usage if it's from your free-tier or not, it just estimates your usage, I know it looks stupid but that's how AWS Billing Dashboard works.
Note: In order to use the free tier you have to use both a free tier AMI and free tier instance types.
Update: to avoid that's from happening again read this link Avoiding unexpected charges

How to ensure AWS Elastic Beanstalk is free

I am wanting to deploy a Django webapp with a PostgreSQL database to AWS Elastic Beanstalk using this tutorial, but I am so confused about pricing. It says it uses services in the AWS Free Tier, but those seem to be limited to a certain number of hours a month, so how do I make sure I don't go above that threshold? And how do I make sure I'm only using free services? They even require a card on file, so it seems really hard to make sure I don't get charged.
You can do the following configuration to make sure you use AWS Elastic Beankstalk for one year free.
Use only Micro instances for the WebServer and RDS instance.
Limit the scaling of the WebServer maximum to 1 or use Standalone deployment without autoscaling.
When selecting storage, use less than 30GB for EBS and don't enable Provision Throughput.
Apart from these, there are usage base costs for Network, EBS IOPS & etc which includes a free quota and the cost is not considerable when it comes to light use cases.
The AWS Free Tier allows AWS accounts to use a certain amount of services for no charge. Any usage beyond the free tier limits will result in a charge on your credit card.
The Free Tier is intended to provide a trial of AWS services. It is not intended for production use, nor is there any guaranteed way to stay within the free limits. It is up to you to monitor your usage.
There is no such thing as a totally free AWS account.
I have found "Cost Management Preferences" -> "Receive Free Tier Usage Alerts" setting in Billing preferences menu. Hopefully this will be enough for a small personal projects with low usage. I would guess it is not enough for large projects since this is only a notification.
In short, you can absolutely make sure that your app stays free, just not from within the AWS interface. You'll have to use your own usage monitoring to ensure you stay within the free limits as others state.
As Ashan said, this is a pretty silly approach since fees are nominal and the alternative is a loss of service, however, AWS does offer APIs to help you do this through CloudWatch.
CloudWatch exposes pretty much all of the billable metrics on a service-by-service basis, for example here are the metrics for EC2, and here are the metrics for S3. After starting your services through beanstalk, just look up all the services you're using via the billing page of the AWS console, look up the CloudWatch APIs for each, then check them.
At least for EC2, there are even customizable alarms and actions, including shutting down the instance. See the Monitoring tab at the bottom of the EC2 console. Not sure, but you might have to manually throw status updates to their status system for some of the other metrics. If so, it's not that difficult. You'd set up an access key for some IAM identity so you can check CloudWatch stuff from command line. Then, you'd write a watchdog script to run on that instance using AWSCLI to regularly ping CloudWatch and call your shutdown code or modify your status if you're over some percentage of your quota.

Is Amazon Web Services autoscaling in terms of price?

I would just like to know if I understand Amazon Web Services correctly. If I have an EC2 instance using the free tier, if my bandwidth or storage goes above the free tier limit, do I only pay per hour whilst it is going above the limit? Do I have to organise an upgrade or does it do it automatically? In other words, do you only pay for what you use?
The AWS Free-Tier is only available to new customers and for 12 months following your AWS sign-up date. If your usage gets exceeds the free-tier you will be paying standard, pay-as-you-go service rates. There is no need of upgradations of account.
Amazon Pricing
Hope it helps :-)

AWS: can i use all the 18 free tier eligible products at the same time

Based on the information posted in aws website at http://aws.amazon.com, AWS Free Tier is designed to enable you to get hands-on experience with AWS at no charge for 12 months after you sign up.
After creating your AWS account you can use any of the 18 products and services, listed below, for free within certain usage limits. I have create one EC2 instance and i also want to create Orace RDS at the same time.
The thing that is confusing me is , whether i could use only one of the 18 products or one from each product at the same time?
I created a thread at aws forum https://forums.aws.amazon.com/thread.jspa?threadID=169578 and get important information i thing i should share.
You can use any of the 18 products and services offered under free tier at the same time. For example, you can use EC2, RDS and S3 at the same time as long as you stay within the usage limits. Note that if you don't use the full benefits provided by the free tier in a given month, they don't roll over to the next month. To maximize your benefit from the free tier, be sure to spend time with AWS each month, investigating the services that you're curious about.
If you exceed the usage limits of the free tier, use a service that does not provide free tier benefits, or continue to use AWS after you are no longer eligible for the free tier, you are charged at the standard billing rates for your AWS usage.
You can use all of them, each has its own free-tier limits.