ExtremeCloud IQ provides unified management driven by Machine Learning (ML). It features configuration workflows, realtime and historical monitoring, comprehensive troubleshooting, and integrated network applications. Designed to take full advantage of Extreme’s end-to- end networking solutions, it delivers unified, full-stack management of access points, switches, and SD-WAN.
N/A
HashiCorp Terraform
Score 8.5 out of 10
N/A
Terraform from HashiCorp is a cloud infrastructure automation tool that enables users to create, change, and improve production infrastructure, and it allows infrastructure to be expressed as code. It codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned. It is available Open Source, and via Cloud and Self-Hosted editions.
$0
Pricing
ExtremeCloud IQ
HashiCorp Terraform
Editions & Modules
No answers on this topic
Open Source
$0
Team & Governance
$20/user
per user/per month
Enterprise
Contact sales team
Offerings
Pricing Offerings
ExtremeCloud IQ
HashiCorp Terraform
Free Trial
No
No
Free/Freemium Version
No
Yes
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
ExtremeCloud IQ
HashiCorp Terraform
Features
ExtremeCloud IQ
HashiCorp Terraform
Configuration Management
Comparison of Configuration Management features of Product A and Product B
In complex environments where redundancy is required or a high density of client devices is in use. It is helpful to small enterprises with limited IT staff, as once the auto-provisioning is set up with AP templates, it means APs can be installed by non-IT staff. Licensing can be complex due to all the models, but the ability for co-term licenses to end on the same expiry is essential.
8 because it's currently best-in-class and is completely essential to use in contrast to not expressing your infrastructure as code. That said, new contenders are nipping at its heels, and I expect stronger tools to emerge in the coming years. Hopefully the Terraform team is able to keep pace.
GTAC support is excellent; they understand the issue and do not hesitate to help in detail.
The layout is very intuitive and easy to use, especially the templating of switch port types. It makes it simple to use context-based names so the purpose of the port can be understood.
The auto channel selection now works very well, including the SDR dual 5GHz mode.
Licensing as a whole is a nightmare. If you have a device RMA'd - you have to email their licensing team to have the device license transferred to your new hardware. Licensing renewals are also a pain, as oftentimes they don't have the licenses correctly tied to each device you own. Definitely the biggest issue I have with ExtremeCloud IQ Networks
Hardware is tied to you once you purchase it, so there is no resale market/secondary market for the devices you purchase - should you try to sell them when they're end of life within your organization
The errors generated by the plan and preview commands are pretty cryptic, it can be hard for newcomers to the scripting language to understand how to address problems.
Access controls around workspaces is limited which makes it harder to secure reduce the scope of teams ability.
Analytics around user usage, applies and plans would be helpful for managemenet.
Being a web platform, it is very easily accessible. The user interface is very simple, intuitive, and visually well-designed. The learning to use it was very quick and can be done even without specific user manuals. Access to the analytics and troubleshooting tools is also extremely intuitive and very well-crafted.
I love Terraform and I think it has done some great things for people that are working to automate their provisioning processes and also for those that are in the process of moving to the cloud or managing cloud resources. There are some quirks to HCL that take a little bit of getting used to and give picking up Terraform a little bit of a learning curve, thus the rating
Terraform's performance is quite amazing when it comes to deployment of resources in AWS. Of course, the deployment times depend on various parameters like the number of resources to deploy and different regions to deploy. Terraform cannot control that. The only minor drawback probably shows up when a terraform job is terminated mid way. Then in many cases, time-consuming manual cleanup is required.
Terraform is community driven but does offer support for it's Enterprise product. When contacting the team at HashiCorp we have always gotten resolution to our issues. They have been very responsive in returning our calls and answering our questions as they come up. We are currently using the open source model.
dbt was fine, but you end up with an extremely bloated repo/project. Often where all of the models are the same, named similarly, and generally just doesn't adhere to the concept of DRY coding. In Terraform we're able to template a lot of this work and dynamically generate assets based on variables instead.
Using code, we are able to build and deploy cloud resources faster and more consistently than producing the same resources in the console manually.
For applications that share architectures, we can reuse code to expedite development. We can also do the same with modules that are shared across the organization.
By defining all of our resources as code, we can deploy complete environments with "batteries included." For example, we can use code that spins up servers in a cloud provider and at the same time, creates monitors with in our monitoring provider. Likewise, when the servers are decommissioned, the monitors are decommed along with them. In the past, the creation and decom of the monitors would have been a disjointed, manual step. With Terraform we get it all with one "terraform apply."