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.
- Host: GitHub
- URL: https://github.com/plopezgit/aws-notes
- Owner: plopezgit
- Created: 2025-04-03T08:13:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T09:51:41.000Z (10 months ago)
- Last Synced: 2025-04-09T23:38:01.081Z (10 months ago)
- Topics: aws, aws-lambda, aws-s3
- Homepage: https://aws.amazon.com/
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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