Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 434 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 434 Bytes

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.