Skip to content

Terraform configurations to deploy Amazon FSx for Windows File Server in AWS

License

Notifications You must be signed in to change notification settings

RaduLupan/terraform-fsxwin-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-fsxwin-aws

This repository contains Terraform configurations that deploy an Amazon FSx for Windows File Server and an associated Windows EC2 instance used for configuring the FSx file system.

Prerequisites

Quick start

  1. Configure your AWS access keys as environment variables:
$ export AWS_ACCESS_KEY_ID=(your access key id)
$ export AWS_SECRET_ACCESS_KEY=(your secret access key)
  1. Clone this repository:
$ git clone https://github.com/RaduLupan/terraform-fsxwin-aws.git
$ cd terraform-fsxwin-aws
  1. Deploy Amazon FSx for Windows File Server:
$ cd deploy
$ terraform init
$ terraform apply
  1. Deploy an AD domain-joined EC2 instance to use for configuring the FSx file system:
$ cd configure
$ terraform init
$ terraform apply

Resources

Best Practices for Administering Amazon FSx File Systems

About

Terraform configurations to deploy Amazon FSx for Windows File Server in AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published