Formazione Cisco

Insoft Services è uno dei pochi fornitori di formazione in EMEAR a offrire una gamma completa di certificazione Cisco e formazione tecnologica specializzata.

Dettagli

Certificazioni Cisco

Sperimenta un approccio di apprendimento misto che combina il meglio della formazione con istruttore e dell'e-learning autogestito per aiutarti a prepararti per l'esame di certificazione.

Dettagli

Cisco Learning Credits

I Cisco Learning Credits (CLC) sono voucher di formazione prepagati riscattati direttamente con Cisco che semplificano la pianificazione del successo durante l'acquisto di prodotti e servizi Cisco.

Dettagli

Formazione Continua

The Cisco Continuing Education Program offers all active certification holders flexible options to recertify by completing a variety of eligible training items.

Dettagli

Cisco Digital Learning

Certified employees are VALUED assets. Explore Cisco official Digital Learning Library to educate yourself through recorded sessions.

Dettagli

Cisco Business Enablement

The Cisco Business Enablement Partner Program focuses on sharpening the business skills of Cisco Channel Partners and customers.

Dettagli

Catalogo Cisco

Dettagli

Certificazioni Fortinet

Il programma Fortinet Network Security Expert (NSE) è un programma di formazione e certificazione di otto livelli per insegnare agli ingegneri la sicurezza della loro rete per le competenze e l'esperienza di Fortinet FW.

Dettagli

Corsi di formazione tecnica

Insoft è riconosciuto come Fortinet Authorized Training Center in sedi selezionate in tutta l'EMEA.

Corsi tecnici

Catalogo Fortinet

Esplora un'ampia varietà di programmi Fortinet in diversi paesi e corsi online.

Dettagli

Stato ATC

Controlla il nostro stato ATC in tutti i paesi selezionati in Europa.

Dettagli

Fortinet Servizi Professionale

Il team riconosciuto a livello globale di esperti certificati ti aiuta a fare una transizione più fluida con i nostri pacchetti di consulenza, installazione e migrazione predefiniti per una vasta gamma di prodotti Fortinet.

Dettagli

Catalogo Microsoft

Insoft Services fornisce formazione Microsoft in EMEAR. Offriamo corsi di formazione tecnica e certificazione Microsoft guidati da istruttori di livello mondiale.

Corsi tecnici

Corsi di formazione

Impara conoscenze e abilità eccezionali di Extreme Networks.Find all the Extreme Networks online and instructor led class room based calendar here.

Corsi tecnici

Certificazioni Extreme

Forniamo un curriculum completo di competenze tecniche sul conseguimento della certificazione.

Dettagli

Catalogo Extreme

Dettagli

Accreditamento ATP

In qualità di partner di formazione autorizzato (ATP), Insoft Services garantisce che tu riceva i più alti standard di istruzione disponibili.

Dettagli

Pacchetti di consulenza

Forniamo un supporto innovativo e avanzato per la progettazione, l'implementazione e l'ottimizzazione delle soluzioni IT.La nostra base di clienti comprende alcune delle più grandi telco a livello globale.

Soluzioni & Servizi

Il team riconosciuto a livello globale di esperti certificati ti aiuta a fare una transizione più fluida con i nostri pacchetti di consulenza, installazione e migrazione predefiniti per una vasta gamma di prodotti Fortinet.

Chi siamo

Insoft fornisce servizi di formazione e consulenza autorizzati per fornitori IP selezionati.Scopri come stiamo rivoluzionando il settore.

