Skip to content

AEIS-FIS-EPN/jorge-segovia-aws-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS and Terraform

About the project

In this repo we are going to create a VPC (Virtual Private Cloud) on AWS is an isolated virtual network in the cloud. This will allow us to define a network topology, including IP addresses, subnets and route tables. Also, we will include the technology Terraform for can create and destroy resources with block programming.

Things you will need

Recommendation: Is a pretty good idea to use Linux and the distribution Ubuntu for this project, this is going to make the things easier for coding in terraform.

Credentials

First, you will need lo link your AWS credentials to the CLI that you are going to use. This is necessary, because it will allow us to create the resources instantly in AWS.

Terraform

Once you had done the previous step, you need to configure the VPC and all his settings. Then in the CLI you can put these commands:

  1. terraform init: Inicializa el directorio de trabajo.
  2. terraform validate: Valida la configuración de Terraform.
  3. terraform plan: Planifica cambios de infraestructura.
  4. terraform apply: Aplica cambios planificados.
  5. terraform destroy: Destruye la infraestructura creada.

Contribute

You can make change and analyze this repo for studying purposes.

Contact

Also, you can find me by sending me a message in github or there are other ways that you can see in my profile.

About

This repo is a quick guide to do a VPC in AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages