Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabianmagrini/awesome-learn-aws

A curated list of resources for learning AWS
https://github.com/fabianmagrini/awesome-learn-aws

List: awesome-learn-aws

Last synced: 3 months ago
JSON representation

A curated list of resources for learning AWS

Awesome Lists containing this project

README

        

# Learn AWS

A curated list of resources for learning AWS

## Books

* [AWS Cookbook by John Culkin, Mike Zazon](https://www.oreilly.com/library/view/aws-cookbook/9781492092599/)
* [AWS Security](https://www.manning.com/books/aws-security)
* [AWS for Solutions Architects - Second Edition](https://www.packtpub.com/product/aws-for-solutions-architects-second-edition/9781803238951)
* [Security and Microservice Architecture on AWS](https://www.oreilly.com/library/view/security-and-microservice/9781098101459/)

## Free online courses

Free online courses from Amazon Web Services.

* [edX courses offered by AWS](https://www.edx.org/school/aws)

### freeCodeCamp courses on YouTube

* [AWS VPC Beginner to Pro - Virtual Private Cloud Tutorial](https://youtu.be/g2JOHLHh4rI)
* [AWS Certified Cloud Practitioner Certification Course (CLF-C01) - Pass the Exam!](https://youtu.be/SOTamWNgDKc)
* [AWS Certified Solutions Architect - Associate 2020 (PASS THE EXAM!)](https://youtu.be/Ia-UEYYR44s)

### Udemy courses

* [Amazon Web Services (AWS) - Zero to Hero](https://www.udemy.com/course/amazon-web-services-aws-v/)

## Certification

* [The official training website](https://www.aws.training/)

## Courses

* [A Cloud Guru](https://www.pluralsight.com/cloud-guru)

## YouTube channels

Includes tutorials, videos from conferences, and demos.

* [AWS YouTube channel](https://www.youtube.com/@amazonwebservices/featured)
* [YouTube Playlist](https://youtube.com/playlist?list=PLq-S-mihzsNwNvWRVzz77TSN-ksXvmPNy)

## AWS Documentation

* [AWS Documentation](https://docs.aws.amazon.com/index.html)

## Getting Started

* [Getting Started with AWS](https://aws.amazon.com/getting-started/)
* [Setting Up Your AWS Environment](https://aws.amazon.com/getting-started/guides/setup-environment/?pg=gs&sec=gtkaws)

## Architecture

* [AWS Well-Architected](https://aws.amazon.com/architecture/well-architected/?wa-lens-whitepapers.sort-by=item.additionalFields.sortDate&wa-lens-whitepapers.sort-order=desc&wa-guidance-whitepapers.sort-by=item.additionalFields.sortDate&wa-guidance-whitepapers.sort-order=desc)

## AWS Cloudformation

* [AWS CloudFormation Documentation](https://docs.aws.amazon.com/cloudformation/index.html)

## AWS Cloud Development Kit (AWS CDK)

* [AWS CDK Developer Guide](https://docs.aws.amazon.com/cdk/v2/guide/home.html)
* [AWS CDK Examples](https://github.com/aws-samples/aws-cdk-examples)
* [AWS CDK API Reference](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-construct-library.html)
* [How to write and execute integration tests for AWS CDK applications](https://aws.amazon.com/blogs/devops/how-to-write-and-execute-integration-tests-for-aws-cdk-applications/)
* [Micro Frontends on AWS](https://github.com/aws-samples/micro-frontends-on-aws)

## .NET on AWS

* [.NET on AWS](https://aws.amazon.com/developer/language/net/)
* [A sample .NET application representing a fictional used books store.](https://github.com/aws-samples/bobs-used-bookstore-sample)
* [Deploy a .NET Web Application on Amazon ECS powered by Graviton2](https://aws.amazon.com/getting-started/hands-on/deploy-dotnet-web-app-ecs-graviton/)
* [.NET Workloads on Amazon ECS and AWS Fargate](https://aws.amazon.com/developer/language/net/badges-and-training/ecs-fargate/)
* [AWS Deploy Tool for .NET](https://aws.github.io/aws-dotnet-deploy/)
* [Build and Deploy .Net Core WebAPI Container to Amazon EKS using CDK & cdk8s](https://aws.amazon.com/blogs/developer/build-and-deploy-net-core-webapi-container-to-amazon-eks-using-cdk-cdk8s/)
* [MUSIC STORE .NET CORE GOES TO SERVERLESS KUBERNETES ON AMAZON EKS FARGATE](https://winonaws.cloud/dotnet/framework-to-core/30.html)

## Amazon Elastic Container Service (Amazon ECS)

* [Developer Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html)
* [Using the AWS Copilot CLI](https://github.com/aws/copilot-cli)
* [Using the Amazon ECS CLI](https://github.com/aws/amazon-ecs-cli)
* [Amazon ECS Workshop](https://ecsworkshop.com/introduction/)

### AWS App Mesh

* [Deploying service-mesh-based architectures using AWS App Mesh and Amazon ECS](https://aws.amazon.com/blogs/architecture/deploying-service-mesh-based-architectures-using-aws-app-mesh-and-amazon-ecs/)
* [Getting started with AWS App Mesh and Amazon ECS](https://docs.aws.amazon.com/app-mesh/latest/userguide/getting-started-ecs.html)
* [AWS App Mesh Workshop](https://www.appmeshworkshop.com/introduction/)
* [AWS App Mesh Examples](https://github.com/aws/aws-app-mesh-examples)

### AWS Fargate

* [Server-side rendering micro-frontends – the architecture](https://aws.amazon.com/blogs/compute/server-side-rendering-micro-frontends-the-architecture/)
* [Server-side rendering micro-frontends – UI composer and service discovery](https://aws.amazon.com/blogs/compute/server-side-rendering-micro-frontends-ui-composer-and-service-discovery/)

## Amazon Elastic Kubernetes Service (Amazon EKS)

* [Amazon Elastic Kubernetes Service Documentation](https://docs.aws.amazon.com/eks/index.html)
* [Kubernetes hands on introduction (2023) | Amazon EKS Workshop](https://www.youtube.com/live/_TFk5jQr2lk?feature=share)
* [Production Ready Environments With Amazon EKS](https://youtu.be/1CxFtpjWNTQ)

## Production Ready

* [Best practices for multi-account management](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_best-practices.html)

## AWS Prescriptive Guidance

* [Deploy a React-based single-page application to Amazon S3 and CloudFront](https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/deploy-a-react-based-single-page-application-to-amazon-s3-and-cloudfront.html)