├── Level 100 ├── 1. Create three Billing Alarms │ ├── Alaram.png │ └── BIL01-AWS100 — Create three Billing Alarms.md ├── 10. Create a Lambda to add 2 numbers │ ├── LES01-AWS100 - Create a Lambda to add 2 numbers.md │ └── lambdafunction.png ├── 11. Host a simple static webpage with S3 and CloudFront │ ├── NET04-AWS100 — Host a simple static webpage with S3 and CloudFront.md │ └── cloudfont.png ├── 12. Create an IAM user │ ├── IAM.png │ └── SEC04-AWS100 - Create an IAM user.md ├── 13. Use a managed Config Rule │ ├── SEC02-AWS100 — Use a managed Config Rule.md │ └── config.png ├── 14. Deploy a CloudFormation template from the AWS Console │ ├── OPS01-AWS100 — Deploy a CloudFormation template from the AWS Console.md │ └── cloudformation.png ├── 2. Create a Cost Budge │ ├── BIL02-AWS100 — Create a Cost Budget.md │ └── Image.png ├── 3. Launch a Hello World website on the internet │ ├── COM03-AWS100 - Launch a Hello World website on the internet.md │ └── hello World.png ├── 4. Push a Docker image to Amazon ECR repository │ ├── COM04-AWS100 - Push a Docker image to Amazon ECR repository.md │ └── ECR.png ├── 5. Creating an Amazon RDS DB Instance (MS SQL Server) │ ├── DBS03-AWS100 - Creating an Amazon RDS DB Instance (MS SQL Server).md │ └── RDS.png ├── 6. Create a DynamoDB table │ ├── DBS05-AWS100 - Create a DynamoDB table.md │ └── DynamoDB Table.png ├── 7. Install & Configure AWS CLI then create an S3 Bucket │ ├── DEV03-AWS100 — Install & Configure AWS CLI then create an S3 Bucket.md │ └── S3.png ├── 8. Create an S3 Bucket and store an object in it │ ├── Image.png │ └── STR04-AWS100 - Create an S3 Bucket and store an object in it.md └── 9. Introduction to SNS (Simple Notification Service) │ ├── GLU02-AWS100 - Introduction to SNS (Simple Notification Service).md │ └── SNS.png ├── Level 200 ├── 1. Create an Auto Scaling Group │ ├── Auto Scaling.png │ └── COM03-AWS200 - Create an Auto Scaling Group.md ├── 2. Deploy a Docker container image on AWS Fargate │ ├── COM04-AWS200 - Deploy a Docker container image on AWS Fargate.md │ └── Image.png ├── 3. Create an Aurora RDS Database │ ├── DBS03-AWS200 - Create an Aurora RDS Database.md │ └── image.png ├── 4. Setup a simple state machine with at least 2 steps │ ├── GLU07-AWS200 - Setup a simple state machine with at least 2 steps.md │ └── image.png ├── 5. Create a Serverless API │ ├── Image.png │ └── LES01-AWS200 - Create a Serverless API.md ├── 6. Create a CloudWatch Alarm │ ├── Image.png │ └── OPS04-AWS200 - Create a CloudWatch Alarm.md ├── 7. Create a new CMK in KMS and encrypt an object │ ├── Image.png │ └── SEC01-AWS200 — Create a new CMK in KMS and encrypt an object.md └── 8. Create an EFS shared file system │ ├── STR03-AWS200 - Create an EFS shared file system.md │ └── image.png ├── Level 300 ├── 1. SQLServer Native Backup and Restore on RDS │ ├── DBS03-AWS201 - SQLServer Native Backup and Restore on RDS.md │ └── Image.png └── 2. Deploy a VPC with Terraform │ ├── Gif.gif │ ├── Image.png │ ├── OPS01-AWS300 - Deploy a VPC with Terraform.md │ └── main.tf ├── Level 400 ├── 1. Create a cluster of virtual machines using docker swarm │ ├── COM04-AWS400 - Create a cluster of virtual machines using docker swarm.md │ └── Image.png ├── 10. Deploying a Complete Machine Learning Fraud Detection Solution Using Amazon SageMaker.md │ └── Deploying a Complete Machine Learning Fraud Detection Solution Using Amazon.md ├── 11. Serverless Data Processing on AWS │ └── Serverless Data Processing on AWS.md ├── 13. Build an automated video monitoring system with AWS IoT and AIML │ └── Build an automated video monitoring system with AWS IoT and AIML.md ├── 2. Build a Basic Web Application │ └── Build a Basic Web Application.md ├── 3. Build a Serverless Web Application using Generative AI │ └── Build a Serverless Web Application using Generative AI.md ├── 4. Building with Generative AI on AWS using PartyRock, Amazon Bedrock, and Amazon Q │ └── Building with Generative AI on AWS using PartyRock, Amazon Bedrock, and Amazon Q.md ├── 5. Multi-Tier, Highly Available, Fault-Tolerant Web Application on AWS │ └── 5. Multi-Tier, Highly Available, Fault-Tolerant Web Application on AWS.md ├── 6. Create a Highly Available WordPress Web Application │ └── 6. Create a Highly Available WordPress Web Application.md ├── 7. Create a Continuous Delivery Pipeline │ └── 7. Create a Continuous Delivery Pipeline.md ├── 8. Building Web Applications Using Amazon EKS │ └── 8. Building Web Applications Using Amazon EKS.md └── 9. Large-scale Data Processing with Step Functions │ └── 9. Large-scale Data Processing with Step Functions.MD └── README.md /Level 100/1. Create three Billing Alarms/Alaram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/1. Create three Billing Alarms/Alaram.png -------------------------------------------------------------------------------- /Level 100/1. Create three Billing Alarms/BIL01-AWS100 — Create three Billing Alarms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/1. Create three Billing Alarms/BIL01-AWS100 — Create three Billing Alarms.md -------------------------------------------------------------------------------- /Level 100/10. Create a Lambda to add 2 numbers/LES01-AWS100 - Create a Lambda to add 2 numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/10. Create a Lambda to add 2 numbers/LES01-AWS100 - Create a Lambda to add 2 numbers.md -------------------------------------------------------------------------------- /Level 100/10. Create a Lambda to add 2 numbers/lambdafunction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/10. Create a Lambda to add 2 numbers/lambdafunction.png -------------------------------------------------------------------------------- /Level 100/11. Host a simple static webpage with S3 and CloudFront/NET04-AWS100 — Host a simple static webpage with S3 and CloudFront.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/11. Host a simple static webpage with S3 and CloudFront/NET04-AWS100 — Host a simple static webpage with S3 and CloudFront.md -------------------------------------------------------------------------------- /Level 100/11. Host a simple static webpage with S3 and CloudFront/cloudfont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/11. Host a simple static webpage with S3 and CloudFront/cloudfont.png -------------------------------------------------------------------------------- /Level 100/12. Create an IAM user/IAM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/12. Create an IAM user/IAM.png -------------------------------------------------------------------------------- /Level 100/12. Create an IAM user/SEC04-AWS100 - Create an IAM user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/12. Create an IAM user/SEC04-AWS100 - Create an IAM user.md -------------------------------------------------------------------------------- /Level 100/13. Use a managed Config Rule/SEC02-AWS100 — Use a managed Config Rule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/13. Use a managed Config Rule/SEC02-AWS100 — Use a managed Config Rule.md -------------------------------------------------------------------------------- /Level 100/13. Use a managed Config Rule/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/13. Use a managed Config Rule/config.png -------------------------------------------------------------------------------- /Level 100/14. Deploy a CloudFormation template from the AWS Console/OPS01-AWS100 — Deploy a CloudFormation template from the AWS Console.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/14. Deploy a CloudFormation template from the AWS Console/OPS01-AWS100 — Deploy a CloudFormation template from the AWS Console.md -------------------------------------------------------------------------------- /Level 100/14. Deploy a CloudFormation template from the AWS Console/cloudformation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/14. Deploy a CloudFormation template from the AWS Console/cloudformation.png -------------------------------------------------------------------------------- /Level 100/2. Create a Cost Budge/BIL02-AWS100 — Create a Cost Budget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/2. Create a Cost Budge/BIL02-AWS100 — Create a Cost Budget.md -------------------------------------------------------------------------------- /Level 100/2. Create a Cost Budge/Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/2. Create a Cost Budge/Image.png -------------------------------------------------------------------------------- /Level 100/3. Launch a Hello World website on the internet/COM03-AWS100 - Launch a Hello World website on the internet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/3. Launch a Hello World website on the internet/COM03-AWS100 - Launch a Hello World website on the internet.md -------------------------------------------------------------------------------- /Level 100/3. Launch a Hello World website on the internet/hello World.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/3. Launch a Hello World website on the internet/hello World.png -------------------------------------------------------------------------------- /Level 100/4. Push a Docker image to Amazon ECR repository/COM04-AWS100 - Push a Docker image to Amazon ECR repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/4. Push a Docker image to Amazon ECR repository/COM04-AWS100 - Push a Docker image to Amazon ECR repository.md -------------------------------------------------------------------------------- /Level 100/4. Push a Docker image to Amazon ECR repository/ECR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/4. Push a Docker image to Amazon ECR repository/ECR.png -------------------------------------------------------------------------------- /Level 100/5. Creating an Amazon RDS DB Instance (MS SQL Server)/DBS03-AWS100 - Creating an Amazon RDS DB Instance (MS SQL Server).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/5. Creating an Amazon RDS DB Instance (MS SQL Server)/DBS03-AWS100 - Creating an Amazon RDS DB Instance (MS SQL Server).md -------------------------------------------------------------------------------- /Level 100/5. Creating an Amazon RDS DB Instance (MS SQL Server)/RDS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/5. Creating an Amazon RDS DB Instance (MS SQL Server)/RDS.png -------------------------------------------------------------------------------- /Level 100/6. Create a DynamoDB table/DBS05-AWS100 - Create a DynamoDB table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/6. Create a DynamoDB table/DBS05-AWS100 - Create a DynamoDB table.md -------------------------------------------------------------------------------- /Level 100/6. Create a DynamoDB table/DynamoDB Table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/6. Create a DynamoDB table/DynamoDB Table.png -------------------------------------------------------------------------------- /Level 100/7. Install & Configure AWS CLI then create an S3 Bucket/DEV03-AWS100 — Install & Configure AWS CLI then create an S3 Bucket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/7. Install & Configure AWS CLI then create an S3 Bucket/DEV03-AWS100 — Install & Configure AWS CLI then create an S3 Bucket.md -------------------------------------------------------------------------------- /Level 100/7. Install & Configure AWS CLI then create an S3 Bucket/S3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/7. Install & Configure AWS CLI then create an S3 Bucket/S3.png -------------------------------------------------------------------------------- /Level 100/8. Create an S3 Bucket and store an object in it/Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/8. Create an S3 Bucket and store an object in it/Image.png -------------------------------------------------------------------------------- /Level 100/8. Create an S3 Bucket and store an object in it/STR04-AWS100 - Create an S3 Bucket and store an object in it.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/8. Create an S3 Bucket and store an object in it/STR04-AWS100 - Create an S3 Bucket and store an object in it.md -------------------------------------------------------------------------------- /Level 100/9. Introduction to SNS (Simple Notification Service)/GLU02-AWS100 - Introduction to SNS (Simple Notification Service).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/9. Introduction to SNS (Simple Notification Service)/GLU02-AWS100 - Introduction to SNS (Simple Notification Service).md -------------------------------------------------------------------------------- /Level 100/9. Introduction to SNS (Simple Notification Service)/SNS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 100/9. Introduction to SNS (Simple Notification Service)/SNS.png -------------------------------------------------------------------------------- /Level 200/1. Create an Auto Scaling Group/Auto Scaling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/1. Create an Auto Scaling Group/Auto Scaling.png -------------------------------------------------------------------------------- /Level 200/1. Create an Auto Scaling Group/COM03-AWS200 - Create an Auto Scaling Group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/1. Create an Auto Scaling Group/COM03-AWS200 - Create an Auto Scaling Group.md -------------------------------------------------------------------------------- /Level 200/2. Deploy a Docker container image on AWS Fargate/COM04-AWS200 - Deploy a Docker container image on AWS Fargate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/2. Deploy a Docker container image on AWS Fargate/COM04-AWS200 - Deploy a Docker container image on AWS Fargate.md -------------------------------------------------------------------------------- /Level 200/2. Deploy a Docker container image on AWS Fargate/Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/2. Deploy a Docker container image on AWS Fargate/Image.png -------------------------------------------------------------------------------- /Level 200/3. Create an Aurora RDS Database/DBS03-AWS200 - Create an Aurora RDS Database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/3. Create an Aurora RDS Database/DBS03-AWS200 - Create an Aurora RDS Database.md -------------------------------------------------------------------------------- /Level 200/3. Create an Aurora RDS Database/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/3. Create an Aurora RDS Database/image.png -------------------------------------------------------------------------------- /Level 200/4. Setup a simple state machine with at least 2 steps/GLU07-AWS200 - Setup a simple state machine with at least 2 steps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/4. Setup a simple state machine with at least 2 steps/GLU07-AWS200 - Setup a simple state machine with at least 2 steps.md -------------------------------------------------------------------------------- /Level 200/4. Setup a simple state machine with at least 2 steps/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/4. Setup a simple state machine with at least 2 steps/image.png -------------------------------------------------------------------------------- /Level 200/5. Create a Serverless API/Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/5. Create a Serverless API/Image.png -------------------------------------------------------------------------------- /Level 200/5. Create a Serverless API/LES01-AWS200 - Create a Serverless API.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/5. Create a Serverless API/LES01-AWS200 - Create a Serverless API.md -------------------------------------------------------------------------------- /Level 200/6. Create a CloudWatch Alarm/Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/6. Create a CloudWatch Alarm/Image.png -------------------------------------------------------------------------------- /Level 200/6. Create a CloudWatch Alarm/OPS04-AWS200 - Create a CloudWatch Alarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/6. Create a CloudWatch Alarm/OPS04-AWS200 - Create a CloudWatch Alarm.md -------------------------------------------------------------------------------- /Level 200/7. Create a new CMK in KMS and encrypt an object/Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/7. Create a new CMK in KMS and encrypt an object/Image.png -------------------------------------------------------------------------------- /Level 200/7. Create a new CMK in KMS and encrypt an object/SEC01-AWS200 — Create a new CMK in KMS and encrypt an object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/7. Create a new CMK in KMS and encrypt an object/SEC01-AWS200 — Create a new CMK in KMS and encrypt an object.md -------------------------------------------------------------------------------- /Level 200/8. Create an EFS shared file system/STR03-AWS200 - Create an EFS shared file system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/8. Create an EFS shared file system/STR03-AWS200 - Create an EFS shared file system.md -------------------------------------------------------------------------------- /Level 200/8. Create an EFS shared file system/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 200/8. Create an EFS shared file system/image.png -------------------------------------------------------------------------------- /Level 300/1. SQLServer Native Backup and Restore on RDS/DBS03-AWS201 - SQLServer Native Backup and Restore on RDS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 300/1. SQLServer Native Backup and Restore on RDS/DBS03-AWS201 - SQLServer Native Backup and Restore on RDS.md -------------------------------------------------------------------------------- /Level 300/1. SQLServer Native Backup and Restore on RDS/Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 300/1. SQLServer Native Backup and Restore on RDS/Image.png -------------------------------------------------------------------------------- /Level 300/2. Deploy a VPC with Terraform/Gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 300/2. Deploy a VPC with Terraform/Gif.gif -------------------------------------------------------------------------------- /Level 300/2. Deploy a VPC with Terraform/Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 300/2. Deploy a VPC with Terraform/Image.png -------------------------------------------------------------------------------- /Level 300/2. Deploy a VPC with Terraform/OPS01-AWS300 - Deploy a VPC with Terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 300/2. Deploy a VPC with Terraform/OPS01-AWS300 - Deploy a VPC with Terraform.md -------------------------------------------------------------------------------- /Level 300/2. Deploy a VPC with Terraform/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 300/2. Deploy a VPC with Terraform/main.tf -------------------------------------------------------------------------------- /Level 400/1. Create a cluster of virtual machines using docker swarm/COM04-AWS400 - Create a cluster of virtual machines using docker swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/1. Create a cluster of virtual machines using docker swarm/COM04-AWS400 - Create a cluster of virtual machines using docker swarm.md -------------------------------------------------------------------------------- /Level 400/1. Create a cluster of virtual machines using docker swarm/Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/1. Create a cluster of virtual machines using docker swarm/Image.png -------------------------------------------------------------------------------- /Level 400/10. Deploying a Complete Machine Learning Fraud Detection Solution Using Amazon SageMaker.md/Deploying a Complete Machine Learning Fraud Detection Solution Using Amazon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/10. Deploying a Complete Machine Learning Fraud Detection Solution Using Amazon SageMaker.md/Deploying a Complete Machine Learning Fraud Detection Solution Using Amazon.md -------------------------------------------------------------------------------- /Level 400/11. Serverless Data Processing on AWS/Serverless Data Processing on AWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/11. Serverless Data Processing on AWS/Serverless Data Processing on AWS.md -------------------------------------------------------------------------------- /Level 400/13. Build an automated video monitoring system with AWS IoT and AIML/Build an automated video monitoring system with AWS IoT and AIML.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/13. Build an automated video monitoring system with AWS IoT and AIML/Build an automated video monitoring system with AWS IoT and AIML.md -------------------------------------------------------------------------------- /Level 400/2. Build a Basic Web Application/Build a Basic Web Application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/2. Build a Basic Web Application/Build a Basic Web Application.md -------------------------------------------------------------------------------- /Level 400/3. Build a Serverless Web Application using Generative AI/Build a Serverless Web Application using Generative AI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/3. Build a Serverless Web Application using Generative AI/Build a Serverless Web Application using Generative AI.md -------------------------------------------------------------------------------- /Level 400/4. Building with Generative AI on AWS using PartyRock, Amazon Bedrock, and Amazon Q/Building with Generative AI on AWS using PartyRock, Amazon Bedrock, and Amazon Q.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/4. Building with Generative AI on AWS using PartyRock, Amazon Bedrock, and Amazon Q/Building with Generative AI on AWS using PartyRock, Amazon Bedrock, and Amazon Q.md -------------------------------------------------------------------------------- /Level 400/5. Multi-Tier, Highly Available, Fault-Tolerant Web Application on AWS/5. Multi-Tier, Highly Available, Fault-Tolerant Web Application on AWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/5. Multi-Tier, Highly Available, Fault-Tolerant Web Application on AWS/5. Multi-Tier, Highly Available, Fault-Tolerant Web Application on AWS.md -------------------------------------------------------------------------------- /Level 400/6. Create a Highly Available WordPress Web Application/6. Create a Highly Available WordPress Web Application.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/6. Create a Highly Available WordPress Web Application/6. Create a Highly Available WordPress Web Application.md -------------------------------------------------------------------------------- /Level 400/7. Create a Continuous Delivery Pipeline/7. Create a Continuous Delivery Pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/7. Create a Continuous Delivery Pipeline/7. Create a Continuous Delivery Pipeline.md -------------------------------------------------------------------------------- /Level 400/8. Building Web Applications Using Amazon EKS/8. Building Web Applications Using Amazon EKS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/8. Building Web Applications Using Amazon EKS/8. Building Web Applications Using Amazon EKS.md -------------------------------------------------------------------------------- /Level 400/9. Large-scale Data Processing with Step Functions/9. Large-scale Data Processing with Step Functions.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/Level 400/9. Large-scale Data Processing with Step Functions/9. Large-scale Data Processing with Step Functions.MD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shubhammurti/AWS-Projects-Portfolio/HEAD/README.md --------------------------------------------------------------------------------