Skip to content

AEIS-FIS-EPN/mateo-perez-aws-final-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Final project - AWS Course

This project is the culmination of the AWS Course, utilizing Terraform to create a VPC with both public and private subnets.

Requirements

To utilize this project, ensure you have the following:

  • Terraform installed on your system.
  • An active AWS account.

Usage

Follow these steps to effectively use the project:

  1. Clone the repository to your local machine.
  2. Run the following commands in your terminal:

Prepare your working directory for other commands.

terraform init

Check wether the configuration is valid.

terraform validate

Show changes required by the current configuration.

terraform plan

Create or update infrastructure.

terraform apply

Destroy previously-created infrastructure.

terraform destroy

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

If you have any questions or want to connect, feel free to reach out to me at pcristopher593@gmail.com.

About

Quick guide to create an infrastructure on AWS using Terraform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages