Is AWS S3 free forever?
No, the AWS Free Tier is applied to your monthly usage. It will expire on the 1st day of each month, and does not accumulate. Q: If I go over the Free Tier limit in a given month, how much will I have to pay? If your usage exceeds the monthly free tier limits, you simply pay standard, pay-as-you-go AWS service rates.
Amazon Simple Storage Service (Amazon S3) is an elastically scalable object storage service. The service provides a free tier to get you started, with limited capacity for 12 months.
The AWS Free Tier includes 5 GB of Amazon S3 standard storage, which offers the highest Amazon S3 durability.
There are three major costs associated with S3: Storage cost: charged per GB / month. ~ $0.03 / GB / month, charged hourly. API cost for operation of files: ~$0.005 / 10000 read requests, write requests are 10 times more expensive.
Either way, you're paying for transfer and storage, so it should be cheaper in all cases to just use S3 for file hosting. EC2 should always be more expensive because you're paying for the time the instance is running in addition to storage and transfer.
Some of the services like Amazon EC2, Amazon Cloudfront, Amazon S3 are free for a 12 month period, some like Amazom DynamoDB, Amazon Chime are always free, and others like Amazon Redshift, Amazon Lightsail have short term free trials, typically 30-60 days.
AWS Free Tier includes the following free offer types: 12 Months Free – These tier offers include 12 months free usage following your initial sign-up date to AWS. When your 12 month free usage term expires, or if your application use exceeds the tiers, you simply pay standard, pay-as-you-go service rates.
Empty S3 buckets don't cost anything. You are only charged by the size of the objects in the bucket, the storage class and the access.
Your eligibility for the AWS Free Tier expires 12 months after you first create your account. You can't extend your Free Tier eligibility after this time. You can continue to use Always Free offers, even after your Free Tier eligibility expires.
Important: The AWS Free Tier makes certain amounts and types of resources for new AWS accounts available free of charge for a one-year period. Any amounts and types of resources that aren't covered are charged at standard rates.
How do I know if my AWS is free tier?
Sign in to the AWS Management Console and open the Billing console at https://console.aws.amazon.com/billing/ . Under Preferences in the navigation pane, choose Billing preferences. Under Cost Management Preferences, select Receive AWS Free Tier Usage Alerts to opt in to Free Tier usage alerts.
Amazon S3 is cheapest for data storage alone. However, there are various other pricing parameters in S3, including cost per number of requests made, S3 Analytics, and data transfer out of S3 per gigabyte. EFS has the simplest cost structure. Amazon S3 can be accessed from anywhere.

To date, Dropbox charges $10/month for 1TB of space. Amazon S3 charges $0.023 per GB per month.
...
Difference between Amazon Drive and Amazon S3.
AMAZON DRIVE | AMAZON S3 |
---|---|
It is mostly used for storing photos. | It is used for storing all types of files. |
- For any “serious” support, they require the “AWS Support Plan,” which it's billed separately (around 29 USD per month)
- Downloading data it's a bit expensive, 0,09 USD per GB after the first transferred GB/month.
Amazon S3 is an object storage service that stores data as objects within buckets. An object is a file and any metadata that describes the file. A bucket is a container for objects. To store your data in Amazon S3, you first create a bucket and specify a bucket name and AWS Region.
We have compiled a list of solutions that reviewers voted as the best overall alternatives and competitors to Amazon Simple Storage Service (S3), including Google Cloud Storage, Azure Blob Storage, DigitalOcean Spaces, and Zadara.
AWS does not charge the customers for any data that is transferred between our workload components within the same availability zone, it is all free of charge.
In addition to one of the largest networks in the world, Google Cloud generally cheaper than AWS and Azure. The bill on minute-level increments, only charging for the computing time that is used. Depending on the instance, GCP is 25-50% cheaper than AWS.
Amazon EC2 is free to try. There are multiple ways to pay for Amazon EC2 instances: On-Demand, Savings Plans, Reserved Instances, and Spot Instances. You can also pay for Dedicated Hosts, which provide EC2 instance capacity on physical servers dedicated for your use.
Can I learn AWS in 3 months?
If you are aiming for a specialty certification, I highly recommend earning your AWS Solution Architect – Associate certification first to ensure your foundational knowledge of basic AWS concepts. It took me three months with seven hours/week of study, to pass the AWS Certified Data Analytics – Specialty certification.
Due to its almost 7-year operating history, AWS has greater resources, infrastructure, and superior, scalable services than Azure. More significantly, while Azure was attempting to catch up, Amazon could expand its cloud infrastructure by adding more servers and utilizing economies of scale more effectively.
When using AWS Free Tier, you might incur charges due to the following reasons: You exceeded the monthly free tier usage limits of one or more services. You're using an AWS service, such as Amazon Aurora, that doesn't offer free tier benefits. Your free tier period expired.
S3 provides unlimited scalability, and there is no official limit on the amount of data and number of objects you can store in an S3 bucket. The size limit for objects stored in a bucket is 5 TB.
- Disable logging for any S3 buckets before deleting them. ...
- Delete any file versions (backups of S3 objects) in versioning-enabled buckets.
- Delete empty S3 buckets that you don't need. ...
- Cancel any incomplete multipart upload requests.