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
    |
    89 external reviews
    External reviews are sourced from G2  and are not included in the star rating for this product.
    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
    Abhishek C.

    Terraform Review

    Reviewed on Apr 06, 2024
    Review provided by G2
    What do you like best about the product?
    Terrafom is very vast tool if we talk about infrastructure as code. It has not provider limit which i like the most because of that we can create our infrastructure on any cloud by just writing the code.
    What do you dislike about the product?
    In my point the major disadvantage about terraform is there is no built-in way to plan migrations across remote statefile of the resources.
    What problems is the product solving and how is that benefiting you?
    I think terraform is simplifying the language of HCL also it providing more features to simplifying the code so that we have a clean IAC which everyone understands by just going through it.
    jay j.

    Terraform is a great tool in the market to manage infrastructure as a Code.

    Reviewed on Mar 24, 2024
    Review provided by G2
    What do you like best about the product?
    It supports all major public and private cloud including AWS, Azure, GCP and VMware.It maintains a state file that serves as a crucial component of its functionality. The state file is responsible for tracking and managing the current state of deployed resources, and it aids Terraform in understanding the necessary changes required to achieve the desired state.
    Certifications are available to improve skills.
    What do you dislike about the product?
    Needs a learning curve. Terraform's plan and apply workflow is a two-step process where the first step involves generating an execution plan that shows the changes that will be applied to the infrastructure. The second step is to apply the changes to the infrastructure. During the execution of these steps, Terraform may not provide real-time feedback about the progress, and this can cause delays in getting feedback, especially in larger deployments. As the deployment size increases, the time taken to complete the changes can also increase, leading to longer feedback loops. It's worth noting that Terraform provides various ways to monitor the status of deployments, such as logs and status updates, but these may not be real-time. There are third-party tools that can help provide real-time feedback, but it's essential to evaluate the tools carefully to ensure they meet your requirements.
    What problems is the product solving and how is that benefiting you?
    Easy to manage and maintain infrastructure. Reduces human error.
    anan H.

    Devops Enginner

    Reviewed on Mar 18, 2024
    Review provided by G2
    What do you like best about the product?
    using it as infrastructure as code for multiple cloud providers
    What do you dislike about the product?
    Maybe need to add hooks pre/post for example, that will helps a lot to trigger things before other things
    What problems is the product solving and how is that benefiting you?
    - handle parallel environments
    - handle the infrastructure for each environment as code
    - handle infrastructure for multiple cloud providers
    View all reviews