Curso AWS Developing on AWS

  • Development

Curso AWS Developing on AWS

24 horas
Visão Geral

Curso AWS Developing on AWS, Web Services (AWS) da Accelebrate ensina desenvolvedores experientes a criar soluções que aproveitam os serviços da AWS. Os participantes aprenderão a usar os kits de desenvolvimento de software da AWS (AWS SDKs) e a interface de linha de comando (AWS CLI) para criar e implantar seus aplicativos em nuvem. Além disso, os participantes aprendem como definir permissões para o ambiente de desenvolvimento, adicionar lógica de negócios para processar dados usando os principais serviços da AWS, configurar a autenticação do usuário, implantar na nuvem AWS e depurar seus aplicativos.

Accelebrate é um parceiro de treinamento da AWS (ATP) e este curso prático oficial de treinamento em sala de aula da AWS é ministrado por um instrutor autorizado da Amazon (AAI) credenciado.

Objetivo

Após realiar este Curso AWS Developing on AWS, você será capaz de:

  • Crie um aplicativo de nuvem completo e simples usando AWS Software Development Kits (AWS SDKs), Command Line Interface (AWS CLI) e IDEs
  • Configurar permissões do AWS Identity and Access Management (IAM) para dar suporte a um ambiente de desenvolvimento
  • Use vários padrões de programação em seus aplicativos para acessar os serviços da AWS
  • Use SDKs da AWS para executar operações CRUD (criar, ler, atualizar, excluir) nos recursos Amazon Simple Storage Service (Amazon S3) e Amazon DynamoDB
  • Crie funções do AWS Lambda com outras integrações de serviço para seus aplicativos web
  • Compreender os benefícios das arquiteturas de microsserviços e aplicativos sem servidor para projetar
  • Desenvolva componentes do API Gateway e integre-os a outros serviços da AWS
  • Explicar como o Amazon Cognito controla o acesso do usuário aos recursos da AWS
  • Crie um aplicativo da Web usando o Cognito para fornecer e controlar o acesso do usuário
  • Use a metodologia DevOps para reduzir os riscos associados aos lançamentos de aplicativos tradicionais e identificar os serviços da AWS que ajudam na implementação de práticas de DevOps
  • Use o AWS Serverless Application Model (AWS SAM) para implantar um aplicativo
  • Observe a compilação de seu aplicativo usando o Amazon X-Ray
Pre-Requisitos
  • Conhecimento prático dos principais serviços da AWS
  • Experiência de programação em qualquer uma das seguintes linguagens: Python, .NET ou Java
Materiais
Inglês + Exercícios + Lab Pratico
Conteúdo Programatico

Introduction

  1. Logistics
  2. Student resources
  3. Agenda
  4. Introductions

Building a Web Application on AWS

  1. Discuss the architecture of the application you are going to build during this course
  2. Explore the AWS services needed to build your web application
  3. Discover how to store, manage, and host your web application

Getting Started with Development on AWS

  1. Describe how to access AWS services programmatically
  2. List some programmatic patterns and how they provide efficiencies within AWS SDKs and AWS CLI
  3. Explain the value of AWS Cloud9

Getting Started with Permissions

  1. Review AWS Identity and Access Management (IAM) features and components permissions to support a development environment
  2. Demonstrate how to test AWS IAM permissions
  3. Configure your IDEs and SDKs to support a development environment
  4. Demonstrate accessing AWS services using SDKs and AWS Cloud9
  5. Configure the Developer Environment
  6. Connect to a developer environment
  7. Verify that the IDE and the AWS CLI are installed and configured to use the application profile
  8. Verify that the necessary permissions have been granted to run AWS CLI commands
  9. Assign an AWS IAM policy to a role to delete an Amazon S3 bucket

Getting Started with Storage

  1. Describe the basic concepts of Amazon S3
  2. List the options for securing data using Amazon S3
  3. Define SDK dependencies for your code
  4. Explain how to connect to the Amazon S3 service
  5. Describe request and response objects

Processing Your Storage Operations

  1. Perform key bucket and object operations
  2. Explain how to handle multiple and large objects
  3. Create and configure an Amazon S3 bucket to host a static website
  4. Grant temporary access to your objects
  5. Demonstrate performing Amazon S3 operations using SDKs
  6. Develop Solutions Using Amazon S3
  7. Interact with Amazon S3 programmatically using AWS SDKs and the AWS CLI
  8. Create a bucket using waiters and verify service exceptions codes
  9. Build the needed requests to upload an Amazon S3 object with metadata attached
  10. Build requests to download an object from the bucket, process data, and upload the object back to the bucket
  11. Configure a bucket to host the website and sync the source files using the AWS CLI
  12. Add IAM bucket policies to access the S3 website

Getting Started with Databases

  1. Describe the key components of DynamoDB
  2. Explain how to connect to DynamoDB
  3. Describe how to build a request object
  4. Explain how to read a response object
  5. List the most common troubleshooting exceptions

