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

https://github.com/plopezgit/aws-notes

Introductory course to AWS for beginners. Learn the basics of the cloud and how to use the most common Amazon Web Services to develop and manage applications. Use of the AWS console, EC2, S3, and Lambda.
https://github.com/plopezgit/aws-notes

aws aws-lambda aws-s3

Last synced: 8 months ago
JSON representation

Introductory course to AWS for beginners. Learn the basics of the cloud and how to use the most common Amazon Web Services to develop and manage applications. Use of the AWS console, EC2, S3, and Lambda.

Awesome Lists containing this project

README

          

# Topics

## Introduction to AWS

- Cloud Computing Basics and Introduction to AWS

ref: https://aws.amazon.com/es/compliance/shared-responsibility-model/

- Creating an AWS Account and Using the AWS Management Console
- Understanding Key Services: EC2, S3, RDS, Lambda

## Developing with AWS

- Configuring Virtual Servers with EC2
- Object Storage with S3
- Creating Databases with RDS

### Practical Exercises with the AWS Console

EC2 https://github.com/plopezgit/aws-notes/issues/1, https://github.com/plopezgit/aws-notes/issues/3

S3: https://github.com/plopezgit/aws-notes/issues/9

RDS: https://github.com/plopezgit/aws-notes/issues/10, https://github.com/plopezgit/aws-notes/issues/11

## Serverless Architecture with AWS

- Introduction to AWS Lambda
- Creating APIs with API Gateway and Lambda
- Dynamic Storage with DynamoDB
- Practical Exercises for Deploying a Serverless Application

## CI/CD and DevOps with AWS

- Introduction to DevOps Practices
- Using AWS CodePipeline for Continuous Integration
- Infrastructure Automation with AWS CloudFormation
- Practical Exercises for Configuring CI/CD Pipelines