Cloud Computing & DevOps · Cloud Computing & DevOps

AWS Cloud & DevOps with Python

This track covers core AWS services including EC2, S3, Lambda, and IAM, with a focus on infrastructure as code using tools like Terraform and AWS CloudFormation. It is ideal for developers and DevOps engineers looking to deploy, manage, and scale Python applications on AWS. You will learn to set up CI/CD pipelines, automate cloud tasks, and build resilient, cost-effective cloud solutions.

Sponsored

Lesson outline

  1. 37
    Collect Python Logs with CloudWatch

    Collect Python logs with CloudWatch Logs — AWS Cloud & DevOps with Python.

  2. 38
    Trace Python Requests with AWS X-Ray

    Trace Python requests with AWS X-Ray in this practical tutorial. Learn to instrument your Python app, send trace data to AWS X-Ray, and debug performance issues step by step.

  3. 39
    Add SNS Notifications to DevOps

    Add SNS notifications to DevOps workflows — AWS Cloud & DevOps with Python tutorial, lesson 45. Learn how to set up Amazon Simple Notification Service (SNS) to alert your team on pipeline events, with hands-on steps and best practices.

  4. 40
    Automate SQS Queues

    Learn to automate SQS queues for async processing with Python. This hands-on AWS tutorial covers setup, sending and receiving messages, scaling workers, and troubleshooting for reliable decoupled applications.

  5. 41
    Configure DynamoDB for Python

    Configure DynamoDB for Python app data in this AWS Cloud & DevOps with Python tutorial — hands-on steps, troubleshooting, and what to study next.

  6. 42
    Schedule Lambda Tasks with EventBridge

    Learn to use EventBridge to schedule Lambda tasks in this AWS Cloud & DevOps with Python tutorial. Hands-on steps, troubleshooting, and what to study next.

  7. 43
    Automate EC2 Lifecycle with Boto3

    Learn how to automate EC2 lifecycle with boto3 scripts. This hands-on tutorial covers starting, stopping, and terminating instances, with Python examples and troubleshooting tips.

  8. 44
    Build a Serverless API

    Build a serverless API with API Gateway and Lambda — AWS Cloud & DevOps with Python.

  9. 45
    AWS Secrets Manager with Python

    Learn to store and retrieve secrets with AWS Secrets Manager in Python. This lesson covers core concepts, hands-on steps, troubleshooting, and what to study next in the AWS Cloud & DevOps with Python track.

  10. 46
    Encrypt App Data with KMS

    Use KMS to encrypt Python app data at rest — AWS Cloud & DevOps with Python tutorial, lesson 54. Learn core concepts, hands-on steps, and troubleshooting.

  11. 47
    Design VPC for Python Services

    Design a secure and efficient VPC architecture for your Python services on AWS. Learn core concepts, step-by-step setup, and best practices.

    AWS Cloud & DevOps with Python — step-by-step tutorials

    What you will find here

    This track walks through aws cloud & devops with python in order — each lesson is server-rendered HTML you can read without JavaScript. Follow the outline, then practice in the browser IDE when a lesson links to runnable code.

    Tutorials vs quizzes and code samples

    Tutorials teach in sequence. For quick checks use quizzes. For copy-paste snippets see code samples. For deeper reading browse articles.