Skip to content

AEIS-FIS-EPN/bryan-tapia-aws-final-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project

This is the final project of the AWS Course that uses Terraform to create a VPC with a public and private subnet.

Requirements

  • Terraform
  • AWS Account

Usage

  1. Clone the repository

  2. Run the following commands:

    terraform init Prepare your working directory for other commands. terraform validate Check whether the configuration is valid. terraform plan Show changes required by the current configuration. terraform apply Create or update infraestructure. terraform destroy Destroy previously-created infraestructure.

License

Copyright (c) 2024 Bryan Tapia. This project is MIT licensed.

About

Final project of the AWS Course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%