Listing Thumbnail

    DataMasque for Guidewire Cloud

     Info
    Sold by: DataMasque 
    Deployed on AWS
    AWS Free Tier
    DataMasque for Guidewire Cloud enables insurers to de-identify sensitive Guidewire policyholder and claims data. DataMasque generates synthetically identical data that can be safely used across testing, analytics and AI use cases. Fully functional, realistic and privacy compliant.

    Overview

    Insurers need realistic policyholder and claims data to develop new capabilities, improve digital experiences, run analytics and power AI transformation. Using real production data outside of secure environments introduces significant privacy and compliance risk.

    DataMasque for Guidewire Cloud enables insurers using the Guidewire Snapshot export service with DataMasque to irreversibly de-identify sensitive Guidewire data, producing synthetically identical data that can then be returned securely to sandbox environments. The result is high-fidelity data that supports development, AI experimentation and transformation without any of the privacy risks.

    DataMasque automatically preserves referential integrity across policies, claims and related records, ensuring critical data relationships are maintained for end-to-end insurance workflow testing.

    Highlights

    • Guidewire Cloud customers deploy DataMasque within their secure AWS environment. A pre-configured automation takes a secure snapshot of the Guidewire instance and, using a pre-defined Guidewire Cloud ruleset, DataMasque replaces sensitive information with synthetically identical customer data.
    • DataMasque can preserve referential integrity across Guidewire and other core systems. Policies, claims and related records remain connected and consistent, ensuring full utility and fidelity for end-to-end insurance workflow testing.
    • DataMasque's synthetically identical customer data looks and behaves the same way as your real data, maintaining patterns, statistical accuracy and edge cases, without any sensitive information. Irreversible de-identification removes compliance friction from AI development, migrations, software development and third-party data sharing.

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Rhel 9.4

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    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

    DataMasque for Guidewire Cloud

     Info
    Pricing is based on the duration and terms of your contract 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.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    12-month contract (1)

     Info
    Dimension
    Description
    Cost/12 months
    guidewire_tb
    Guidewire TB
    $25,000.00

    AI Insights

     Info

    Dimensions summary

    This listing uses a single pricing dimension based on Guidewire TB, so you pay according to the volume of Guidewire Cloud data you mask, measured in terabytes. Pricing scales with the amount of data you process rather than by user count or number of masking runs. As your masked data volume grows, your cost adjusts to match. This is a contract-based purchase, so you commit to a term and settle billing through your AWS account for consolidated invoicing.

    Top-of-mind questions for buyers

    One unit equals one terabyte of Guidewire Cloud data that the software masks. Billing counts the volume of data processed, not the number of users, databases, or masking runs. As the volume of masked data grows, the number of terabyte units you consume increases accordingly.
    You can perform masking runs on data of any size. Your cost tracks the terabytes of Guidewire Cloud data you mask, so running more or larger jobs raises the volume billed. There is no separate charge tied to the count of runs.
    The software discovers and masks sensitive data using keyword and pattern searches. It applies irreversible masking through a salted cryptographic hash, keeps masked values consistent across sources, and maintains referential integrity for primary, unique, and foreign keys. It integrates with existing CI/CD tools through an API-first design.
    datamasque.com+3
    Helpful?

    Vendor refund policy

    Refunds and cancellations are not available.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    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

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes
    Ruleset Generation Configurations

    Ruleset generation configurations map each discovered label to the mask used when generating a ruleset. Discovery configurations now cover only finding and classifying sensitive data, and existing ones are automatically migrated to companion generation configurations on upgrade.

    Discovery Config Libraries

    Discovery configurations can now share reusable blocks of labels, metadata rules, and In-Data Discovery rules through config libraries and imports, instead of duplicating the same definitions in every configuration.

    Email Mask

    A new email mask generates realistic email addresses deterministically, so the same address masks to the same value across tables. The ruleset generator now suggests it automatically for email columns.

    Imitate Date Mask

    A new imitate_date mask handles date and datetime columns that must stay unique. Every value maps to a different date within the column's own range, so primary key and unique columns can be masked without constraint violations.

    List Comparisons for Conditional Masking

    Conditional masking now supports in and not_in comparison types, matching a column value against a list instead of chaining multiple equals conditions.

    Direct Import of Generated Rulesets

    Generated rulesets can now be imported straight into DataMasque under a name prefix, without downloading a ZIP and uploading it again. DataMasque also sends a notification when ruleset generation finishes, including a download link.

    Row Counts in Schema Discovery

    Database schema discovery results and the discovery report now include row counts, with a row_count_method option to choose between estimated and exact counts. Row counts are captured only when In-Data Discovery is enabled.

    File Size and Row Counts in File Discovery

    File discovery results and the discovery report now include file size and row count for each discovered file.

    Length-Preserving from_file Mask

    The from_file mask gains a preserve_length option that prefers replacement values with the same character count as the original, avoiding overlapping or overflowing text in masked documents.

    Amazon Aurora Resource Tagging

    AWS resource tagging now covers Amazon Aurora. Aurora clusters are tagged after masking so the tags propagate to their snapshots, which requires additional IAM permissions on your tagging policy.

    Breaking Change: Consolidated Ruleset Validation Errors

    The validation_error, validation_error_type, and errors fields have been removed from the Ruleset and Ruleset Library API objects, replaced by a single structured validation_errors list. Scripts that read the old fields must be updated.

    Broader Safe Data Preview Profiling

    Safe Data Preview now profiles a JSON path or nested Parquet column from every data type found there, rather than just one.

    Safe Data Preview Report Formatting

    String Common Lengths values in the discovery report are now quoted, so Excel reads them as text instead of interpreting them as a time value.

    More Reliable Fresh Installations

    Container startup is now ordered so that shared storage is set up once, making fresh installations more reliable.

    Ruleset Exports Include Library Seed Files

    Ruleset exports now include seed files that are referenced only by an imported ruleset library.

    Additional details

    Usage instructions

    Please follow the steps below to complete setting up your DataMasque instance:

    1. Access the application via a web browser at https://<instance-ip-or-hostname>. The application may take a few minutes to start. Please refresh the page if you encounter the "Unexpected Error" message.

    2. Complete the first-time installation page by providing the following information:

    • Email address of the DataMasque admin user. This email address is stored on the DataMasque EC2 instance and is used for the purposes of providing 'Forgotten Password' account recovery and critical system notifications. DataMasque will not have access to this information.

    • Password for the admin user.

    • Hostnames or IP addresses to access the DataMasque instance.

    • The SMTP settings specific to your organisation.

    • The instance ID of your EC2 instance.

    1. You will be re-directed to the DataMasque login screen. Please proceed to login with the admin password you have just configured.

    Note:

    • When you use our software we may receive and store usage data and information relating to the performance and use of the Software. We will not disclose any system information which identifies the user or the user environment to third parties.
    • To upgrade your DataMasque version, contact the DataMasque team via https://datamasque.com/contact/?source=support_ticket  or support@datamasque.com  to request your access to the DataMasque Customer Portal and download the new DataMasque software version.

    Resources

    Vendor resources

    Support

    Vendor support

    DataMasque provides full product and installation support within 72 hours of making an enquiry. Contact the support team at support@datamasque.com  for any enquiries you may have.

    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 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.