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
| main.tf | deploy-fsx-ontap-sqlserver/main.tf | This is the primary terraform file that contains provider information and module configuration for SQL Server EC2 and Amazon FSx for NetApp ONTAP|
31
-
| networking.tf | deploy-fsx-ontap-sqlserver/networking.tf | Creates the networking components - VPC, Public and Private Subnets, Internet Gateway, NAT Gateway, Route Table (private and public), Security Groups (default, EC2 to FSxN and others) |
32
-
| ssm.tf | deploy-fsx-ontap-sqlserver/ssm.tf | Creates an SSM parameter to store the password for the file system |
33
-
| variables.tf | deploy-fsx-ontap-sqlserver/variables.tf | Defines all the variables (and default values) used in main.tf, networking.tf, ssm.tf |
| main.tf | deploy-fsx-ontap-fileshare-access/main.tf | This is the primary terraform file that contains provider information and module configuration for Microsoft AD EC2 and Amazon FSx for NetApp ONTAP |
31
+
| networking.tf | deploy-fsx-ontap-fileshare-access/networking.tf | Creates the networking components - VPC, Public and Private Subnets, Internet Gateway, NAT Gateway, Route Table (private and public), Security Groups (default, EC2 to FSxN and others) |
32
+
| ssm.tf | deploy-fsx-ontap-fileshare-access/ssm.tf | Creates an SSM parameter to store the password for the file system |
33
+
| variables.tf | deploy-fsx-ontap-fileshare-access/variables.tf | Defines all the variables (and default values) used in main.tf, networking.tf, ssm.tf |
| ec2ad | ec2-ami.tf | deploy-fsx-ontap-fileshare-access/modules/ec2/ec2-ami.tf | The file contains the AMI used for deploying the Microsoft AD |
40
-
| ec2ad | ec2-ad.tf | deploy-fsx-ontap-fileshare-access/modules/ec2/ec2-sql.tf | The file defines the EC2 and script to configure the Microsoft AD |
40
+
| ec2ad | ec2-ad.tf | deploy-fsx-ontap-fileshare-access/modules/ec2/ec2-ad.tf| The file defines the EC2 and script to configure the Microsoft AD |
41
41
| ec2ad | variables.tf | deploy-fsx-ontap-fileshare-access/modules/ec2/variables.tf | Defines all the variables (and default values) used in main.tf and ec2-ad.tf |
42
42
| ec2ad | outputs.tf | deploy-fsx-ontap-fileshare-access/modules/ec2/outputs.tf | Defines the output variables for Microsoft AD Server |
43
43
| fsxn | fsx-fs.tf | deploy-fsx-ontap-fileshare-access/modules/fsxn/fsx-fs.tf | Defines the Amazon FSx for NetApp ONTAP file system and it's properties (SSD, Throughput, Deployment Mode etc.) |
@@ -64,7 +64,7 @@ This repository contains the deployment for Amazon FSx for NetApp ONTAP, Microso
64
64
| environment | Name of the environment (demo, test, qa etc.) |`string`|`Demo`| No |
65
65
| aws_location | AWS region |`string`|`ap-southeast-1`| Yes |
66
66
| availability_zones | Availability Zones corresponding to the regions |`list(string)`|`"ap-southeast-1", "ap-southeast-2"`| Yes |
67
-
| ec2_instance_type |SQL Server EC2 instance type |`string`|`t3.2xlarge`| Yes |
@@ -210,8 +211,8 @@ To list configuration data, use the [`aws configire list`](https://docs.aws.amaz
210
211
- Click the "Create role" button.
211
212
212
213
> [!NOTE]
213
-
> The role is required to fetch the password for fsxadmin from SSM Secured Parameters. Terraform creates an SSM Paramter which is retrieved via the powershell script of EC2 instance. The role allows the retrieval of the parameter and execute the necessary operations on the filesystem.
214
-
> Alternatively, the password can also be entered in the `user_data` section under `$ssmPass` variable found in the ec2-sql.tf file (not recommended).
214
+
> The role is required to fetch the password for fsxadmin and AD Admin Password from SSM Secured Parameters. Terraform creates an SSM Paramter which is retrieved via the powershell script of EC2 instance. The role allows the retrieval of the parameter and execute the necessary operations on the filesystem.
215
+
> Alternatively, the password can also be entered in the `user_data` section under `$ssmPass` variable found in the ec2-ad.tf file (not recommended).
0 commit comments