Skip to content

This projects involves deployment of complete use of Auto-Scaling Groups with stream-lining of Load Balancers to allocate different EC2 users according to requirements

Notifications You must be signed in to change notification settings

debasishray16/Auto-Scaling-Groups_LB_AWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Implementation

Execution

  1. To initialize hashicorp in project, use command:
terraform init
  1. This command will allow you to check whether initialization is done properly and will give you a overview to you about your infrastructure going to be deployed in AWS.
terraform plan
  1. This command will allow you to push or create your infrastructure in AWS using Terraform by Hashicorp.
terraform apply 
  1. After you created your infrastructure, you either have two choices whether to keep the infrastructure being deployed on AWS or you can delete all of your infrastructure in AWS.
terraform destroy

About

This projects involves deployment of complete use of Auto-Scaling Groups with stream-lining of Load Balancers to allocate different EC2 users according to requirements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published