وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Python Django for AWS Development – Mastery course – Part 1

سرفصل های دوره

Master the fundamentals of AWS development with Python Django | Hands-on demonstrations


1. Course Introduction
  • 1. Course welcome!
  • 2. Course prerequisites
  • 3. Course overview
  • 4. Thought process
  • 5. QA forums

  • 2. Final project code
  • 1.1 dev.zip
  • 1. Final project code - download

  • 3. Baseline Installation and setup
  • 1. Python installation and setup
  • 2. Visual Studio Code installation and setup
  • 3. Visual Studio Code extensions

  • 4. Create a basic Django app - [Recommended]
  • 1. Introduction - A simplified approach
  • 2. Django project setup
  • 3. Configure the python interpreter
  • 4. VS code terminal Command prompt
  • 5. Django app setup
  • 6. Templates, URLs and Views - Pt. 1
  • 7. Templates, URLs and Views - Pt. 2
  • 8. App-level templates - Namespace protection
  • 9. Configure static files
  • 10. How to refresh static files
  • 11. Styling our web app - Pt. 1
  • 12.1 index.html
  • 12. Styling our web app - Pt. 2
  • 13. Create a profile model
  • 14. Configure Django to allow file uploads
  • 15. User registration - Pt. 1
  • 16. Django Crispy Forms - [Important]
  • 17. Styling our user registration page - Pt. 2 - EDIT
  • 18. User registration - Pt. 3
  • 19. User authentication - Pt. 1
  • 20. User authentication - Pt. 2
  • 21. Protecting our account views
  • 22. Profile management Updating our username and email
  • 23. Profile management Deleting an account
  • 24. Upload and render a file in Django
  • 25. Design and styling - Pt. 1
  • 26. Design and styling - Pt. 2

  • 5. AWS integration - Phase I
  • 1. Section structure -
  • 2.1 Create an AWS account.pdf
  • 2. Create an AWS account
  • 3. AWS CLI setup - [Important]
  • 4. Set the AWS Region - [Important]
  • 5. Amazon Budgets - (Theory review)
  • 6. Create a budget with AWS Budgets
  • 7. Amazon IAM - (Theory review)
  • 8. Create an IAM user group and user
  • 9. Alternate IAM sign-in method
  • 10. Generate access keys
  • 11. Enable MFA for your accounts
  • 12. Amazon S3 - (Theory review)
  • 13. Amazon S3 configuration and setup
  • 14. Deploy our static files to Amazon S3
  • 15. Deploy and render image files in Amazon S3
  • 16. Amazon RDS - (Theory review)
  • 17. Create an Amazon RDS database - Pt. 1
  • 18. Create an Amazon RDS database - Pt. 2
  • 19. Amazon Route 53 - (Theory review)
  • 20. Register a domain name with Route 53
  • 21. Amazon Certificate Manager - (Theory review)
  • 22. Provision and assign an SSL certificate

  • 6. AWS integration - Phase II
  • 1. AWS credentials setup - [Important]
  • 2. Amazon SES - (Theory review)
  • 3. Send emails with Django and Amazon SES - Pt. 1
  • 4. Send emails with Django and Amazon SES - Pt. 2
  • 5. Amazon SES - Production access
  • 6. Amazon ElasticBeanstalk - (Theory review)
  • 7. AWS EB CLI setup - Option 1
  • 8. AWS EB CLI setup - Option 2.html
  • 9. Installing Gunicorn
  • 10. Securing our app with environment variables
  • 11. Deployment preparation for EB
  • 12. Deploy our app to AWS Elastic Beanstalk - Pt. 1 - (HTTP)
  • 13. Deploy our app to AWS Elastic Beanstalk - Pt. 2 - (HTTPS)
  • 14. Debugging errors with EB logs
  • 15. What are sticky sessions
  • 16. How to enable sticky sessions
  • 17. Section cleanup

  • 7. Dockerize a Django app
  • 1. What is Docker
  • 2. Managing docker containers on AWS - Theory overview
  • 3. Running docker containers on Amazon ECS
  • 4. What is serverless computing
  • 5. Installing and setting up Docker
  • 6. Examine Docker desktop
  • 7. Create a Docker file
  • 8. Build a docker image
  • 9. Run our docker container
  • 10. Docker cleanup
  • 11. Creating a docker image for production

  • 8. AWS integration - Phase llI
  • 1. Section requirements -.html
  • 2. Assigning permission policies
  • 3. Amazon ECR - (Theory review)
  • 4. Amazon ECR push issues - [Important]
  • 5. Push a docker image to Amazon ECR
  • 6. ECR and Docker desktop cleanup
  • 7. Create a new ECR Repo
  • 8. What is CICD
  • 9. AWS CodeCommit - (Theory review)
  • 10. AWS CodeBuild - (Theory review)
  • 11. AWS CodeDeploy - (Theory review)
  • 12. How to manage the CICD process in AWS
  • 13. Define a Task Definition on ECS
  • 14. Modifying your Task size - [Important].html
  • 15. How to create a docker-compose file - [Optional]
  • 16.1 buildspec.zip
  • 16. Create a buildspec.yml file - Pt. 1
  • 17.1 buildspec.zip
  • 17. Create a buildspec.yml file - Pt. 2
  • 18.1 appspec.zip
  • 18. Integrate an appspec.yml file
  • 19. Create a taskdef.json file
  • 20. Pre-code cleanup
  • 21. Deployment preparation for ECS
  • 22. Install and setup Git
  • 23. Connect to AWS CodeCommit
  • 24. An important note on packages
  • 25. Push our source code to AWS CodeCommit
  • 26. Build our project with AWS CodeBuild
  • 27. Assign permissions to our CodeBuild Role
  • 28. Creating our Pipeline - Part. 1
  • 29. Task Definition analysis - Deep dive

  • 9. AWS integration - Phase lV
  • 1. Create an ECS - Fargate cluster
  • 2. Setup our load balancer and target groups
  • 3. Create a CodeDeploy - ECS Role
  • 4. Configure our DNS records and port listeners
  • 5. Create our ECS service and tasks
  • 6. Test our application
  • 7. Analysing and configuring CodeDeploy

  • 10. CICD - Final demonstration
  • 1. Appending our Pipeline - Part. 2
  • 2. Pipeline analysis
  • 3. Final demonstration - CICD - Pt. 1
  • 4. Final demonstration - CICD - Pt. 2
  • 5. Basic application monitoring
  • 6. AWS resource cleanup

  • 11. Additional resources
  • 1. Monitoring your application.html
  • 2. The CICD process.html
  • 3. AWS Fargate security.html

  • 12. Thank you!
  • 1. THANK YOU! - A final message
  • 2. Bonus lecture.html
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 11607
    حجم: 4896 مگابایت
    مدت زمان: 712 دقیقه
    تاریخ انتشار: 20 اردیبهشت 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید