Skip to content

Brynta2001/bryan-tapia-aws-final-project

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

Glosary

Naming convention for the resources: https://www.terraform-best-practices.com/naming

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