FIS DevOps Enablement provides a set of automation, CI/CD, infrastructure-as-code integrations, and container orchestration tools optimized for compliance-driven finance environments, including brokerage firms.
Integrated development and operations tools supporting continuous integration/continuous deployment (CI/CD) for rapid and reliable application delivery.
More DevOps Toolchains
More IT and Infrastructure ...
Pipeline Visualization Visual representation of the entire CI/CD pipeline for better understanding and management. |
Marketing mentions pipeline templates, visual dashboards, and pipeline overviews, indicating pipeline visualization capability. | |
Pipeline as Code Ability to define pipelines using source-controlled configuration files (e.g., YAML). |
The product markets 'pipeline as code' and infrastructure as code support indicating use of config-as-code (e.g., YAML style workflows). | |
Multiple Pipeline Support Capacity to manage multiple pipelines concurrently for different projects or branches. |
No information available | |
Pipeline Execution Speed Average time required to run a complete pipeline from start to finish. |
No information available | |
Manual Pipeline Triggers Option for manual approval or trigger of pipeline stages. |
Manual approvals and gates are documented as part of regulated CI/CD process in finance. | |
Automatic Rollbacks Automatic rollback functionality in case of failed deployments. |
Auto rollback on deployment failure is mentioned as a feature. | |
Pipeline Caching Support for caching build dependencies to speed up subsequent pipeline runs. |
Pipeline caching for build acceleration mentioned in performance features. | |
Pipeline Logs Detailed logging of pipeline execution and outcomes. |
Detailed build and deployment logs highlighted in documentation. | |
Pipeline Analytics Analytical insights on pipeline performance and failure points. |
Pipeline analytics/reports and CI/CD metrics are described in product literature. | |
Parallel Stage Execution Ability to run different stages of the pipeline in parallel to reduce build times. |
Parallel execution of jobs and stages is supported by the orchestration engine. |
Multi-VCS Support Integration with multiple version control systems like Git, SVN, Mercurial, etc. |
Supports multiple source control integrations (Bitbucket, GitHub Enterprise, etc.). | |
Branch Management Advanced branch and merge management features. |
Branch, merge, and release workflows specifically cited for compliance workflows. | |
Commit Triggered Pipelines Automatic pipeline initiation upon code commits or pull requests. |
Product automatically triggers pipelines on commit or PR. | |
Repo Size Limit Maximum repository size supported. |
No information available | |
Webhooks Support for webhooks to integrate repository events with external systems. |
Webhooks supported for repository-to-pipeline integrations and external eventing. | |
Code Review Integration Built-in or integrated code review workflow support. |
Integrated code review and approvals for compliance; can integrate with external review tools. | |
Pull Request Automation Support for automations on pull/merge requests (e.g., auto-merge, status checks). |
Pull/merge request automation (auto-merge, triggers, status checks) is documented. | |
Tag & Release Management Comprehensive tagging and release creation features. |
Supports tagging and release process management as part of version control features. | |
Access Control per Repo Granular access and permission control for each repository. |
Granular access control documented, supporting per-repo permissions. |
Infrastructure as Code Support Support for managing infrastructure using code (e.g., Terraform, CloudFormation). |
Explicitly supports IaC tools (Terraform, CloudFormation). | |
Cloud Provider Integration Ability to connect and manage resources across multiple cloud platforms. |
Integrates natively with AWS, Azure, GCP, and private cloud. | |
Autoscaling Automated resource scaling based on workload or policies. |
Autoscaling for deployment clusters mentioned as part of orchestration. | |
Orchestration Tools Integration Support for integration with tools like Kubernetes, Ansible, Chef, Puppet, etc. |
Integrations with Kubernetes and Ansible, plus supported integrations with other orchestration tools. | |
Infrastructure Provisioning Speed Average time taken to provision infrastructure using the tool. |
No information available | |
Idempotent Deployments Ensures repeated executions achieve the same state without errors. |
Deployment engine supports idempotent runs; repeated jobs don't cause errors. | |
Policy as Code Enforce compliance and security policies through code. |
Compliance policies via code (OPA, Sentinel, custom) are highlighted. | |
Resource Inventory Management Detailed inventory tracking of deployed resources. |
Maintains cloud resource inventory through console/dashboards. | |
Change Rollback Ability to rollback infrastructure changes to a previous state. |
Includes rollback support for infrastructure changes in IaC workflow. | |
Multi-Environment Support Manage infrastructure across different environments (dev, QA, prod). |
Supports multiple environments (dev, staging, prod) natively. |
Secrets Management Built-in tools or integrations for handling and storing secrets securely. |
Secrets storage and integration with HashiCorp Vault and cloud KMS listed. | |
Role-Based Access Control Support for defining roles and permissions at granular levels. |
Role-based access controls for all CI/CD and infra features. | |
Audit Logs Detailed event logs for security and compliance auditing. |
Activity/audit logging available for all pipeline activities. | |
Vulnerability Scanning Automated scanning for code, dependencies, or container vulnerabilities. |
Integration with SCA tools and container vulnerability scanning supported. | |
Compliance Reports Ability to generate standardized compliance reports (e.g., SOC2, PCI). |
Can generate compliance reports including audit events, approvals, and controls. | |
Encrypted Communications Encryption for data in transit and at rest. |
Documentation states encryption at rest and in transit for pipeline data. | |
Policy Enforcement Enforcement of security policies at every stage. |
Product advertises end-to-end security policy enforcement at each pipeline stage. | |
Credential Rotation Automated scheduled rotation of credentials. |
Credential rotation features highlighted for compliance requirements. | |
Two-Factor Authentication 2FA/MFA support for console and API access. |
Supports 2FA/MFA for console and API access via SSO integrations. | |
Compliance Benchmarking Automated checking of infrastructure against compliance frameworks (e.g., CIS benchmarks). |
No information available |
Real-Time Monitoring Live health/status monitoring of all relevant services. |
Built-in observability, including real-time status views for deployments and clusters. | |
Automated Alerting Customizable alerts triggered by events or thresholds. |
Event-driven alerting and configurable alert policies. | |
Log Aggregation Centralized collection and search of application/infrastructure logs. |
Log aggregation and log search provided as part of platform observability. | |
Metrics Dashboard Customizable visual dashboards for system/application metrics. |
Metrics dashboards for CI/CD and infrastructure are featured. | |
Third-Party Monitoring Integration Compatible with external monitoring platforms (e.g., Datadog, Prometheus). |
Pre-built support for integration with tools like Datadog, Prometheus, and Splunk. | |
Incident Tracking Integrated tools for creating and managing incidents. |
Incident tracking integrated with ITSM systems (e.g., ServiceNow). | |
Log Retention Period Maximum duration logs are retained. |
No information available | |
Custom Metrics Collection Support for user-defined metrics tracking. |
Custom user-defined metrics collection supported; metrics export to external systems. | |
Anomaly Detection Automatic identification of unusual patterns or behaviors. |
No information available | |
Alert Escalation Policies Configurable escalation chains for unresolved alerts. |
No information available |
Automated Unit Testing Built-in support for running automated unit tests. |
Automated unit testing integration via Jenkins, GitLab CI or similar tools. | |
Integration Test Support Ability to run integration tests as part of the pipeline. |
Allows for running and configuring integration tests in pipeline definition. | |
Test Coverage Analysis Calculation and display of code test coverage metrics. |
Supports code coverage analysis through integrations and native CI/CD reporting. | |
Performance/Load Testing Integration Capability to execute and analyze performance/load tests. |
Performance/load testing tools supported via integrations with JMeter, LoadRunner, etc. | |
Parallel Test Execution Ability to execute multiple test suites in parallel. |
Enables parallel test execution to shorten test times. | |
Test Result Reporting Detailed, accessible reports and dashboards for test runs. |
Automated and manual test results reporting through dashboards. | |
Static Analysis Integration Integration with static code analysis/security tools. |
Integration with SAST and static code analysis security tools. | |
Pre-Production Environment Simulation Environments closely replicating production for QA/testing. |
Supports pre-production/test environment simulation aligned with production. | |
Test Data Management Tools to create, manage, and anonymize test datasets. |
Test data management features and anonymization described for UAT and compliance. | |
Manual Testing Support Features to facilitate and document manual QA processes. |
Manual testing support provided for compliance checks (manual approval steps, evidence capture). |
API Access Comprehensive APIs for automating and customizing workflows. |
APIs available for workflows, triggers, and integrations. | |
Plugin Marketplace Availability of a marketplace for third-party integrations and plugins. |
Plugin and integration marketplace featured in product information. | |
Custom Script Support Ability to run custom scripts at various pipeline stages. |
Custom build/deploy/test scripting documented for advanced workflows. | |
Event Hooks Configurability of actions triggered by custom events or pipeline states. |
Event hooks and event-driven actions definable in pipeline config. | |
RESTful API Coverage Proportion of functionality exposed via REST API. |
No information available | |
Integrations Library Pre-built connectors/integrations with popular DevOps and IT tools. |
Integrations library includes connectors for popular DevOps and IT tools. | |
Custom UI Widgets Ability to extend/modify interface with custom UI components. |
No information available | |
CLI Tooling Availability of command-line tools for scripting and automation. |
CLI tooling available for automation and scripting. | |
Support for Multiple Programming Languages Compatibility with different languages and build tools. |
Supports pipelines for Java, Python, .NET, Node.js, and more. | |
Event-Driven Workflows Support for triggering pipelines and integrations based on external events. |
Event-driven workflow triggers (webhooks, CI events) are built-in. |
User Activity Tracking Tracking individual user actions in the platform for transparency. |
User activity tracking and audit visible in compliance dashboards. | |
Commenting and Discussion Threads Inline comments and discussions within pipelines and code reviews. |
Inline commenting and discussion threads available in code review components. | |
Notifications and Subscriptions Customizable notifications via email, chat, or other channels. |
Customizable notifications via email, Slack, Teams, and webhook channels. | |
Team/Project Organization Features for logically organizing users into teams or projects. |
Teams and project-based organization described in user management documentation. | |
Shared Dashboards Collaborative dashboards that can be shared among users or teams. |
No information available | |
Ownership Assignment Ability to assign owners or responsible parties to resources/stages. |
Ownership assignment at resource and stage level is supported. | |
Access Control Lists Granular permissions for resources and actions. |
Granular ACLs (access control lists) supported for repos, pipelines, and infra. | |
Integrated ChatOps Integration with chat platforms (e.g., Slack, Teams) for DevOps automation. |
ChatOps integration with Slack and Teams for pipeline notifications and control. | |
Activity Feed Chronological feed of all relevant actions and system events. |
No information available | |
Audit Trails Immutable logs of changes, actions, and access for accountability. |
Immutable audit trails and logs form part of compliance documentation. |
Concurrent Builds/Deployments Maximum number of concurrent build or deployment jobs supported. |
No information available | |
High-Availability Architecture Designed for minimal downtime and fault-tolerance. |
Highly-available architecture is described as standard for FIS cloud deployments. | |
Horizontal Scalability Ability to increase capacity by adding more nodes/instances. |
Horizontal and elastic scalability enabled by orchestration frameworks. | |
Latency Typical response time for key user operations. |
No information available | |
Resource Auto-Allocation Automatic allocation of computational resources as needed. |
Automatic allocation of resources per pipeline stage/deployment. | |
Job Queue Length Limit Maximum number of jobs allowed in the queue. |
No information available | |
Geographically Distributed Deployments Support for deployment across different regions or data centers. |
Deployments can be distributed across multiple regions/clouds for redundancy. | |
Disaster Recovery Support Built-in disaster recovery and failover mechanisms. |
Disaster recovery and resilient failover features highlighted. | |
Self-Healing Systems Automated remediation of common failures or disruptions. |
Platform supports automated system remediation for common infrastructure failures. | |
Elastic Scaling Policies Configuration of scaling policies based on real-time metrics. |
Elastic scaling policies definable based on monitored platform/application metrics. |
Intuitive User Interface Clean, well-designed UI with helpful hints/tooltips. |
Product emphasizes clean, role-based UI design and ease of use. | |
Comprehensive Documentation Extensive online guides, reference manuals, and tutorials. |
Extensive documentation, tutorials, and regulatory compliance guidance available. | |
Onboarding Workflow Step-by-step onboarding, setup wizards, and sample configurations. |
Step-by-step onboarding workflows and guided configuration wizards included. | |
Role-Based Dashboards Custom dashboards depending on user roles (developer, admin, etc.). |
Dashboards and views tailored by user role (admin, developer, compliance, etc.). | |
Multi-Language UI User interface available in multiple languages. |
No information available | |
In-Product Help System Contextual help, support links, and guided tours. |
In-product help, documentation links, and guided tours provided. | |
Customer Support Availability Level of customer support provided (hours per day/week). |
No information available | |
Community Support Active user community, forums, and third-party resources. |
Active vendor and user community with forums and knowledge base. | |
Accessibility Compliance Conforms to accessibility standards (e.g., WCAG, ADA). |
No information available | |
Product Training Programs Formal training, certifications, or workshops offered. |
Training and certification programs available for users and partners. |
This data was generated by an AI system. Please check
with the supplier. More here
While you are talking to them, please let them know that they need to update their entry.