Skip to content

AWS Dynamic Load Balancer with Auto-Scaling. It dynamically scales from 2 to 5 instances based on load.

Notifications You must be signed in to change notification settings

korzepadawid/aws-autoscaling-loadbalancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Autoscaling Group with Load Balancer

Please use Golang 1.22 >= version

How to launch?

  1. Create a .env file:
$ touch .env
  1. Set up the environment variables below: Open the .env file in your preferred text editor and configure the following:
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
  1. Run the app
$ go run main.go

Developed during the "Practical applications of cloud computing" class.

About

AWS Dynamic Load Balancer with Auto-Scaling. It dynamically scales from 2 to 5 instances based on load.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published