Skip to content
/ IaC Public

Repositorio para versionar una infraestructura con IaC (Cloudformation)

Notifications You must be signed in to change notification settings

Patz12/IaC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

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