Dettagli
  • +39 02 8704 5199
  • DevOps Engineering on AWS

    Duration
    3 Giorni
    Delivery
    (Online e in loco)
    Price
    Prezzo su richiesta

    DevOps Engineering on AWS teaches you how to use the combination of DevOps cultural philosophies, practices, and tools to increase your organization’s ability to develop, deliver, and maintain applications and services at high velocity on AWS. This course covers Continuous Integration (CI), Continuous Delivery (CD), infrastructure as code, microservices, monitoring and logging, and communication and collaboration.

     

    Hands-on labs give you experience building and deploying AWS CloudFormation templates and CI/CD pipelines that build and deploy applications on Amazon Elastic Compute Cloud (Amazon EC2), serverless applications, and container-based applications. Labs for multi-pipeline workflows and pipelines that deploy to multiple environments are also included.

    • Use DevOps best practices to develop, deliver, and maintain applications and services at high velocity on AWS
    • List the advantages, roles, and responsibilities of small autonomous DevOps teams
    • Design and implement an infrastructure on AWS that supports DevOps development projects
    • Leverage AWS Cloud9 to write, run, and debug your code
    • Deploy various environments with AWS CloudFormation
    • Host secure, highly scalable, and private Git repositories with AWS CodeCommit
    • Integrate Git repositories into CI/CD pipelines
    • Automate build, test, and packaging code with AWS CodeBuild
    • Securely store and leverage Docker images and integrate them into your CI/CD pipelines
    • Build CI/CD pipelines to deploy applications on Amazon EC2, serverless applications, and container-based applications
    • Implement common deployment strategies such as “all at once,” “rolling,” and “blue/green”
    • Integrate testing and security into CI/CD pipelines
    • Monitor applications and environments using AWS tools and technologies

    Day 1

     

    Module 0: Course overview

    • Course objective
    • Suggested prerequisites
    • Course overview breakdown

     

    Module 1: Introduction to DevOps

    • What is DevOps?
    • The Amazon journey to DevOps
    • Foundations for DevOps

     

    Module 2: Infrastructure Automation

    • Introduction to Infrastructure Automation
    • Diving into the AWS CloudFormation template
    • Modifying an AWS CloudFormation template
    • Demonstration: AWS CloudFormation template structure, parameters, stacks, updates, importing resources, and drift detection

     

    Module 3: AWS Toolkits

    • Configuring the AWS CLI
    • AWS Software Development Kits (AWS SDKs)
    • AWS SAM CLI
    • AWS Cloud Development Kit (AWS CDK)
    • AWS Cloud9
    • Demonstration: AWS CLI and AWS CDK
    • Hands-on lab: Using AWS CloudFormation to provision and manage a basic infrastructure

     

    Module 4: Continuous integration and continuous delivery (CI/CD) with development tools

    • CI/CD Pipeline and Dev Tools
    • Demonstration: CI/CD pipeline displaying some actions from AWS CodeCommit, AWS CodeBuild, AWS CodeDeploy, and AWS CodePipeline
    • Hands-on lab: Deploying an application to an EC2 fleet using AWS CodeDeploy

     

    Day 2

     

    Module 4: Continuous integration and continuous delivery (CI/CD) with development tools

    • AWS CodePipeline
    • Demonstration: AWS integration with Jenkins
    • Hands-on lab: Automating code deployments using AWS CodePipeline

     

    Module 5: Introduction to Microservices

    • Introduction to Microservices

     

    Module 6: DevOps and containers

    • Deploying applications with Docker
    • Amazon Elastic Container Service and AWS Fargate
    • Amazon Elastic Container Registry and Amazon Elastic Kubernetes service
    • Demonstration: CI/CD pipeline deployment in a containerized application

     

    Module 7: DevOps and serverless computing

    • AWS Lambda and AWS Fargate
    • AWS Serverless Application Repository and AWS SAM
    • AWS Step Functions
    • Demonstration: AWS Lambda and characteristics
    • Demonstration: AWS SAM quick start in AWS Cloud9
    • Hands-on lab: Deploying a serverless application using AWS Serverless Application Model (AWS SAM) and a CI/CD Pipeline

     

    Module 8: Deployment strategies

    • Continuous Deployment
    • Deployments with AWS Services

     

    Module 9: Automated testing

    • Introduction to testing
    • Tests: Unit, integration, fault tolerance, load, and synthetic
    • Product and service integrations

     

    Day 3

     

    Module 10: Security automation

    • Introduction to DevSecOps
    • Security of the Pipeline
    • Security in the Pipeline
    • Threat Detection Tools
    • Demonstration: AWS Security Hub, Amazon GuardDuty, AWS Config, and Amazon Inspector

     

    Module 11: Configuration management

    • Introduction to the configuration management process
    • AWS services and tooling for configuration management
    • Hands-on lab: Performing blue/green deployments with CI/CD pipelines and Amazon Elastic Container Service (Amazon ECS)

     

    Module 12: Observability

    • Introduction to observability
    • AWS tools to assist with observability
    • Hands-on lab: Using AWS DevOps tools for CI/CD pipeline automations

     

    Module 13: Reference architecture (Optional module)

    • Reference architectures

     

    Module 14: Course summary

    • Components of DevOps practice
    • CI/CD pipeline review
    • AWS Certification
    • DevOps engineers
    • DevOps architects
    • Operations engineers
    • System administrators
    • Developers

    We recommend that attendees of this course have the following prerequisites:

    • Attended Systems Operations on AWS (AWSSYS) or
    • Attended Developing on AWS (AWSD)
    • Working knowledge of one or more high-level programming languages (C#, Java, PHP, Ruby, Python, etc.)
    • Intermediate knowledge of administering Linux or Windows systems at the command-line level
    • Working experience with AWS using both the AWS Management Console and the AWS Command Line Interface (AWS CLI)

    DevOps Engineering on AWS teaches you how to use the combination of DevOps cultural philosophies, practices, and tools to increase your organization’s ability to develop, deliver, and maintain applications and services at high velocity on AWS. This course covers Continuous Integration (CI), Continuous Delivery (CD), infrastructure as code, microservices, monitoring and logging, and communication and collaboration.

     

    Hands-on labs give you experience building and deploying AWS CloudFormation templates and CI/CD pipelines that build and deploy applications on Amazon Elastic Compute Cloud (Amazon EC2), serverless applications, and container-based applications. Labs for multi-pipeline workflows and pipelines that deploy to multiple environments are also included.

    • Use DevOps best practices to develop, deliver, and maintain applications and services at high velocity on AWS
    • List the advantages, roles, and responsibilities of small autonomous DevOps teams
    • Design and implement an infrastructure on AWS that supports DevOps development projects
    • Leverage AWS Cloud9 to write, run, and debug your code
    • Deploy various environments with AWS CloudFormation
    • Host secure, highly scalable, and private Git repositories with AWS CodeCommit
    • Integrate Git repositories into CI/CD pipelines
    • Automate build, test, and packaging code with AWS CodeBuild
    • Securely store and leverage Docker images and integrate them into your CI/CD pipelines
    • Build CI/CD pipelines to deploy applications on Amazon EC2, serverless applications, and container-based applications
    • Implement common deployment strategies such as “all at once,” “rolling,” and “blue/green”
    • Integrate testing and security into CI/CD pipelines
    • Monitor applications and environments using AWS tools and technologies

    Day 1

     

    Module 0: Course overview

    • Course objective
    • Suggested prerequisites
    • Course overview breakdown

     

    Module 1: Introduction to DevOps

    • What is DevOps?
    • The Amazon journey to DevOps
    • Foundations for DevOps

     

    Module 2: Infrastructure Automation

    • Introduction to Infrastructure Automation
    • Diving into the AWS CloudFormation template
    • Modifying an AWS CloudFormation template
    • Demonstration: AWS CloudFormation template structure, parameters, stacks, updates, importing resources, and drift detection

     

    Module 3: AWS Toolkits

    • Configuring the AWS CLI
    • AWS Software Development Kits (AWS SDKs)
    • AWS SAM CLI
    • AWS Cloud Development Kit (AWS CDK)
    • AWS Cloud9
    • Demonstration: AWS CLI and AWS CDK
    • Hands-on lab: Using AWS CloudFormation to provision and manage a basic infrastructure

     

    Module 4: Continuous integration and continuous delivery (CI/CD) with development tools

    • CI/CD Pipeline and Dev Tools
    • Demonstration: CI/CD pipeline displaying some actions from AWS CodeCommit, AWS CodeBuild, AWS CodeDeploy, and AWS CodePipeline
    • Hands-on lab: Deploying an application to an EC2 fleet using AWS CodeDeploy

     

    Day 2

     

    Module 4: Continuous integration and continuous delivery (CI/CD) with development tools

    • AWS CodePipeline
    • Demonstration: AWS integration with Jenkins
    • Hands-on lab: Automating code deployments using AWS CodePipeline

     

    Module 5: Introduction to Microservices

    • Introduction to Microservices

     

    Module 6: DevOps and containers

    • Deploying applications with Docker
    • Amazon Elastic Container Service and AWS Fargate
    • Amazon Elastic Container Registry and Amazon Elastic Kubernetes service
    • Demonstration: CI/CD pipeline deployment in a containerized application

     

    Module 7: DevOps and serverless computing

    • AWS Lambda and AWS Fargate
    • AWS Serverless Application Repository and AWS SAM
    • AWS Step Functions
    • Demonstration: AWS Lambda and characteristics
    • Demonstration: AWS SAM quick start in AWS Cloud9
    • Hands-on lab: Deploying a serverless application using AWS Serverless Application Model (AWS SAM) and a CI/CD Pipeline

     

    Module 8: Deployment strategies

    • Continuous Deployment
    • Deployments with AWS Services

     

    Module 9: Automated testing

    • Introduction to testing
    • Tests: Unit, integration, fault tolerance, load, and synthetic
    • Product and service integrations

     

    Day 3

     

    Module 10: Security automation

    • Introduction to DevSecOps
    • Security of the Pipeline
    • Security in the Pipeline
    • Threat Detection Tools
    • Demonstration: AWS Security Hub, Amazon GuardDuty, AWS Config, and Amazon Inspector

     

    Module 11: Configuration management

    • Introduction to the configuration management process
    • AWS services and tooling for configuration management
    • Hands-on lab: Performing blue/green deployments with CI/CD pipelines and Amazon Elastic Container Service (Amazon ECS)

     

    Module 12: Observability

    • Introduction to observability
    • AWS tools to assist with observability
    • Hands-on lab: Using AWS DevOps tools for CI/CD pipeline automations

     

    Module 13: Reference architecture (Optional module)

    • Reference architectures

     

    Module 14: Course summary

    • Components of DevOps practice
    • CI/CD pipeline review
    • AWS Certification
    • DevOps engineers
    • DevOps architects
    • Operations engineers
    • System administrators
    • Developers

    We recommend that attendees of this course have the following prerequisites:

    • Attended Systems Operations on AWS (AWSSYS) or
    • Attended Developing on AWS (AWSD)
    • Working knowledge of one or more high-level programming languages (C#, Java, PHP, Ruby, Python, etc.)
    • Intermediate knowledge of administering Linux or Windows systems at the command-line level
    • Working experience with AWS using both the AWS Management Console and the AWS Command Line Interface (AWS CLI)
      Programma
      Data su richiesta

    Follow Up Courses

    Filtra
    • 3 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 3 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 3 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 3 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 3 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 1 Giorno
      Data su richiesta
      Price on Request
      Book Now
    • 3 Giorni
      Data su richiesta
      Price on Request
      Book Now
    • 1 Giorno
      Data su richiesta
      Price on Request
      Book Now
    • 1 Giorno
      Data su richiesta
      Price on Request
      Book Now
    • 3 Giorni
      Data su richiesta
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.