https://github.com/tedilabs/terraform-aws-data
🌳 A sustainable Terraform Package which creates resources for Data Services on AWS
https://github.com/tedilabs/terraform-aws-data
aws aws-athena devops hacktoberfest hcl2 iac lang-hcl sre tedilabs terraform terraform-aws terraform-module terraform-modules
Last synced: 3 months ago
JSON representation
🌳 A sustainable Terraform Package which creates resources for Data Services on AWS
- Host: GitHub
- URL: https://github.com/tedilabs/terraform-aws-data
- Owner: tedilabs
- License: apache-2.0
- Created: 2022-01-11T04:06:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T18:07:01.000Z (3 months ago)
- Last Synced: 2025-04-05T15:47:27.092Z (3 months ago)
- Topics: aws, aws-athena, devops, hacktoberfest, hcl2, iac, lang-hcl, sre, tedilabs, terraform, terraform-aws, terraform-module, terraform-modules
- Language: HCL
- Homepage: https://registry.terraform.io/modules/tedilabs/data/aws
- Size: 169 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-aws-data


[](https://github.com/pre-commit/pre-commit)Terraform module which creates data related resources on AWS.
- [athena-data-catalog](./modules/athena-data-catalog)
- [athena-workgroup](./modules/athena-workgroup)
- [glue-connection](./modules/glue-connection)
- [glue-crawler](./modules/glue-crawler)
- [glue-data-catalog](./modules/glue-data-catalog)
- [glue-database](./modules/glue-database)
- [glue-table](./modules/glue-table)
- [quicksight-folder](./modules/quicksight-folder)
- [quicksight-group](./modules/quicksight-group)
- [quicksight-namespace](./modules/quicksight-namespace)
- [s3-access-point](./modules/s3-access-point)
- [s3-bucket](./modules/s3-bucket)## Target AWS Services
Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-data) were written to manage the following AWS Services with Terraform.
- **AWS Athena**
- Data Catalog
- Workgroup
- **AWS Glue**
- Data Catalog
- Connection
- Crawler
- Data Catalog
- Database
- Table
- **AWS QuickSight**
- Folder
- Group & Group Membership
- Namespace
- **AWS S3**
- S3 Bucket
- S3 Access Point## Examples
### Athena
- [Athena Workgroup](./examples/athena-workgroup)
### Glue
- [Glue Data Catalog (Simple)](./examples/glue-data-catalog-simple)
- [Glue Data Catalog (Full)](./examples/glue-data-catalog-full)### QuickSight
- [QuickSight User and Group](./examples/quicksight-user-and-group)
- [QuickSight Assets](./examples/quicksight-assets)### S3 Bucket
- [Full S3 Bucket](./examples/s3-bucket-full)
- [S3 Bucket with Access Logging](./examples/s3-bucket-access-logging)
- [S3 Bucket with Server-Side Encryption](./examples/s3-bucket-encryption)
- [S3 Bucket with Lifecycle Rules](./examples/s3-bucket-lifecycle-rules)
- [S3 Bucket with Versioning](./examples/s3-bucket-versioning)### S3 Access Point
- [S3 Access Point (Internet Access)](./examples/s3-access-point-internet)
- [S3 Access Point (VPC Access)](./examples/s3-access-point-vpc)## Self Promotion
Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-data). And if you're feeling especially charitable, follow **[posquit0](https://github.com/posquit0)** on GitHub.
## License
Provided under the terms of the [Apache License](LICENSE).
Copyright © 2022-2023, [Byungjin Park](https://www.posquit0.com).