From 38729b97e01b277b2b3f32a56889d2fcb3926d45 Mon Sep 17 00:00:00 2001 From: Hibot12 <34285446+Hibot12@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:20:33 +0200 Subject: [PATCH 1/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d6a3ef5..ba399a20 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo * [Amazon Web Services](https://aws.amazon.com) * [CloudFront](https://aws.amazon.com/cloudfront/) - 1TB egress per month and 2M Function invocations per month - * [Cloudwatch](https://aws.amazon.com/cloudwatch/) - 10 custom metrics and ten alarms + * [CloudWatch](https://aws.amazon.com/cloudwatch/) - 10 custom metrics and ten alarms * [CodeBuild](https://aws.amazon.com/codebuild/) - 100min of build time per month * [CodeCommit](https://aws.amazon.com/codecommit/) - 5 active users,50GB storage, and 10000 requests per month * [CodePipeline](https://aws.amazon.com/codepipeline/) - 1 active pipeline per month From 8ada3d6019ed4358a80885adfa1884bca4aa68cc Mon Sep 17 00:00:00 2001 From: Hibot12 <34285446+Hibot12@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:22:47 +0200 Subject: [PATCH 2/3] Add S3 free tier --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba399a20..d3c3c755 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,8 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo * [EBS](https://aws.amazon.com/ebs/) - 30GB per month of General Purpose (SSD) or Magnetic(12mo) * [Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/) - 750 hours per month(12mo) * [RDS](https://aws.amazon.com/rds/) - 750 hours per month of db.t2.micro, db.t3.micro, or db.t4g.micro, 20GB of General Purpose (SSD) storage, 20GB of storage backups - * [Glacier](https://aws.amazon.com/glacier) - 10GB long-term object storage + * [S3](https://aws.amazon.com/s3/) - 5GB Standard object storage, 20K Get requests and 2K Put requests(12 mo) + * [Glacier](https://aws.amazon.com/glacier/) - 10GB long-term object storage * [Lambda](https://aws.amazon.com/lambda/) - 1 million requests per month * [SNS](https://aws.amazon.com/sns/) - 1 million publishes per month * [SES](https://aws.amazon.com/ses/) - 3.000 messages per month (12mo) From c060c17d657633afab2333712b67ea51ea48b489 Mon Sep 17 00:00:00 2001 From: Hibot12 <34285446+Hibot12@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:23:28 +0200 Subject: [PATCH 3/3] Clarify RDS free tier terms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c3c755..5d9bb1c8 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo * [EC2](https://aws.amazon.com/ec2/) - 750 hours per month of t2.micro or t3.micro(12mo). 100GB egress per month * [EBS](https://aws.amazon.com/ebs/) - 30GB per month of General Purpose (SSD) or Magnetic(12mo) * [Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/) - 750 hours per month(12mo) - * [RDS](https://aws.amazon.com/rds/) - 750 hours per month of db.t2.micro, db.t3.micro, or db.t4g.micro, 20GB of General Purpose (SSD) storage, 20GB of storage backups + * [RDS](https://aws.amazon.com/rds/) - 750 hours per month of db.t2.micro, db.t3.micro, or db.t4g.micro, 20GB of General Purpose (SSD) storage, 20GB of storage backups(12 mo) * [S3](https://aws.amazon.com/s3/) - 5GB Standard object storage, 20K Get requests and 2K Put requests(12 mo) * [Glacier](https://aws.amazon.com/glacier/) - 10GB long-term object storage * [Lambda](https://aws.amazon.com/lambda/) - 1 million requests per month