An open API service indexing awesome lists of open source software.

https://github.com/awesomelistsio/awesome-aws

A curated list of awesome tools, guides, open-source libraries, and educational resources for Amazon Web Services (AWS).
https://github.com/awesomelistsio/awesome-aws

List: awesome-aws

amazon amazon-aws awesome awesome-list awesome-lists aws

Last synced: 2 months ago
JSON representation

A curated list of awesome tools, guides, open-source libraries, and educational resources for Amazon Web Services (AWS).

Awesome Lists containing this project

README

          

# Awesome AWS [![Awesome Lists](https://srv-cdn.himpfen.io/badges/awesome-lists/awesomelists-flat.svg)](https://github.com/awesomelistsio/awesome)

[![Ko-Fi](https://srv-cdn.himpfen.io/badges/kofi/kofi-flat.svg)](https://ko-fi.com/awesomelists)   [![PayPal](https://srv-cdn.himpfen.io/badges/paypal/paypal-flat.svg)](https://www.paypal.com/donate/?hosted_button_id=3LLKRXJU44EJJ)   [![Stripe](https://srv-cdn.himpfen.io/badges/stripe/stripe-flat.svg)](https://tinyurl.com/e8ymxdw3)   [![X](https://srv-cdn.himpfen.io/badges/twitter/twitter-flat.svg)](https://x.com/ListsAwesome)   [![Facebook](https://srv-cdn.himpfen.io/badges/facebook-pages/facebook-pages-flat.svg)](https://www.facebook.com/awesomelists)

> A curated list of awesome tools, guides, open-source libraries, and educational resources for Amazon Web Services (AWS).

Amazon Web Services is a comprehensive cloud computing platform offering services from computing power to storage, AI, analytics, and DevOps. This list is for developers, system administrators, DevOps engineers, and learners building on AWS.

---

## Contents

- [Official Resources](#official-resources)
- [Compute](#compute)
- [Storage](#storage)
- [Databases](#databases)
- [Networking & CDN](#networking--cdn)
- [Security & IAM](#security--iam)
- [Monitoring & Logging](#monitoring--logging)
- [Infrastructure as Code](#infrastructure-as-code)
- [Containers & Serverless](#containers--serverless)
- [AI & Machine Learning](#ai--machine-learning)
- [Developer Tools](#developer-tools)
- [Learning Resources](#learning-resources)
- [Communities](#communities)
- [Related Awesome Lists](#related-awesome-lists)

---

## Official Resources

- [AWS Documentation](https://docs.aws.amazon.com/) – Official documentation for all AWS services.
- [AWS Console](https://aws.amazon.com/console/) – Web-based interface to manage AWS resources.
- [AWS Free Tier](https://aws.amazon.com/free/) – Explore many AWS services at no cost.
- [AWS Service Health Dashboard](https://health.aws.amazon.com/) – Status updates on AWS services.
- [AWS Pricing Calculator](https://calculator.aws.amazon.com/) – Estimate your monthly AWS costs.

## Compute

- [Amazon EC2](https://aws.amazon.com/ec2/) – Scalable virtual servers in the cloud.
- [AWS Lambda](https://aws.amazon.com/lambda/) – Serverless compute to run code in response to events.
- [AWS Batch](https://aws.amazon.com/batch/) – Batch computing at scale.
- [AWS Lightsail](https://aws.amazon.com/lightsail/) – Simplified cloud hosting for developers and small businesses.

## Storage

- [Amazon S3](https://aws.amazon.com/s3/) – Object storage with high durability and scalability.
- [Amazon EBS](https://aws.amazon.com/ebs/) – Block-level storage volumes for use with EC2.
- [Amazon Glacier](https://aws.amazon.com/glacier/) – Archival storage at low cost.
- [AWS Storage Gateway](https://aws.amazon.com/storagegateway/) – Hybrid cloud storage.

## Databases

- [Amazon RDS](https://aws.amazon.com/rds/) – Managed relational database service.
- [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) – Managed NoSQL database.
- [Amazon Aurora](https://aws.amazon.com/rds/aurora/) – MySQL- and PostgreSQL-compatible relational database engine.
- [Amazon ElastiCache](https://aws.amazon.com/elasticache/) – In-memory caching with Redis and Memcached.

## Networking & CDN

- [Amazon VPC](https://aws.amazon.com/vpc/) – Provision logically isolated cloud networks.
- [AWS CloudFront](https://aws.amazon.com/cloudfront/) – Content delivery network (CDN).
- [AWS Route 53](https://aws.amazon.com/route53/) – Scalable domain name system (DNS).
- [AWS Global Accelerator](https://aws.amazon.com/global-accelerator/) – Improve global application availability and performance.

## Security & IAM

- [AWS IAM](https://aws.amazon.com/iam/) – Identity and Access Management.
- [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/) – Securely store and manage secrets.
- [AWS KMS](https://aws.amazon.com/kms/) – Managed encryption key service.
- [AWS Shield](https://aws.amazon.com/shield/) – DDoS protection for applications on AWS.

## Monitoring & Logging

- [Amazon CloudWatch](https://aws.amazon.com/cloudwatch/) – Monitoring for AWS cloud resources and applications.
- [AWS CloudTrail](https://aws.amazon.com/cloudtrail/) – Governance and compliance tracking.
- [AWS X-Ray](https://aws.amazon.com/xray/) – Debug and analyze distributed applications.

## Infrastructure as Code

- [AWS CloudFormation](https://aws.amazon.com/cloudformation/) – Declarative templates for AWS infrastructure.
- [AWS CDK (Cloud Development Kit)](https://aws.amazon.com/cdk/) – Define infrastructure using familiar programming languages.
- [Terraform AWS Provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) – Infrastructure as Code for AWS using Terraform.
- [Pulumi AWS Provider](https://www.pulumi.com/registry/packages/aws/) – Infrastructure as Code using general-purpose languages.

## Containers & Serverless

- [Amazon ECS](https://aws.amazon.com/ecs/) – Container orchestration with Docker support.
- [Amazon EKS](https://aws.amazon.com/eks/) – Managed Kubernetes.
- [AWS Fargate](https://aws.amazon.com/fargate/) – Serverless compute engine for containers.
- [AWS App Runner](https://aws.amazon.com/apprunner/) – Run containerized web apps with minimal configuration.

## AI & Machine Learning

- [Amazon SageMaker](https://aws.amazon.com/sagemaker/) – Build, train, and deploy ML models.
- [Amazon Comprehend](https://aws.amazon.com/comprehend/) – NLP and sentiment analysis.
- [Amazon Rekognition](https://aws.amazon.com/rekognition/) – Image and video analysis.
- [Amazon Polly](https://aws.amazon.com/polly/) – Text-to-speech.

## Developer Tools

- [AWS SDKs](https://aws.amazon.com/tools/) – SDKs for multiple languages.
- [AWS CLI](https://aws.amazon.com/cli/) – Command-line interface for AWS.
- [AWS Cloud9](https://aws.amazon.com/cloud9/) – Cloud-based IDE.
- [AWS CodeBuild, CodeDeploy, CodePipeline](https://aws.amazon.com/devops/) – CI/CD tools for DevOps workflows.

## Learning Resources

- [AWS Training and Certification](https://aws.amazon.com/training/) – Learn AWS through official courses.
- [AWS Skill Builder](https://explore.skillbuilder.aws/) – Free learning platform for AWS.
- [FreeCodeCamp: AWS Tutorials](https://www.freecodecamp.org/news/tag/aws/) – Beginner-friendly AWS tutorials.
- [Awesome AWS by Donne Martin](https://github.com/donnemartin/awesome-aws) – Popular open-source list of AWS resources.

## Communities

- [r/aws](https://www.reddit.com/r/aws/) – AWS subreddit community.
- [AWS Discord](https://discord.gg/aws) – AWS discussion server.
- [AWS Developer Forums](https://forums.aws.amazon.com/) – Official forums.
- [AWS Events & Webinars](https://aws.amazon.com/events/) – Conferences, webinars, and meetups.

## Related Awesome Lists

- **[Awesome Cloud Native](https://github.com/awesomelistsio/awesome-cloud-native)**
- **[Awesome DevOps](https://github.com/awesomelistsio/awesome-devops)**
- **[Awesome Kubernetes](https://github.com/awesomelistsio/awesome-kubernetes)**
- **[Awesome Terraform](https://github.com/awesomelistsio/awesome-terraform)**
- **[Awesome Serverless](https://github.com/awesomelistsio/awesome-serverless)**

## Contribute

Contributions are welcome!

## License

[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](http://creativecommons.org/licenses/by-sa/4.0/)