Skip to content

aaaimx/water-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaterAI - Infrastructure - documentation.

on this repository you can found all code relationated with infrastructure for a water ai project

Pre-requisites.

Infrastructure diagram.

diagram

1.- Configure your new AWS profile for terraform (new-account is an example name, you can use the same).

aws configure --profile new-account

Watch profiles created.

aws configure list-profiles

Example to use a profile.

aws ec2 describe-instances --profile new-account

2.- Configure AWS infrastructure with terraform.

before to create your aws account, youn need to refil your infrastructure/variables.tf file for make work the tf resources, you have an example on values.example file.

Create infrastructure.

cd infrastructure

terraform init

terraform plan

terraform apply

then copy the output called dns_name and enjoy!

3.- Delete infrastructure created.

terraform destroy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages