Skip to content

Commit 9e7f54e

Browse files
Merge pull request #210 from najibkado/Cloud&AIDev
Cloud&ai dev
2 parents 8a81961 + 1d8cd76 commit 9e7f54e

File tree

24 files changed

+379
-1
lines changed

24 files changed

+379
-1
lines changed

.vscode/settings.json

Whitespace-only changes.

courses/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ It's important to note that this documentation lists all of the courses that we
1111
## [Frontend](/courses/frontend/README.md)
1212

1313
## [Backend](/courses/backend/README.md)
14+
15+
## [Cloud & AI](/courses/cloud&ai/README.md)

courses/cloud&ai/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Cloud & AI
2+
3+
This specialization course focuses on cloud computing and artificial intelligence using Amazon Web Services (AWS), preparing trainees for modern cloud-native development and AI-powered applications.
4+
5+
## Learning Goals
6+
7+
By the end of this course, trainees will be able to:
8+
9+
- Deploy and manage applications in AWS cloud
10+
- Work with AI/ML services and APIs on AWS
11+
- Build cloud-native applications on AWS
12+
- Implement AI-powered features in existing applications
13+
14+
## Modules
15+
16+
| Name | Weeks |
17+
| ----------------------------------------------------------------------- | ----- |
18+
| [AWS Fundamentals](./aws-fundamentals/README.md) | 2 |
19+
| [Database & Storage Services](./database-storage-services/README.md) | 2 |
20+
| [Building 3 Tier Web Apps on AWS](./building-3-tier-web-apps/README.md) | 1 |
21+
| [Serverless on AWS](./serverless-aws/README.md) | 2 |
22+
| [AI/ML Services](./ai-ml-services/README.md) | 2 |
23+
| [Build AI/ML Applications](./build-ai-ml-applications/README.md) | 2 |
24+
| [Final project](./final-project/README.md) | 4 |
25+
26+
Total: 15 weeks
27+
28+
## Prerequisites
29+
30+
Trainees should have completed the [Foundation course](../foundation/README.md) before starting this specialization.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AI/ML Services
2+
3+
This module covers AWS artificial intelligence and machine learning services, teaching trainees to integrate AI capabilities into their applications.
4+
5+
## Machine Learning
6+
7+
| Week | Topic |
8+
| ---- | ------------------------------------------------------------ |
9+
| 1. | [Introduction to Machine Learning on AWS](./week1/README.md) |
10+
| 2. | [Machine Learning Workshop](./week2/README.md) |
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AI/ML Services (Week 1)
2+
3+
This module covers AWS artificial intelligence and machine learning services, teaching trainees to utilize AI/ML services on AWS to build applications.
4+
5+
## Machine Learning
6+
7+
| Week | Topic | Content | Description |
8+
| ---- | -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
9+
| 1. | Introduction to Machine Learning | [Introduction to Machine Learning - Art of the Possible](https://skillbuilder.aws/learn/W5U4ZWMGAH/introduction-to-machine-learning-art-of-the-possible/YSW8SJ3N3Q?parentId=2PW43AVTYR) | Overview of ML possibilities and applications |
10+
| 1. | ML Terminologies and Concepts | [Machine Learning Terminology and Process](https://skillbuilder.aws/learn/8U8G8MKUEK/machine-learning-terminology-and-process/DMCV9X9A2V?parentId=2PW43AVTYR) | Essential ML vocabulary and processes |
11+
| 1. | AI/ML Fundamentals | [Fundamentals of Machine Learning and Artificial Intelligence](https://skillbuilder.aws/learn/16ASDUHF86/fundamentals-of-machine-learning-and-artificial-intelligence/M7JZCTA94N) | Core concepts of AI and ML |
12+
| 1. | Amazon SageMaker | [Introduction to Amazon SageMaker](https://skillbuilder.aws/learn/E1TZFJG8AG/introduction-to-amazon-sagemaker/GK2ESQYCR3?parentId=2PW43AVTYR) | AWS managed ML platform introduction |
13+
14+
## Learning goals
15+
16+
- [ ] Understand machine learning fundamentals and terminology
17+
- [ ] Learn AI/ML concepts and processes
18+
- [ ] Work with Amazon SageMaker for ML model development
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AI/ML Services (Week 2)
2+
3+
This module allows trainees to have hands-on experience building generative ai applications on AWS
4+
5+
## Machine Learning
6+
7+
| Week | Topic | Content | Description |
8+
| ---- | -------- | -------------------------------------------------------------------------- | --------------------------------------------------------- |
9+
| 2. | Workshop | [Building Gen AI Apps](https://catalog.workshops.aws/building-gen-ai-apps) | Hands-on workshop for building generative AI applications |
10+
11+
## Learning goals
12+
13+
- [ ] Work with Amazon SageMaker for ML model development
14+
- [ ] Build generative AI applications using AWS services
15+
16+
## Prerequisites
17+
18+
Trainees should have completed the [AI/ML Services Week1](../week1/README.md) before starting this module.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# AWS Fundamentals (IAM, Compute & Networking)
2+
3+
This module introduces trainees to Amazon Web Services fundamentals.
4+
5+
| Week | Topic |
6+
| ---- | --------------------------------------------- |
7+
| 1. | [Getting started with AWS](./week1/README.md) |
8+
| 2. | [Deep Dive and Workshop](./week2/README.md) |
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AWS Fundamentals (IAM, Compute & Networking) (Week 1)
2+
3+
This module introduces trainees to Amazon Web Services fundamentals, focusing on Identity and Access Management, compute services, and networking concepts.
4+
5+
| Week | Topic | Content | Description |
6+
| ---- | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
7+
| 1. | Setting up an account and IAM | [AWS Account Setup Learning Plan](https://skillbuilder.aws/learning-plan/4YT74952PX/aws-account-setup-learning-plan/M75G5W23MV) | Learn to set up AWS account and IAM fundamentals |
8+
| 1. | Compute on AWS | [AWS Compute Services Overview](https://skillbuilder.aws/learn/QV37EUK5Y7/aws-compute-services-overview/EG41UCZ2T3) | Introduction to AWS compute services |
9+
| 1. | Networking Basics on AWS | [AWS Networking Basics](https://skillbuilder.aws/learn/S1VYRYHD8V/aws-networking-basics/SKP7248UVF) | Fundamentals of AWS networking |
10+
11+
## Learning goals
12+
13+
- [ ] Set up AWS account and understand IAM fundamentals
14+
- [ ] Understand AWS compute services and EC2 basics
15+
- [ ] Learn AWS networking fundamentals and VPC concepts
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AWS Fundamentals (IAM, Compute & Networking) (Week 2)
2+
3+
This module allows trainees to dive deep on compute and networking for Amazon Web Services in addition to hands-on walkthrough of fundamentals of AWS.
4+
5+
| Week | Topic | Content | Description |
6+
| ---- | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
7+
| 2. | VPC Deep Dive (Optional) | [Introduction to Amazon VPC](https://skillbuilder.aws/learn/PH6Z6EVH8Z/introduction-to-amazon-virtual-private-cloud-vpc/PA8H7FUE15) | Deep dive into Virtual Private Cloud concepts |
8+
| 2. | EC2 Deep Dive (Optional) | [Introduction to Amazon EC2](https://skillbuilder.aws/learn/9VNGAHHAUU/introduction-to-amazon-ec2/AJZEJRN2BQ) | Deep dive into Elastic Compute Cloud |
9+
| 2. | Workshop | [General Immersion Day](https://catalog.workshops.aws/general-immersionday/en-US) | Hands-on workshop covering IAM, Compute & Networking |
10+
11+
## Learning goals
12+
13+
- [ ] Learn AWS fundamentals and concepts
14+
- [ ] Apply knowledge through hands-on workshop exercises
15+
16+
## Prerequisites
17+
18+
Trainees should have completed the [AWS Fundamentals Week1](../week1/README.md) before starting this module.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Build AI/ML Applications
2+
3+
This module focuses on building complete AI/ML applications using AWS services, with emphasis on Generative AI and Agentic AI solutions.
4+
5+
## Generative AI
6+
7+
| Week | Topic |
8+
| ---- | --------------------------------------------------- |
9+
| 1. | [Generative AI on AWS](./week1/README.md) |
10+
| 2. | [Agentic AI on AWS and Workshop](./week2/README.md) |

0 commit comments

Comments
 (0)