You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Terraform-Module snippet for deploying ASG in private subnet behind ALB
2
+
3
+
Below is the architecture to be implemented:
4
+

5
+
6
+
# Prerequisites:
7
+
1. AWS account
8
+
2. IAM role with necessary permissions
9
+
3. Terraform (Version : 0.12) & AWS CLI configured on machine from which the scripts are to be run
10
+
11
+
12
+
# Modules included are:
13
+
14
+
In script we are use two module use
15
+
- First module is network : for more understand please follow this [link](https://github.com/mehulbudasna/Terraform-Module/blob/main/network/README.md)
16
+
- Second module is ec2 : for more understand please follow this [link](https://github.com/mehulbudasna/Terraform-Module/blob/main/ec2/README.md)
17
+
18
+
# Follow Below Steps to RUN Terraform snippet
19
+
20
+
1. Create folder and Clone this repo.
21
+
2. Change required variable value
22
+
3. Initialize terraform using
23
+
```bash
24
+
terraform init
25
+
```
26
+
4. Show changes required by the current configuration
0 commit comments