Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.12 KB

IaC y Git

Progreso

  • Componetes de red

    • VPC
    • Subredes
    • Internet Gateway
    • NAT Gateway
  • EC2

    • Web server
    • Load Balancer
    • Autoscaling groups
    • Security groups
  • Opcionales

    • AMIs
    • Cuenta específica para IaC
    • Diagrama de la infraestructura

Referencias

Instrucciones

  • Crear la Stack
aws cloudformation deploy --template-file './InfrastructuraAWS.yaml' --stack-name IaC
  • Destruir la Stack
aws cloudformation delete-stack --stack-name IaC