Is Amazon Web Services autoscaling in terms of price? - amazon-web-services

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 :-)

Related

AWS Free account renewal or closing after an year of free subscription

Just have a question around, AWS Free tier accoount, Will they be charging after one year?
Should I be closing it after an year?
The account that I am using is for my perssonal practice.
There is no such thing as an "AWS Free Account".
Rather, for the first 12 months of a new AWS Account, the AWS Free Tier provides some billing discounts that provide certain amounts of service at no charge, such as 5GB of Amazon S3 storage and an Amazon EC2 micro instance for Windows and Linux.
If you have been using services that fall under the Free Tier, then after 12 months you would start being charged normal prices for those services. You can look in your Billing Console to view historical usage information.
There are actually some services that provide a free tier every month, even after 12 months. Consult the AWS Free Tier page for details.

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

RDS console showing monthly estimated charges for Free Tier Limit in AWS

Why is RDS console on Amazon Web Services showing an estimated monthly charge if I start creating a RDS instance. I am using a free tier account and is well within free tier limit.
This is what my console is showing:
This is within the free tier limits, which I found here.
Why does this happen, and will it actually charge me anything?
The Amazon RDS console has no visibility into any other services you have (or will) consume during the month. It is simply showing an estimate of the costs for running the database.
The benefits of the free usage tier will be calculated separately, based upon actual usage.
So, if that's the only RDS instance you run during the month and it qualifies for the free tier, you will not be charged.

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.

amazon aws billing clients per usage

suppose you have an app on aws and you want to charge for storage to clients for each gb they use. is there a way to get this info from amazon or collect it yourself if you are using your own aws account for this (clients have no amazon aws accounts).
for example: 10gb spent at the end of the month. have to charge it. how to figure out what to bill each of the 5 clients?
can amazon give this info? if amazon can't provide this, how to do it?
same question for storage / bandwidth and processing time.
basically do what amazon does :P
even if that is hard, how to ensure if you sell a package of 1gb / month (storage example) that the customer doesn't go over. any patterns for handling this (as in code patterns i can use)?
Amazon provides a service that I think does exactly what you want called "DevPay" that has the ability to track and charge users S3 usage.
http://aws.amazon.com/devpay/
From the DevPay documentation:
"Amazon DevPay is a simple-to-use online billing and account management service that makes it easy for businesses to sell applications that are built in, or run on top of, Amazon Web Services. It is designed to make running applications in the cloud and on demand easier for developers."
If you can't use this for some reason then it's up to you track users usage within your application...