Densify continuously analyzes your cloud and container workloads and automates the resource selection process—improving application performance and stability, reducing risk, and enabling prudent cloud spend.
Try It Nowprovider "aws" {
region = "${var.aws_region}"
}
resource "aws_instance" "web" {
name = "Web Server"
#instance_type = "m4.large"
instance_type = "${lookup(local.densify_spec,"appr_type") == "all" ? lookup(local.densify_spec,"rec_type") : lookup(local.densify_spec,"cur_type")}"
ami = "${lookup(var.aws_amis, var.aws_region)}"
}
Check out the expert guidance you will get from Densify with this quick overview.
See for Yourself—Book a Demo!