All Projects → chgasparoto → Curso Aws Com Terraform

chgasparoto / Curso Aws Com Terraform

Licence: mit
🎦 🇧🇷 Arquivos do curso "DevOps: AWS com Terraform Automatizando sua infraestrutura" publicado na Udemy. Você pode me ajudar comprando o curso utilizando o link abaixo.

Projects that are alternatives of or similar to Curso Aws Com Terraform

Multi Env Deploy
Complete example of deploying complex web apps to AWS using Terraform, Ansible, and Packer
Stars: ✭ 132 (+112.9%)
Mutual labels:  aws, aws-ec2, aws-ecs, terraform, hcl
Aws Labs
step by step guide for aws mini labs. Currently maintained on : https://github.com/Cloud-Yeti/aws-labs Youtube playlist for labs:
Stars: ✭ 153 (+146.77%)
Mutual labels:  aws, aws-s3, aws-ec2, terraform, hcl
Terraform Sqs Lambda Trigger Example
Example on how to create a AWS Lambda triggered by SQS in Terraform
Stars: ✭ 31 (-50%)
Mutual labels:  aws, aws-lambda, terraform, hcl
Lambda Deployment Example
Automated Lambda Deployments with Terraform & CodePipeline
Stars: ✭ 25 (-59.68%)
Mutual labels:  aws, aws-lambda, terraform, hcl
Terraform Aws Cross Account Role
A Terraform module to create an IAM Role for Cross Account delegation.
Stars: ✭ 30 (-51.61%)
Mutual labels:  aws, terraform, hcl
Terraform Aws Waf Owasp Top 10 Rules
A Terraform module to create AWF WAF Rules for OWASP Top 10 security risks protection.
Stars: ✭ 62 (+0%)
Mutual labels:  aws, terraform, hcl
Terraform Ecs Autoscale Alb
ECS cluster with instance and service autoscaling configured and running behind an ALB with path based routing set up
Stars: ✭ 60 (-3.23%)
Mutual labels:  aws, terraform, hcl
Karch
A Terraform module to create and maintain Kubernetes clusters on AWS easily, relying entirely on kops
Stars: ✭ 38 (-38.71%)
Mutual labels:  aws, terraform, hcl
Cloudguardiaas
Check Point CloudGuard Network Security repository containing solution templates, Terraform templates, tools and scripts for deploying and configuring CloudGuard Network Security products.
Stars: ✭ 27 (-56.45%)
Mutual labels:  aws, terraform, hcl
Ebs bckup
Stars: ✭ 32 (-48.39%)
Mutual labels:  aws, terraform, hcl
Terraform Aws Alb
Terraform module to provision a standard ALB for HTTP/HTTP traffic
Stars: ✭ 53 (-14.52%)
Mutual labels:  aws, terraform, hcl
Terraform Aws Rds Cloudwatch Sns Alarms
Terraform module that configures important RDS alerts using CloudWatch and sends them to an SNS topic
Stars: ✭ 56 (-9.68%)
Mutual labels:  aws, terraform, hcl
Touchdown
Cloud service orchestration framework for python
Stars: ✭ 10 (-83.87%)
Mutual labels:  aws, aws-lambda, aws-s3
Terra Aws Core Kube
Terraform configuration to bootstrap a Kubernetes Cluster on top of CoreOS using AWS-EC2 instances
Stars: ✭ 10 (-83.87%)
Mutual labels:  aws, terraform, hcl
Terraform Aws Asg
Terraform AWS Auto Scaling Stack
Stars: ✭ 58 (-6.45%)
Mutual labels:  aws, terraform, hcl
Terraform Aws Ecs Fargate
Terraform module which creates ECS Fargate resources on AWS.
Stars: ✭ 35 (-43.55%)
Mutual labels:  aws, terraform, hcl
Infra Personal
Terraform for setting up my personal infrastructure
Stars: ✭ 45 (-27.42%)
Mutual labels:  aws, terraform, hcl
Terraform Aws Dynamodb
Terraform module that implements AWS DynamoDB with support for AutoScaling
Stars: ✭ 49 (-20.97%)
Mutual labels:  aws, terraform, hcl
Terraform Modules
Terraform Modules
Stars: ✭ 25 (-59.68%)
Mutual labels:  aws, terraform, hcl
Terraform Aws Vpc Peering Multi Account
Terraform module to provision a VPC peering across multiple VPCs in different accounts by using multiple providers
Stars: ✭ 52 (-16.13%)
Mutual labels:  aws, terraform, hcl

DevOps: AWS com Terraform Automatizando sua infraestrutura

Arquivos do curso de Terraform publicado na Udemy https://www.udemy.com/aws-com-terraform

Terraform-0-11 Terraform-0-12 aws s3 aws ec2 aws lambda aws ecs

Capa do curso

Índice

Introdução

  1. Introdução ao curso
  2. O que é Terraform?
  3. Como pedir ajuda
  4. Código fonte do curso

Instalação

  1. Instalação da versão mais recente do Terraform
  2. Instalação da versão específica do Terraform utilizada no curso
  3. Editor de teto

Configuração da conta na AWS

  1. Criando uma conta Free Tier e setando alarme de billing
  2. Criar usuário para ser usado pelo Terraform
  3. Instalando e configurando o AWS CLI

Terraform básico

  1. Primeiro script
  2. Alterando e destruindo
  3. Interpolação
  4. terraform taint
  5. terraform console e terraform output
  6. Variáveis
  7. AWS CLI
  8. Módulos
  9. terraform fmt, get, import e graph
  10. Remote state
  11. Data source e locals
  12. Provisioners
  13. Built-in functions
  14. Workspaces e remote state locking

Criando um site estático no S3

  1. Introdução
  2. Registrando um domínio
  3. Criando nossos buckets
  4. Criando nossa aplicação utilizando React.js
  5. Configurando um domínio personalizado
  6. Configurando CDN
  7. Configurando SSL

Criando uma aplicação auto escalável

  1. Introdução
  2. VPC
  3. Internet gateway (IGW)
  4. Subnets
  5. Route tables
  6. Security groups
  7. Load balancer
  8. Auto scalling group
  9. Cloudwatch alarms
  10. RDS e EC2 em subnets privadas
  11. Testando o auto scalling group
  12. Destruindo

Criando uma aplicação serverless

  1. Introdução
  2. Cognito
  3. DynamoDB
  4. Lambdas
  5. API Gateway
  6. Bucket
  7. SNS
  8. Testando o fluxo completo da aplicação
  9. Destruindo

Terraform 0.12

  1. Instalação
  2. First-class expressions e mensagens de erros
  3. For expressions
  4. Rich types
  5. Refazendo nosso site estático com a versão 0.12

Terraform Cloud com AWS ECS Fargate automatizado com shell script

  1. O que é Terraform Cloud?
  2. Configurando o Terraform Cloud
  3. O que é AWS Fargate
  4. Configuração Webstorm
  5. Codificando nossa aplicação back-end
  6. Dockerfile, rodando nossa aplicação no docker
  7. AWS ECR
  8. AWS ECS Cluster
  9. AWS ECS Task
  10. AWS ECS Service
  11. AWS ECS Fargate rodando
  12. AWS ECS Auto scalling
  13. Automatizando o deploy

Cupom

Se você tem interesse em aprender Terraform, pegue este cupom e aproveite 🚀(https://www.udemy.com/course/aws-com-terraform/?referralCode=05BE0FCDD1140543679C). São 6,5 horas de muita informação e aulas práticas!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].