Skip to content

Commit 8a1f183

Browse files
Create README.md
1 parent 744e387 commit 8a1f183

File tree

1 file changed

+21
-0
lines changed
  • beginners/aws/modules/application_load_balancer

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# application_load_balancer
2+
3+
These templates implements a application load balancer, and associated necessary steps require for loadbalancing. We used below services :
4+
5+
- Security groups for instances and loadbalancer
6+
- Target grout attachment for instances
7+
- Template for launching instances
8+
- Load balancer
9+
10+
11+
-- Mention your region, secret and access keys, vpc_id, subnet_ids and ami_id required in the templates.
12+
13+
To run these templates, clone the repository and run `terraform apply` within its own directory.
14+
15+
For example:
16+
17+
```tf
18+
$ git clone https://github.com/collabnix/terraform.git
19+
$ cd terraform/beginner/aws/modules/application_load_balancer
20+
$ terraform apply
21+
```

0 commit comments

Comments
 (0)