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

AWS DVA-C02 Online Training

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

1. AWS Lambda Fundamentals
  • 1. AWS Lambda Fundamentals
  • 2. Lambda Features and Key Terms
  • 3. Deploy the Lambda Resource
  • 4. Coding and Deploying a Function
  • 5. Recap and Next Steps

  • 2. Create and Deploy Code in the Cloud9 IDE
  • 1. Introducing Development in the Cloud9 IDE
  • 2. Understand Cloud9 Features
  • 3. Prep Users and Roles
  • 4. Create a Cloud9 Environment
  • 5. Adjust User Permissions
  • 6. Create and Deploy a SAM Template
  • 7. Test, Debug, and Fix Any Issues

  • 3. Extend AWS Lambda Functionality and Deployments
  • 1. Extending Lambda Functionality
  • 2. Deploying with Package Dependencies
  • 3. DynamoDB Destinations
  • 4. S3 Triggers
  • 5. Recap Lambda Functions

  • 4. Author, Build and Deploy SAM Templates
  • 1. Introducing SAM Templates
  • 2. SAM Template Features and Key Terms
  • 3. Scaffold a SAM Project
  • 4. Evaluate a Template
  • 5. Add an S3 Destination
  • 6. Test, Build, and Deploy the Project
  • 7. Review the Production Project

  • 5. Deploy and Configure a REST API Gateway
  • 1. Introducing API Gateway
  • 2. Features and Deployment Options
  • 3. Resource Deployment
  • 4. Create Resources and Methods
  • 5. Handling Parameters
  • 6. POST Method Data Validation
  • 7. Authorization
  • 8. Deploy and Test

  • 6. Deploy and Configure a Websocket API Gateway
  • 1. Introducing Websocket API Gateway
  • 2. Plan for Websocket API Gateway
  • 3. Evaluate the SAM Project
  • 4. Deploy All Resources
  • 5. Routes and Integrations
  • 6. Test the Solution

  • 7. Implement Message Queues with AWS SQS
  • 1. Introducing AWS SQS
  • 2. Architecture and Key Terms
  • 3. Deploy SQS Resource
  • 4. Create a Producer App
  • 5. Create a Consumer App
  • 6. SQS as a Lambda Destination

  • 8. Implement a Fanout Design Pattern with AWS SNS
  • 1. Introducing AWS SNS
  • 2. SNS Features and Fanout Explained
  • 3. SNS Event Sources and Destinations
  • 4. Deploy a Topic
  • 5. Create Subscribers
  • 6. Create a Publisher App and Test

  • 9. Register and Deploy Containers with ECR and ECS
  • 1. Introducing ECR, ECS, and Fargate
  • 2. ECR and ECS Architecture
  • 3. Create an ECR
  • 4. Ship an Image to ECR
  • 5. Deploy a Full ECS Environment with Copilot
  • 6. Deploy an ECS Service from the Console

  • 10. Evaluate Advanced Deployment Methods for Containers on ECS
  • 1. Introducing Advanced ECS Deployments
  • 2. Bootstrap the CDK
  • 3. Explore the Classes
  • 4. Deploy the CDK App
  • 5. Create a Docker ECS Context
  • 6. Understand the Docker Compose File
  • 7. Review the Results

  • 11. Orchestrate Microservices with IAM in AWS using Docker Compose
  • 1. Introducing Microservice Orchestration in ECS - Associate (DVA-C02) CBT Nuggets.
  • 2. Understand the IAM Challenge - Associate (DVA-C02) CBT Nuggets.
  • 3. Prepare the Resources - Associate (DVA-C02) CBT Nuggets.
  • 4. Interpret the Compose File
  • 5. Deploy the Compose File - Associate (DVA-C02) CBT Nuggets.
  • 6. Review the Results and Cleanup

  • 12. Understand and Deploy Caching in AWS
  • 1. Introducing In-Memory Caching on AWS
  • 2. Understand Caching
  • 3. Configure Networking
  • 4. Deploy and Configure EC2 Instances
  • 5. Deploy and Load a DynamoDB Table
  • 6. Deploy ElastiCache
  • 7. Manage and Troubleshoot Redis Connections
  • 8. Write Code to Query and Load Redis

  • 13. Understand and Deploy AWS DynamoDB
  • 1. Introducing DynamoDB - AWS Certified Developer - Associate (DVA-C02) CBT Nuggets
  • 2. When to Use DynamoDB - AWS Certified Developer - Associate (DVA-C02) CBT Nuggets
  • 3. Partition Keys and Sort Keys
  • 4. IAM Admin Policies
  • 5. Deploy a DynamoDB Table
  • 6. Create Items
  • 7. Implement Backups
  • 8. Horizontal Scaling with Global Tables

  • 14. Understand and Deploy AWS RDS Instances
  • 1. Introducing AWS RDS
  • 2. When to Use a Relational Database - part 1
  • 3. When to Use a Relational Database - part 2
  • 4. Features of AWS RDS
  • 5. Deploy RDS Instances
  • 6. Manage and Cleanup RDS Instances

  • 15. Connect Lambda to Private Resources on a VPC
  • 1. Introducing Advanced Serverless Deployments
  • 2. Understand the Solution Architecture
  • 3. Deploy RDS on Private Subnets
  • 4. Explore the Lambda Function Code
  • 5. Create the Lambda Execution Role
  • 6. Create a Psycopg2 Lambda Layer
  • 7. Deploy and Test the Lambda Function
  • 8. Deploy the SQS Queue and Trigger
  • 9. Test the Solution

  • 16. Deploy and Connect an RDS Resource on Private Subnets
  • 1. Deploying RDS on Private Subnets
  • 2. Understand the Solution Architecture
  • 3. Deploy a VPC
  • 4. Deploy the EC2 Instance
  • 5. Deploy a Subnet Group
  • 6. Deploy the RDS Instance - Associate (DVA-C02) CBT Nuggets.
  • 7. Test Connectivity to the RDS Instance - Associate (DVA-C02) CBT Nuggets.

  • 17. Query Items and Attributes in DynamoDB
  • 1. Introducing Querying DynamoDB Tables - Associate (DVA-C02) CBT Nuggets.
  • 2. get item Basics - AWS Certified Developer - Associate (DVA-C02) CBT Nuggets
  • 3. Analyze Capacity Usage - Associate (DVA-C02) CBT Nuggets.
  • 4. Table Scans
  • 5. Table Scans with Filters
  • 6. Querying Tables
  • 7. Evaluate List and Map Attributes
  • 8. Handle JSON Conversion
  • 9. Handle Pagination

  • 18. Optimize DynamoDB by Using Batch Operations
  • 1. Performance Tuning DynamoDB
  • 2. Understand Capacity Units
  • 3. Batch Writes
  • 4. Batch Reads
  • 5. Updates and Deletes
  • 6. Understand and Create Secondary Indexes
  • 7. Query a Secondary Index

  • 19. Understand and Deploy AWS Storage Resources
  • 1. Introducing Development for AWS Storage Services
  • 2. Elastic Block Storage (EBS)
  • 3. Elastic File Service (EFS)
  • 4. Simple Storage Service (S3)
  • 5. Develop to Create S3 Buckets
  • 6. Develop to Upload Objects
  • 7. Downloading Objects
  • 8. Configure S3 Lifecycle Policies

  • 20. Understand and Implement Caching Strategies
  • 1. Introducing Caching Policies
  • 2. Lazy Loading
  • 3. Write-Through - Associate (DVA-C02) CBT Nuggets.
  • 4. Understand Eviction Policies
  • 5. Configure AWS Resources with Parameter Groups
  • 6. Configure Expiration via the Redis CLI
  • 7. Configure Expiration via Python

  • 21. Implement an Advanced Caching Solutions
  • 1. Introducing Advanced Serverless Caching
  • 2. The Plan of Attack
  • 3. Deploy the VPC
  • 4. Deploy S3
  • 5. Deploy ElastiCache
  • 6. Deploy and Configure the Lambda Resource
  • 7. Ship the Lambda Code
  • 8. Test the Solution

  • 22. Manage Branches in AWS CodeCommit
  • 1. Introducing Branches and Branch Strategies
  • 2. Understand Branches and Branching Strategies
  • 3. Work with Branches from the CLI - Associate (DVA-C02) CBT Nuggets.
  • 4. Work with Branches from VS Code - Associate (DVA-C02) CBT Nuggets.
  • 5. Create a Pull Request (PR) - Associate (DVA-C02) CBT Nuggets.
  • 6. Merge a Pull Request - AWS Certified Developer - Associate (DVA-C02) CBT Nuggets
  • 7. Now Do it in CodeCommit - Associate (DVA-C02) CBT Nuggets.

  • 23. Understand the Basics of Git and AWS CodeCommit
  • 1. Introducing Git and AWS CodeCommit
  • 2. Understand Source Control
  • 3. Git Initialization, Staging, and Commit
  • 4. Cloning and Pushing
  • 5. Git Diff
  • 6. Rollback Basics
  • 7. Evaluate AWS CodeCommit Permissions
  • 8. CodeCommit Init, Clone, and Push

  • 24. Collect and Query Time-Series Data with AWS Timestream
  • 1. Introducing AWS Timestream - Associate (DVA-C02) CBT Nuggets.
  • 2. Understand Time Series Databases - Associate (DVA-C02) CBT Nuggets.
  • 3. Deploy AWS Timestream
  • 4. Understand Data Collection and Formatting - Associate (DVA-C02) CBT Nuggets.
  • 5. Deploy and Prep an EC2 Instance for Grafana
  • 6. Connect Grafana to AWS Timestream
  • 7. Query and Visualize the Data

  • 25. Create a Basic CICD Pipeline using CodePipeline and Elastic Beanstalk
  • 1. Introducing CICD Pipeline Basics - Associate (DVA-C02) CBT Nuggets.
  • 2. Understand AWS CICD Services
  • 3. Deploy Elastic Beanstalk
  • 4. Start a New Pipeline - Associate (DVA-C02) CBT Nuggets.
  • 5. The Build Phase
  • 6. The Deploy Phase
  • 7. Run the Pipeline

  • 26. Dig Deeper into CICD Pipeline Strategies
  • 1. Dig Deeper Into CICD Pipelines
  • 2. The Full Buildspec Reference Model
  • 3. Understand Deployment Strategies
  • 4. Create a CodeDeploy Application
  • 5. Create a Deployment Group
  • 6. Deployment Strategy Configurations
  • 7. Deployment Approval Workflow

  • 27. Deploy and Test Infrastructure as Code Templates using Taskcat and CodePipeline
  • 1. Infrastructure as Code End to End
  • 2. Scaffold the Project
  • 3. Leverage Secrets Manager
  • 4. Test Taskcat Locally
  • 5. Explore the Buildspec
  • 6. The Cloudformation Pipeline Template Part 1
  • 7. The Cloudformation Pipeline Template Part 2
  • 8. Test the Stack

  • 28. Create Unit and Integration Tests for Lambda Deployments
  • 1. Introducing Lambda Tests and Orchestration
  • 2. Prep and Install Dependencies
  • 3. Review the Lambda Code
  • 4. Review the Test
  • 5. Review the SAM Template
  • 6. Review the Deployment Script
  • 7. Run the Deployment Script

  • 29. Understand AWS IAM, Roles, and Policies
  • 1. Introducing IAM
  • 2. Authentication
  • 3. Authorization
  • 4. In-Line Policies
  • 5. Create Access Keys - Associate (DVA-C02) CBT Nuggets.
  • 6. Resource-Based Policies
  • 7. ARNs - AWS Certified Developer - Associate (DVA-C02) CBT Nuggets

  • 30. Understand the Fundamentals of AWS Accounts and Resources
  • 1. Introducing AWS
  • 2. Regions and Availability Zones
  • 3. Organizations and Accounts
  • 4. Know Your Docs
  • 5. Developer Tools
  • 6. Service Limits

  • 31. Encrypt Data at Rest in AWS
  • 1. Introducing Encryption of Data at Rest
  • 2. Encryption Basics
  • 3. Key Rotation
  • 4. KMS
  • 5. CloudHSM
  • 6. Comparing KMI Options

  • 32. Monitor AWS Resources with CloudWatch
  • 1. Introducing CloudWatch
  • 2. CloudWatch Basics
  • 3. Dashboards
  • 4. Metric Components
  • 5. Integrated Metrics
  • 6. Custom Metrics

  • 33. Plan for Monitoring Across AWS
  • 1. Introducing Planning for Monitoring in AWS
  • 2. Who Should Monitor
  • 3. What to Monitor
  • 4. Monitor Service Status
  • 5. Monitor Root Account Activity and Logins
  • 6. Monitor Organization Management Activities

  • 34. Configure Real-Time Log Streaming to S3
  • 1. Introducing Real-Time Log Streaming to S3
  • 2. Deploy an EC2 Instance
  • 3. Deploy Firehose and S3
  • 4. Configure IAM
  • 5. Install and Configure Kinesis Agent
  • 6. Review the Python Script and Run it
  • 7. Summarizing Kinesis Firehose

  • 35. Plan for Logging in AWS
  • 1. Introducing Planning for Logging in AWS
  • 2. The 6 Components of Logging
  • 3. Monitor the Who
  • 4. Operational Logs
  • 5. Resource Access Logs
  • 6. Install the CloudWatch Agent
  • 7. Configure the CloudWatch Agent
  • 8. CloudWatch Insights
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 19972
    حجم: 8129 مگابایت
    مدت زمان: 1955 دقیقه
    تاریخ انتشار: ۲۶ آذر ۱۴۰۲
    دسته بندی محصول
    طراحی سایت و خدمات سئو

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