📁 Folder Tree
- 📁 Automating AWS with Lambda, Python, and Boto3
- 📂 CHAPTER 01 Introduction
- 📂 01-01 Course Overview
- 📂 01-02 About the Training Architect
- 📂 01-03 Course Prerequisites
- 📂 01-04 Working with the Interactive Diagrams
- 📂 CHAPTER 02 Getting Started
- 📂 02-01 Overview of AWS Lambda
- 📂 02-02 Introduction to Boto3
- 📂 02-03 HANDS-ON LAB Creating an EC2 Instance with Lambda in AWS
- 📂 CHAPTER 03 Elastic Compute Cloud (EC2)
- 📂 03-01 Stopping EC2 Instances Nightly
- 📂 03-02 Backing Up EC2 Instances
- 📂 03-03 Removing Unattached EBS Volumes
- 📂 03-04 Deregistering Old AMIs
- 📂 03-05 AWS Instance Scheduler
- 📂 03-06 HANDS-ON LAB Enabling AWS VPC Flow Logs with Automation
- 📂 CHAPTER 04 DynamoDB
- 📂 04-01 Working with DynamoDB Tables
- 📂 CHAPTER 05 Simple Storage Service (S3)
- 📂 05-01 Resizing Images
- 📂 05-02 Importing CSV Files into DynamoDB
- 📂 05-03 Transcribing Audio
- 📂 05-04 Detecting Faces with Rekognition
- 📂 CHAPTER 06 Simple Queue Service (SQS)
- 📂 06-01 Triggering Lambda from SQS
- 📂 06-02 Creating a Queue Using Cross-Account Permissions
- 📂 06-03 HANDS-ON LAB Triggering AWS Lambda from Amazon SQS
- 📂 CHAPTER 07 Automating Security
- 📂 07-01 Enabling VPC Flow Logs
- 📂 07-02 Responding to Invalid SSH Logins
- 📂 07-03 Remediating Inspector Findings
- 📂 07-04 Making Public S3 Objects Private
- 📂 07-05 Automating Resource Tagging
- 📂 07-06 Rotating IAM Access Keys
- 📂 07-07 HANDS-ON LAB Troubleshooting CloudTrail and S3 Logging Issues in AWS
- 📂 CHAPTER 08 AWS Config
- 📂 08-01 Finding Outdated Instance Types
- 📂 08-02 HANDS-ON LAB Automatic Resource Remediation with AWS Config
- 📂 CHAPTER 09 Building Serverless Web Applications
- 📂 09-01 Building a Contact Form with API Gateway and SES
- 📂 CHAPTER 10 CloudFormation
- 📂 10-01 Creating Lambda-Backed Custom Resources
- 📂 10-02 Using Custom Resources to Deploy an S3-Hosted Website
- 📂 CHAPTER 11 Lambda
- 📂 11-01 Working with Lambda Layers
- 📂 11-02 Automating CodeCommit Change Notifications
- 📂 CHAPTER 12 Third-Party Integrations
- 📂 12-01 Creating Slack Notifications for CloudWatch Alarms
- 📂 12-02 Creating a Twitter App
- 📂 CHAPTER 13 Monitoring and Debugging
- 📂 13-01 Publishing Custom Metrics from Lambda
- 📂 13-02 Tracing with X-Ray
- 📂 CHAPTER 14 Conclusion