mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-02-20 17:12:50 +00:00
burning money until we find the right instance sizes and resolve IAM iot actions issue
This commit is contained in:
parent
5ea33c89b2
commit
0aeb1dc5ce
4
main.tf
4
main.tf
@ -983,8 +983,8 @@ resource "aws_elasticsearch_domain" "ElasticsearchDomain" {
|
||||
dedicated_master_count = 3
|
||||
dedicated_master_enabled = false
|
||||
dedicated_master_type = "t3.small.elasticsearch"
|
||||
instance_count = 1
|
||||
instance_type = "r5.large.elasticsearch"
|
||||
instance_count = 2
|
||||
instance_type = "r5.xlarge.elasticsearch"
|
||||
zone_awareness_enabled = false
|
||||
}
|
||||
cognito_options {
|
||||
|
Loading…
x
Reference in New Issue
Block a user