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

AWS Cloud Architecture For Java Spring Boot Developers

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

Design, Deploy, Secure Applications with VPC. Subnets, Auto Scaling, Load Balancing, ECS Fargate, CI/CD Pipelines


1 - Introduction
  • 1 - Before You Enroll
  • 2 - AWS Account Setup Billing Alert

  • 2 - EC2 Elastic Computing Cloud
  • 3 - Region Availability Zone Edge Locations
  • 4 - EC2
  • 5 - Launching An EC2 Instance
  • 6 - SSH From Local
  • 7 - Running Nginx
  • 8 - Resource Creating AMI Commands.html
  • 9 - Creating AMI
  • 10 - Security Groups Part 1
  • 11 - Resource Docker Command For Postgres.html
  • 12 - Security Groups Part 2
  • 13 - Self Referencing Security Groups
  • 14 - User Data
  • 15 - Summary
  • 16 - Resource Course Summary.html

  • 3 - S3 Simple Storage Service
  • 17 - Introduction To S3
  • 18 - Data Breaches
  • 19 - Creating S3 Bucket
  • 20 - Resource S3 Bucket Policy.html
  • 21 - Bucket Policy Part 1
  • 22 - Bucket Policy Part 2
  • 23 - Bucket Configuration Encryption
  • 24 - S3 Usecases
  • 25 - Summary

  • 4 - IAM Identity Access Management
  • 26 - Introduction To IAM
  • 27 - Creating An User
  • 28 - User Groups
  • 29 - Resource AWS CLI.html
  • 30 - IAM Role
  • 31 - Resource Local Development.html
  • 32 - Access Keys For Local Development
  • 33 - S3 SDK Demo
  • 34 - How SDK Works
  • 35 - Access Key Best Practices
  • 36 - Root Account Best Practices
  • 37 - Summary

  • 5 - RDS Relational Database Services
  • 38 - Introduction
  • 39 - Creating RDS DB Instance
  • 40 - RDS Demo Part 1
  • 41 - Resource RDS SQL Commands.html
  • 42 - RDS Demo Part 2
  • 43 - RDS Demo Part 3 Read Replicas
  • 44 - RDS Demo Part 4 Restoring Snapshots Resource Cleanup
  • 45 - Summary

  • 6 - ALB Application Load Balancer
  • 46 - Introduction To ALB
  • 47 - Resource Docker Commands.html
  • 48 - Setting Up Applications
  • 49 - Creating Target Groups
  • 50 - Creating ALB
  • 51 - Listener Rules
  • 52 - ALB Demo
  • 53 - Resource Cleanup
  • 54 - Summary

  • 7 - CloudFront Route 53
  • 55 - Introduction To CloudFront
  • 56 - Resource Static Content.html
  • 57 - Bucket With Static Content
  • 58 - CloudFront Distribution
  • 59 - CloudFront Demo
  • 60 - Cache Invalidation
  • 61 - Optional Integrating With R53
  • 62 - Multiple Origins
  • 63 - FAQ Why Do We Have Multiple Path Based Routing
  • 64 - Resource Cleanup
  • 65 - Summary

  • 8 - VPC Virtual Private Cloud
  • 66 - Introduction To VPC
  • 67 - VPC Subnets
  • 68 - Internet Gateway
  • 69 - Importance Of Public IP
  • 70 - Recommended VPC Architecture
  • 71 - CIDR
  • 72 - Custom VPC Creation
  • 73 - Route Table
  • 74 - Challenges With Private Subnets
  • 75 - SSH Into Private Subnet Instances
  • 76 - NAT Gateway
  • 77 - NACL
  • 78 - Shared Responsibility Model
  • 79 - FAQ Multiple Path Based Routing Clarification
  • 80 - Plan For The Rest Of The Course
  • 81 - Resource Cleanup
  • 82 - Summary

  • 9 - Spring Boot Application Development
  • 83 - Application Overview
  • 84 - Resource.html
  • 85 - Movie Service Project Setup
  • 86 - Movie Service Entity DTO Repository
  • 87 - Movie Service Service Controller
  • 88 - Movie Service Resource DB Init SQL.html
  • 89 - Movie Service Integration Test Setup
  • 90 - Movie Service Integration Test
  • 91 - Test Movie Service
  • 92 - Resource Dockerfile.html
  • 93 - Dockerfile
  • 94 - Customer Service Project Setup
  • 95 - Customer Service Entity DTO Repository
  • 96 - Customer Service Controller Advice
  • 97 - Customer Service Movie Client
  • 98 - Customer Service Service Controller
  • 99 - Customer Service Resource DB Init SQL Maven Dependency.html
  • 100 - Customer Service Integration Test Setup
  • 101 - Customer Service Integration Test
  • 102 - Resource End To End Testing In Local.html
  • 103 - End To End Testing In Local
  • 104 - What About Front End

  • 10 - Architecting In AWS Cloud ECS with Fargate
  • 105 - Introduction
  • 106 - Resource Debugging Guides.html
  • 107 - VPC Subnets Security Groups
  • 108 - ALB Target Groups
  • 109 - S3 CloudFront
  • 110 - Resource DB Init SQL.html
  • 111 - RDS
  • 112 - Secrets Manager
  • 113 - Resource Application Secrets Manager Dependency.html
  • 114 - Application Secrets Manager Integration
  • 115 - ECR
  • 116 - Pushing Docker Images
  • 117 - Introduction To ECS with Fargate
  • 118 - ECS Cluster Creation
  • 119 - Task Definitions
  • 120 - Inter services Communication
  • 121 - Deploying Apps
  • 122 - Bringing Up RDS NAT Apps
  • 123 - End To End API Demo
  • 124 - Resource Front End.html
  • 125 - End To End Demo With UI
  • 126 - Optional Integrating With R53 Domain
  • 127 - Summary

  • 11 - Auto Scaling
  • 128 - Introduction To AutoScaling
  • 129 - Configuring AutoScaling
  • 130 - CloudWatch Alarm
  • 131 - Resource Load Generator.html
  • 132 - AutoScaling Demo
  • 133 - Removing AutoScaling Config
  • 134 - Resource Cleanup
  • 135 - Summary

  • 12 - CI CD
  • 136 - Introduction To CICD
  • 137 - CodeCommit Repositories
  • 138 - Resource Git Commands.html
  • 139 - Code Push
  • 140 - CodeBuild Playground Project
  • 141 - CodeBuild Installing Java Latest Version
  • 142 - Resource Build Spec.html
  • 143 - CodeBuild BuildSpec
  • 144 - CodeBuild Adding BuildSpec
  • 145 - CodeBuild Customer Service Project
  • 146 - FAQ 1 Role or Multiple Roles
  • 147 - FAQ Maven Local Cache
  • 148 - CodeBuild Movie Service Project
  • 149 - Bringing Up RDS NAT Apps
  • 150 - CodePipeline Customer Service
  • 151 - CodePipeline Customer Service Deploy
  • 152 - CodePipeline Movie Service
  • 153 - CodePipeline End To End Code Change Deploy
  • 154 - Rolling Update
  • 155 - FAQ What About Staging Environment
  • 156 - Continuous Delivery With Manual Approval

  • 13 - Resource Cleanup
  • 157 - Resource Checklist.html
  • 158 - ECS CICD ECR Secrets Manager
  • 159 - ALB Target Groups VPC NAT
  • 160 - CloudFront S3 IAM

  • 14 - Whats Next
  • 161 - What About Global Scale For Backend Applications
  • 162 - Whats Next
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 40849
    حجم: 4227 مگابایت
    مدت زمان: 670 دقیقه
    تاریخ انتشار: ۲ آبان ۱۴۰۳
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید