Skip to content

matheusdmp19/aws-lab-asg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aws Lab - ASG

The aim of this repository is to have a terraform model to upload to an aws auto scalling group that collects memory utilization metrics from the cloud watch agent and use these metrics for memory-based scaling.

Requirements

  • terraform
  • access key and secret key of aws exported as environment variable

Setting up the environment

terraform init

Applying terraform

terraform apply

Removing the environment

terraform destroy

Useful commands

Format .tf files recursively

terraform fmt --recursive

Validate resource syntaxes in files

terraform validade

Plan changes before applying

terraform plan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published