dax
devops-made-easy/dax/aws
A Terraform module to create AWS DynamoDB Accelerator (DAX)
terraform-aws-dax Sample way of calling this module `` module "dax" { source = "git@github.com:devops-made-easy/terraform-aws-dax.git" version = "0.0.1" iam_role_arn = "iam_arn" name = "devops-made-easy-dax" node_count = 1 node_type = "dax.t2.small" security_group_ids = [sg-xxxx] subnet_ids = [sub-xxxx] } `` Share the Love Like this project? Please give it a ★ on our GitHub!(it helps us a lot) License Summary This sample code is made available under MIT license. See the LICENSE file.
| Name | Type | Description | Default |
|---|---|---|---|
| iam_role_arn | string | (Required) A valid Amazon Resource Name (ARN) that identifies an IAM role. At ru | required |
| security_group_ids | list(string) | (Required) One or more VPC security groups associated with the cluster | required |
| name | string | (Required) Name of Cluster | required |
| subnet_ids | list(string) | (Required) List of Subnets to use for Cluster Group | required |
| node_type | string | (Required) The compute and memory capacity of the nodes | required |
| node_count | number | (Required) The number of nodes in the DAX cluster. If 1 then it will create a si | 1 |
| maintenance_window | string | (Optional) Specifies the weekly time range for when maintenance on the cluster i | "sun:00:00-sun:01:00" |
| server_side_encryption | bool | (Optional) Encrypt at rest options Default = true | true |
| query_ttl | string | (optional) Query Time To Live in milliseconds Defaults: 300000 | "300000" |
| record_ttl | string | (optional) Record Time To Live in milliseconds Defaults: 300000 | "300000" |
configuration_endpoint — Configuration endpoint for this DAX cluster, consisting of a DNS name and a port numbercluster_address — DNS name of the DAX cluster without the port appendedAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,