Processing Your Database Operations

  1. Develop programs to interact with DynamoDB using AWS SDKs
  2. Perform CRUD operations to access tables, indexes, and data
  3. Describe developer best practices when accessing DynamoDB
  4. Review caching options for DynamoDB to improve performance
  5. Perform DynamoDB operations using SDK
  6. Develop Solutions Using Amazon DynamoDB
  7. Interact with Amazon DynamoDB programmatically using low-level, document, and high-level APIs in your programs
  8. Retrieve items from a table using key attributes, filters, expressions, and paginations
  9. Load a table by reading JSON objects from a file
  10. Search items from a table based on key attributes, filters, expressions, and paginations
  11. Update items by adding new attributes and changing data conditionally
  12. Access DynamoDB data using PartiQL and object-persistence models where applicable

Processing Your Application Logic

  1. Develop a Lambda function using SDKs
  2. Configure triggers and permissions for Lambda functions
  3. Test, deploy, and monitor Lambda functions
  4. Develop Solutions Using AWS Lambda functions
  5. Create AWS Lambda functions and interact programmatically using AWS SDKs and AWS CLI
  6. Configure AWS Lambda functions to use the environment variables and to integrate with other services
  7. Generate Amazon S3 pre-signed URLs using AWS SDKs and verify the access to bucket objects
  8. Deploy the AWS Lambda functions with .zip file archives through your IDE and test as needed
  9. Invoke AWS Lambda functions using the AWS Console and AWS CLI

Managing the APIs

  1. Describe the key components of API Gateway
  2. Develop API Gateway resources to integrate with AWS services
  3. Configure API request and response calls for your application endpoints
  4. Test API resources and deploy your application API endpoint
  5. Demonstrate creating API Gateway resources to interact with your application APIs
  6. Develop Solutions Using Amazon API Gateway
  7. Create RESTful API Gateway resources and configure CORS for your application
  8. Integrate API methods with AWS Lambda functions to process application data
  9. Configure mapping templates to transform the pass-through data during method integration
  10. Create a request model for API methods to ensure that the pass-through data format complies with application rules
  11. Deploy the API Gateway to a stage and validate the results using the API endpoint

Building a Modern Application

  1. Describe the challenges with traditional architectures
  2. Describe the microservice architecture and benefits
  3. Explain various approaches for designing microservice applications
  4. Explain steps involved in decoupling monolithic applications
  5. Demonstrate the orchestration of Lambda Functions using AWS Step Functions

Granting Access to Your Application Users

  1. Analyze the evolution of security protocols
  2. Explore the authentication process using Amazon Cognito
  3. Manage user access and authorize serverless APIs
  4. Observe best practices for implementing Amazon Cognito
  5. Demonstrate the integration of Amazon Cognito and review JWT tokens
  6. Capstone – Complete the Application Build
  7. Create a Userpool and an Application Client for your web application using
  8. Add new users and confirm their ability to sign in using the Amazon Cognito CLI
  9. Configure API Gateway methods to use Amazon Cognito as an authorizer
  10. Verify JWT authentication tokens are generated during API Gateway calls
  11. Develop API Gateway resources rapidly using a Swagger importing strategy
  12. Set up your web application frontend to use Amazon Cognito and API Gateway configurations and verify the entire application functionality

Deploying Your Application

  1. Identify risks associated with traditional software development practices
  2. Understand DevOps methodology
  3. Configure an AWS SAM template to deploy a serverless application
  4. Describe various application deployment strategies
  5. Demonstrate deploying a serverless application using AWS SAM

Observing Your Application

  1. Differentiate between monitoring and observability
  2. Evaluate why observability is necessary in modern development and key components
  3. Understand CloudWatch’s part in configuring the observability
  4. Demonstrate using CloudWatch Application Insights to monitor applications
  5. Demonstrate using X-Ray to debug your applications
  6. Observe the Application Using AWS X-Ray
  7. Instrument your application code to use AWS X-Ray capabilities
  8. Enable your application deployment package to generate logs
  9. Understand the key components of an AWS SAM template and deploy your application
  10. Create AWS X-Ray service maps to observe end-to-end processing behavior of your application
  11. Analyze and debug application issues using AWS X-Ray traces and annotations

Conclusion

  1. Course review
  2. AWS training courses
  3. Certifications
  4. Course feedback
TENHO INTERESSE

Cursos Relacionados

Curso Python Programação Advanced

32 horas

Curso SAP ABAP S4hana Developer Foundation

32 horas

Curso Full Stack and React Essentials

32 Horas

Curso Node.js for JavaScript Developers

24 horas

Curso Elasticsearch for Developers

16H

Curso Elastic Stack Foundation

24 horas

Curso Apache Spark™ Foundation

8 Horas