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

Amazon Web Services (AWS) for Java Developers

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

Master AWS Cloud Solutions with Java: A Comprehensive Guide for Java Developers


1 - Course Introduction
  • 1 - Course Introduction
  • 2 - Course Requirements

  • 2 - AWS Introduction
  • 3 - What is AWS
  • 4 - AWS Global Infrastucture
  • 5 - Creating AWS Account
  • 6 - Overview of AWS Services

  • 3 - Working with AWS IAM Java
  • 7 - AWS-IAM-Notes.pdf
  • 7 - JavaAWSLessons.zip
  • 7 - What is AWS IAM
  • 8 - IAM Users and Policies
  • 9 - Create IAM User with Console
  • 10 - Create IAM User Group
  • 11 - Configure AWS SDK for Java
  • 12 - Create IAM User with Java SDK
  • 13 - List IAM Users with Java
  • 14 - Update IAM User with Java AWS SDK
  • 15 - Create Custom Policy with Java
  • 16 - List All Policies with Java
  • 17 - Attach Policy to User with Java
  • 18 - Detach Policy from User
  • 19 - Create IAM User Group with Java
  • 20 - Attach Policy to Group with Java
  • 21 - Add Users to Group with Java
  • 22 - Detach Policy from Group with Java
  • 23 - Create IAM User Access Key with Java
  • 24 - Create IAM User Login Profile with Java
  • 25 - Delete User with Java
  • 26 - Delete User from Group with Java
  • 27 - Delete Group with Java SDK

  • 4 - AWS CloudShell
  • 28 - AWS CloudShell Introduction
  • 28 - AWS-IAM-CloudShell-Notes.pdf
  • 29 - AWS CloudShell IAM Login Profile
  • 30 - Attach Policy to User with AWS CloudShell
  • 31 - Generate Access Key with AWS CloudShell
  • 32 - Create Groups with AWS CloudShell

  • 5 - AWS DynamoDB with Java
  • 33 - AWSDynamoDB.zip
  • 33 - AWS-DynamoDB-Notes.pdf
  • 33 - What is Amazon DynamoDB
  • 34 - Basic Components of DynamoDB
  • 35 - DynamoDB Capacity Modes
  • 36 - Create Amazon DynamoDB Table
  • 37 - What is PartiQL
  • 38 - Creating GSI in DynamoDB
  • 39 - Create DynamoDB Table with Java
  • 40 - Insert Data in to Table with Java
  • 41 - Retreiving Data from DynamoDB With Java
  • 42 - Query with Conditions in Amazon DynamoDB
  • 43 - Working with Global Secondary Index with Java
  • 44 - Update DynamoDB Item with Java
  • 45 - Delete Item From Table
  • 46 - Batch Operation with DynamoDB Java
  • 47 - Handling Conditional Writes with Java DynamoDB
  • 48 - DynamoDB TTL
  • 49 - Describe DynamoDB Table with Java
  • 50 - Listing DynamoDB Tables
  • 51 - Create Backup for DynamoDB with Java
  • 52 - Delete DynamoDB Backup with Java
  • 53 - Delete DynamoDB Table with Java
  • 54 - Best Practices for Amazon DynamoDB

  • 6 - Amazon Simple Storage Service S3 with Java
  • 55 - AmazonS3Examples.zip
  • 55 - Amazon-S3-Notes.pdf
  • 55 - What is Amazon S3
  • 56 - Create S3 Bucket
  • 57 - Uploading Objects in Amazon S3 Buckets
  • 58 - Data Security Encryption in Amazon S3
  • 59 - Bucket Versioning in Amazon S3
  • 60 - Controlling Ownership of Objects
  • 61 - Adding Bucket Policy
  • 62 - Create Bucket with Java
  • 63 - Upload Image to S3 Bucket
  • 64 - Listing All Buckets with Java
  • 65 - Delete Bucket with Java
  • 66 - Upload File to S3 Bucket with Java
  • 67 - Download File from Amazon S3 with Java
  • 68 - List Bucket Files with Java
  • 69 - Get Summary Object with Java
  • 70 - Copy Object from One Bucket to Another
  • 71 - Delete Object from S3 with Java

  • 7 - Amazon Relational Database Service RDS with Java
  • 72 - AmazonRDSExample.zip
  • 72 - Amazon-RDS-Notes.pdf
  • 72 - Introduction to Amazon RDS
  • 73 - Amazon RDS Components
  • 74 - Create MySQL DB Instance with RDS
  • 75 - Create MySQL DB Instance with Java
  • 76 - Create MySQL Database
  • 77 - Check MySQL Database Connection
  • 78 - Create MySQL Employee Table
  • 79 - Showing MySQL Tables
  • 80 - Insert Data to MySQL Database
  • 81 - Show All Data with Java
  • 82 - Update MySQL Data
  • 83 - Delete MySQL Data with Java
  • 84 - Describe DB Instance with Java
  • 85 - Delete MySQL DB Instance with Java
  • 86 - Create Postgress DB Instance
  • 87 - Create Postgres Database with Java
  • 88 - Check Postgres Connection
  • 89 - Create Postgres Table with Java
  • 90 - Insert Data to Postgres Table
  • 91 - Select All Data from Postgres
  • 92 - Update Data in Postgres
  • 93 - Delete Postgres Data

  • 8 - Amazon Elastic Compute Cloud EC2 with Java
  • 94 - AmazonEC2.zip
  • 94 - Amazon-EC2-Notes.pdf
  • 94 - What is Amazon EC2
  • 95 - Create Amazon Linux EC2 Instance
  • 96 - Run EC2 Linux Instance
  • 97 - Create Window Server EC2 Instance
  • 98 - Create Key Pair with Java
  • 99 - Create Security Group with Java
  • 100 - Create EC2 Inbound Rule with Java
  • 101 - Create EC2 Instance with Java
  • 102 - Get EC2 Public IP Address
  • 103 - List Running EC2 Instance with Java
  • 104 - Stop EC2 Instance with Java
  • 105 - Terminate EC2 Instance with Java
  • 106 - Describe EC2 Security Group with Java
  • 107 - Delete Security Group with Java
  • 108 - Delete EC2 Key Pair with Java
  • 109 - Amazon EC2 User Data
  • 110 - Amazon EC2 User Data with Java
  • 111 - Amazon EC2 IAM Role
  • 112 - Amazon EC2 Storage
  • 113 - Amazon EBS
  • 114 - Amazon EBS Snapshot
  • 115 - Create EBS Volume with Java
  • 116 - List EC2 Volumes with Java
  • 117 - Attach EBS Volume to EC2 Instance with Java
  • 118 - Detach EBS from EC2 Instance with Java
  • 119 - Increase Size of EBS with Java
  • 120 - Delete EBS Volume with Java
  • 121 - Create Snapshot with Java
  • 122 - Delete Snapshot with Java

  • 9 - Deploy Spring Application to Amazon EC2
  • 123 - Create EC2 Instance for Deployment
  • 123 - myproject.zip
  • 124 - Create Spring Boot Application
  • 125 - Install Required Libraries
  • 126 - Give Permissions
  • 127 - Deploy Spring Boot Application to Amazon EC2

  • 10 - AWS Lambda with Java
  • 128 - AWSLambdaFunction.zip
  • 128 - AWS-Lambda-Notes.pdf
  • 128 - Introduction to AWS Lambda
  • 129 - Creating AWS Lambda Function
  • 130 - Lambda Function with Java Part One
  • 131 - Lambda Function with Java Part Two
  • 132 - Delete Lambda Function with Java

  • 11 - AWS CloudFormation with Java
  • 133 - AWSCloudFormation.zip
  • 133 - AWS-CloudFormation-Notes.pdf
  • 133 - What is AWS CloudFormation
  • 134 - Create AWS CloudFormation Stack
  • 135 - Create CloudFormation Stack with Java
  • 136 - Describe CloudFormation Stack with Java
  • 137 - Describe Template CloudFormation Template
  • 138 - Delete CloudFormation Stack with Java

  • 12 - Amazon Simple Email Service SES with Java
  • 139 - AmazonSESExamples.zip
  • 139 - Amazon-SES-Notes.pdf
  • 139 - What is Amazon SES
  • 140 - Create SES Identity
  • 141 - Sending Email with SES
  • 142 - Verify Email Identity with Java
  • 143 - List Identity with Java
  • 144 - Create Custom Template with Java
  • 145 - Get Template Information with Java
  • 146 - Send Email with Java
  • 147 - Send Templated Email with Java
  • 148 - Delete Custom Email Template
  • 149 - Delete Verified Email Address with Java

  • 13 - Deploy Spring Application to Elastic Beanstalk
  • 150 - What is AWS Elastic Beanstalk
  • 151 - Create Elastic Beanstalk Project
  • 152 - Create Java Spring Application
  • 153 - Deploy Spring Application to Elastic Beanstalk
  • 153 - Elastic-Beanstalk-Notes.pdf
  • 153 - elasticbeanstalk.zip
  • 179,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 23808
    حجم: 5986 مگابایت
    مدت زمان: 817 دقیقه
    تاریخ انتشار: ۱۲ آذر ۱۴۰۲
    طراحی سایت و خدمات سئو

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