Listing Thumbnail

    HCP Terraform

     Info
    Sold by: HashiCorp 
    HCP Terraform is an application that helps teams use Terraform together. It manages Terraform runs in a consistent and reliable environment, and includes easy access to shared state and secret data, access controls for approving changes to infrastructure, a private registry for sharing Terraform modules, detailed policy controls for governing the contents of Terraform configurations, and more.
    Listing Thumbnail

    HCP Terraform

     Info
    Sold by: HashiCorp 

    Overview

    HCP Terraform is an application that helps teams use Terraform together. It manages Terraform runs in a consistent and reliable environment, and includes easy access to shared state and secret data, access controls for approving changes to infrastructure, a private registry for sharing Terraform modules, detailed policy controls for governing the contents of Terraform configurations, and more.

    Terraform pricing is based on Monthly Average Resources Under Management (RUM). Resource Under Management (RUM) or Managed Resource means a Resource in a Terraform Cloud managed state file starting from the first time a terraform plan or terraform apply run is performed on the Resource, and/or the resource is provisioned, and where mode = managed in the state file. The pricing example below is an example based off of a customer that plans to deploy 100 microservices, across 4 environments.

    We recommend speaking to HashiCorp before purchase to ensure the best experience. Please contact aws-marketplace@hashicorp.com  for a private offer.

    Highlights

    • Compose infrastructure as code in a Terraform file using HCL to provision resources from any infrastructure provider. Infrastructure automation workflows to compose, collaborate, reuse, and provision infrastructure as code across IT operations and teams of developers. Establish guardrails for security, compliance, and cost management through role-based access controls, policy enforcement, and audit.

    Details

    Delivery method

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Pricing is based on contract duration. You pay upfront or in installments according to your contract terms with the vendor. This entitles you to a specified quantity of use for the contract duration. If you choose not to renew or replace your contract before it ends, access to these entitlements will expire.

    12-month contract (1)

     Info
    Dimension
    Description
    Cost/12 months
    HCP Terraform
    Pricing is based on Monthly Average Resources Under Management.
    $77,600.00

    Vendor refund policy

    All fees are non-cancellable and non-refundable except as required by law.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Software as a Service (SaaS)

    SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.

    Support

    Vendor support

    Get the help you need at every stage of your journey. Login to Help Portal https://support.hashicorp.com/hc/en-us/restricted  or Submit a ticket via

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    |
    168 external reviews
    External reviews are sourced from G2  and are not included in the star rating for this product.
    Sadi K.

    devops engineer

    Reviewed on Dec 09, 2024
    Review provided by G2
    What do you like best about the product?
    Terraform's best feature is its declarative syntax, allowing you to define infrastructure as code and manage it consistently across multiple providers.
    What do you dislike about the product?
    Terraform can struggle with state file management, especially in collaborative environments, leading to potential conflicts or complexity.
    What problems is the product solving and how is that benefiting you?
    Terraform solves infrastructure provisioning and management across multiple providers using a unified language. It benefits users by improving consistency, scalability, and automation, reducing manual effort and errors.
    Edwin S.

    Terraform benefits

    Reviewed on Nov 20, 2024
    Review provided by G2
    What do you like best about the product?
    The easy way to set up and help to deploy several resources reducing the errors
    What do you dislike about the product?
    Lack of training access. Will like to have better support.
    What problems is the product solving and how is that benefiting you?
    Errors to create several server , vms on the cloud on premise. Pre set up with a terraform file helps to avoid this .
    Utkarsh G.

    IaaC at it's best

    Reviewed on May 21, 2024
    Review provided by G2
    What do you like best about the product?
    One of the best benefits is the multi cloud we have to learn it only once then we can directly deploy resources on any cloud without any issues by just reading the document.
    What do you dislike about the product?
    I particularly have no dislikes it works very great.
    What problems is the product solving and how is that benefiting you?
    I work with virtual machines and kubernetes most of the time so creating it again and again by going through portal is tough with terraform it's just one command away.
    Utkarsh G.

    IaaC at it's best

    Reviewed on May 21, 2024
    Review provided by G2
    What do you like best about the product?
    One of the best benefits is the multi cloud we have to learn it only once then we can directly deploy resources on any cloud without any issues by just reading the document.
    What do you dislike about the product?
    I particularly have no dislikes it works very great.
    What problems is the product solving and how is that benefiting you?
    I work with virtual machines and kubernetes most of the time so creating it again and again by going through portal is tough with terraform it's just one command away.
    Moises F.

    An essential part of the DevOps Swiss Army Knife

    Reviewed on Apr 27, 2024
    Review provided by G2
    What do you like best about the product?
    Modular, Secure and Versatile. I can talk about tall the technical benefits of using Terraform but I will start with a soft skill that Terraform provides which is the ability to learn different cloud offerings. GUIs are made to simplify single deployments but when you are configuring a module you can see all the options you have for configuration. I will use Azure Storage Blobs as an example. In the GUI when you configure a storage blob by default it is open and available over the internet if you chose defaults. When you are configuring an Azure Storage blob in Terraform you can see how to quickly disable access from public, enforce TLS 1.2, add storage policies for data retention and many more. In short, it enables engineers to build right from the beggining.

    Another favorite is integration. I can easily configure Terraform in Jenkins, Azure DevOps, Git Actions and I can add code security so that I can get suggestions in CI/CD. Even when developing, the local IDEs have plugins to accelerate development with security like Snyk.

    The HCL language also allows you do apply software development so you can have conditions, loops, functions and different styles of data inputs (stings, arrays, tuples, etc) for better code readability and structure.
    What do you dislike about the product?
    When new services come out in cloud providers it might take longer to get a module than using a cloud tool like Bicep or Cloudformation but you can always use the API modules and Hashicorp is good at releasing updates to new features.
    What problems is the product solving and how is that benefiting you?
    - Multi-cloud infrastructure as code.
    - Compliance
    - Security
    View all reviews