Skip to content

Glossary

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

ARM (Advanced RISC Machines)

ARM is a family of central processing unit (CPU) architectures based on the RISC (Reduced Instruction Set Computer) design strategy.

ARM focuses on high efficiency and low power consumption, making it the dominant architecture for mobile devices, IoT, and increasingly, high-performance laptops and data centers.

Game Warden supports both AMD64/x86_64 and ARM64 architectures.


AWS Aurora

Amazon Aurora is a cloud-native, fully managed relational database service (RDS) provided by AWS. It is designed to combine the performance and availability of high-end commercial databases with the simplicity and cost-effectiveness of open-source engines.

Game Warden provides support for Amazon Aurora at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS DocumentDB

Amazon DocumentDB (with MongoDB compatibility) is a fully managed, scalable, and highly available NoSQL database service designed to store, query, and index JSON data.

Game Warden provides support for Amazon DocumentDB at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS EBS (Elastic Block Store)

Amazon EBS is a high-performance, scalable block storage service designed for use with Amazon EC2.

Game Warden provides support for Amazon EBS at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS EC2 (Elastic Cloud Compute)

Amazon EC2 is a web service that provides secure, resizable compute capacity in the cloud. It is essentially a virtual server (called an "instance") that you can configure with the operating system, memory, CPU, and storage of your choice.

Game Warden provides support for Amazon EC2 at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS EFS (Elastic File Storage)

Amazon EFS is a serverless, fully managed Network File System (NFS). It is essentially a shared folder that thousands of EC2 instances, containers (ECS/EKS), or on-premises servers can connect to at the exact same time. It automatically grows and shrinks as you add or remove files, so you never have to worry about running out of space.

Game Warden provides support for Amazon EFS at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS EKS (Elastic Kubernetes Service)

Amazon EKS is a managed service that makes it easy to run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane or nodes.

Game Warden provides support for Amazon EKS at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS ElastiCache

Amazon ElastiCache is a fully managed, in-memory data store and cache service. It is designed to improve the performance of web applications by allowing you to retrieve information from fast, managed in-memory caches, instead of relying entirely on slower disk-based databases.

Game Warden provides support for Amazon ElastiCache at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS IAM (Identity and Access Management)

AWS IAM is the foundational security service that controls who can access your AWS resources and what they can do. It is the "gatekeeper" of your entire cloud environment.

Game Warden provides support for AWS IAM at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS KMS (Key Management Service)

Amazon KMS is a managed service that makes it easy for you to create and control the cryptographic keys used to protect your data. It uses Hardware Security Modules (HSMs) to protect the secrecy of your keys.

Game Warden provides support for AWS KMS at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS RDS (Relational Database Service)

Amazon RDS is a managed service that makes it easy to set up, operate, and scale a relational database in the cloud. It automates time-consuming administration tasks like hardware provisioning, database setup, patching, and backups.

Game Warden provides support for Amazon RDS at IL2, IL4, IL5, and IL6 as well as for FedRAMP and Commercial environments.


AWS SNS (Simple Notification Service)

Amazon SNS is a fully managed, high-performance pub/sub (publish/subscribe) messaging service. It allows you to decouple microservices and distributed systems by broadcasting messages from a single "publisher" to multiple "subscribers" (a pattern known as Fan-out).

Game Warden provides support for Amazon SNS at IL2, IL4, IL5, and IL6 as well as for FedRAMP and Commercial environments.


AWS SQS (Simple Queue Service)

Amazon SQS is a fully managed message queuing service that allows you to decouple and scale microservices, distributed systems, and serverless applications. Unlike SNS (which pushes messages to many), SQS is a "pull" service where messages are stored in a queue until a "worker" (like a Lambda function or an EC2 instance) is ready to pick them up and process them. It acts as a reliable buffer that prevents your system from crashing during traffic spikes.

Game Warden provides support for Amazon SQS at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS S3 (Simple Storage Service)

Amazon S3 is an object storage service that offers industry-leading scalability, data availability, security, and performance. Unlike a traditional hard drive (block storage) or a shared folder (file storage), S3 stores data as objects within buckets.

Game Warden provides support for Amazon S3 at IL2, IL4, IL5, and IL6 as well as for FedRAMP and Commercial environments.


AWS VPC (Virtual Private Cloud)

Amazon VPC is a foundational networking service that lets you provision a logically isolated section of the AWS Cloud. It gives you full control over your virtual networking environment, including resource placement, connectivity, and security.

Game Warden provides support for Amazon VPC at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS SES (Simple Email Service)

Amazon SES is a cost-effective, flexible, and scalable email service that enables developers to send mail from within any application. It is designed to handle both transactional messages (such as password resets) and marketing messages (such as newsletters) at a massive scale.

Game Warden provides support for Amazon SES at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Transit Gateway

Amazon Transit Gateway is a central hub that connects your Virtual Private Clouds (VPCs) and on-premises networks. Think of it as a cloud router that simplifies your network topology.

Game Warden provides support for Amazon Transit Gateway at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Backup

Amazon Backup is a fully managed, policy-based service that centralizes and automates data protection across AWS services and hybrid workloads. While individual services such as EBS or RDS have their own snapshot tools, Amazon Backup provides a single pane of glass to manage schedules, retention, and compliance for your entire cloud estate.

Game Warden provides support for Amazon Backup at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS DynamoDB

Amazon DynamoDB is a serverless, NoSQL key-value database service that provides single-digit millisecond performance at any scale. It can handle more than 100 million requests per second while maintaining consistent, lightning-fast response times.

Game Warden provides support for Amazon DynamoDB at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Athena

Amazon Athena is an interactive, serverless query service that makes it simple to analyze data directly in Amazon S3 using standard SQL.

Unlike a traditional data warehouse that requires you to "load" data into its own proprietary storage before you can query it, Athena uses a "Schema-on-Read" approach. It treats your files in S3 (like CSV, JSON, or Parquet) as if they were database tables, allowing you to run complex analytics on raw data almost instantly.

Game Warden provides support for Amazon Athena at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS MSK (Managed Streaming for Apache Kafka)

Amazon MSK is a fully managed service that allows you to build and run applications that use Apache Kafka to process streaming data without needing to manage the underlying Kafka infrastructure.

Game Warden provides support for Amazon MSK at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS OpenSearch Service

Amazon OpenSearch Service (formerly Amazon Elasticsearch Service) is a fully managed service that allows you to deploy, operate, and scale OpenSearch clusters in the AWS Cloud. It is a distributed, open-source search and analytics suite used for a broad range of use cases, from simple website search to complex real-time log analytics and generative AI applications.

Game Warden provides support for Amazon OpenSearch Service at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Textract

Amazon Textract is a fully managed machine learning service that automatically extracts printed text, handwriting, and data from scanned documents.

Game Warden provides support for Amazon Textract at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Lambda

AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers.

Game Warden provides support for AWS Lambda at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS ASK (Alexa Skills Kit)

Amazon ASK is a software development framework that allows developers to build, manage, and publish Alexa skills-the "apps" that power voice-activated experiences on millions of Alexa-enabled devices.

Game Warden plans to support Amazon ASK in the near future.


AWS Sagemaker

Amazon SageMaker is a comprehensive, fully managed service that provides every developer and data scientist with the ability to build, train, and deploy machine learning (ML) models quickly.

Game Warden provides support for Amazon SageMaker at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon API Gateway

Amazon API Gateway is a fully managed service that makes it easy to create, publish, maintain, monitor, and secure APIs at any scale. It acts as the "front door" for applications to access backend services, business logic, or data.

Game Warden provides support for Amazon API Gateway at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon AppFlow

Amazon AppFlow is a fully managed integration service that enables secure, bi-directional data transfers between AWS services and SaaS applications without writing custom code.

Game Warden provides support for Amazon AppFlow at IL2, as well as for FedRAMP and Commercial environments.


Amazon Bedrock

Amazon Bedrock is a fully managed service that provides access to high-performing foundation models from leading AI companies through a single API, enabling teams to build and scale generative AI applications.

Game Warden provides support for Amazon Bedrock at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Chime SDK

Amazon Chime SDK is a set of real-time communications components that enables developers to add audio, video, and data sharing capabilities to their applications using AWS infrastructure.

Game Warden provides support for Amazon Chime SDK at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Cloud Directory

Amazon Cloud Directory is a highly available, multi-tenant directory service that provides a flexible way to create and organize hierarchies of data along multiple dimensions.

Game Warden provides support for Amazon Cloud Directory at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon CloudFront

Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency. Note: Content delivery through Amazon CloudFront Embedded Points of Presence is excluded.

Game Warden provides support for Amazon CloudFront at IL2, as well as for FedRAMP and Commercial environments.


Amazon CloudWatch

Amazon CloudWatch is a monitoring and observability service that collects and tracks metrics, logs, and events across your AWS resources and applications, enabling you to detect anomalous behavior and set alarms.

Game Warden provides support for Amazon CloudWatch at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon CloudWatch Logs

Amazon CloudWatch Logs enables you to centralize logs from all your systems, applications, and AWS services in a single, scalable service for monitoring, storing, and accessing log files.

Game Warden provides support for Amazon CloudWatch Logs at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Cognito

Amazon Cognito provides user identity and access management for web and mobile applications, supporting sign-up, sign-in, and access control with built-in multi-factor authentication and federation with external identity providers.

Game Warden provides support for Amazon Cognito at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Comprehend

Amazon Comprehend is a natural language processing (NLP) service that uses machine learning to find insights and relationships in text, such as extracting key phrases, entities, and sentiment.

Game Warden provides support for Amazon Comprehend at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Comprehend Medical

Amazon Comprehend Medical is a HIPAA-eligible NLP service that uses machine learning to extract relevant medical information from unstructured text such as physician notes and clinical trial reports.

Game Warden provides support for Amazon Comprehend Medical at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Connect

Amazon Connect is a cloud-based contact center service that enables businesses to deliver customer service at any scale, supporting omnichannel communications including voice, chat, and tasks.

Game Warden provides support for Amazon Connect at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Data Firehose

Amazon Data Firehose is a fully managed service for delivering real-time streaming data to destinations such as Amazon S3 and Amazon Redshift without requiring custom code.

Game Warden provides support for Amazon Data Firehose at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon DataZone

Amazon DataZone is a data management service that enables organizations to catalog, discover, share, and govern data assets across organizational boundaries while enforcing fine-grained access control.

Game Warden provides support for Amazon DataZone at IL2, as well as for FedRAMP and Commercial environments.


Amazon Detective

Amazon Detective is a security service that automatically collects log data from your AWS resources and uses machine learning and graph theory to help you investigate potential security issues.

Game Warden provides support for Amazon Detective at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon DevOps Guru

Amazon DevOps Guru is a machine learning-powered service that detects operational issues, analyzes root causes, and recommends remediations to improve application availability and reliability.

Game Warden provides support for Amazon DevOps Guru at IL2, as well as for FedRAMP and Commercial environments.


Amazon EC2 Image Builder

Amazon EC2 Image Builder is a fully managed service that simplifies the creation, maintenance, validation, sharing, and deployment of customized, secure server images for EC2 and on-premises environments.

Game Warden provides support for Amazon EC2 Image Builder at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Elastic Container Registry (ECR)

Amazon ECR is a fully managed container image registry that makes it easy to store, share, and deploy container images and artifacts, integrating seamlessly with Amazon ECS, EKS, and AWS Lambda.

Game Warden provides support for Amazon ECR at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Elastic Container Service (ECS)

Amazon ECS is a fully managed container orchestration service that helps you deploy, manage, and scale containerized applications, integrating with AWS Fargate to run containers without managing servers.

Game Warden provides support for Amazon ECS at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Elastic MapReduce (EMR)

Amazon EMR is a managed big data platform that allows you to process vast amounts of data using open-source frameworks such as Apache Hadoop, Apache Spark, and Apache Hive.

Game Warden provides support for Amazon EMR at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon EventBridge

Amazon EventBridge is a serverless event bus service that makes it easy to connect applications using data from your own apps, integrated SaaS applications, and AWS services.

Game Warden provides support for Amazon EventBridge at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon FinSpace

Amazon FinSpace is a data management and analytics service purpose-built for the financial services industry, enabling organizations to store, catalog, prepare, and analyze financial data at scale.

Game Warden provides support for Amazon FinSpace at IL2, as well as for FedRAMP and Commercial environments.


Amazon Forecast

Amazon Forecast is a fully managed service that uses machine learning to deliver highly accurate forecasts based on historical time-series data, enabling organizations to predict business outcomes.

Game Warden provides support for Amazon Forecast at IL2, as well as for FedRAMP and Commercial environments.


Amazon FSx

Amazon FSx provides fully managed, feature-rich file systems including FSx for Windows File Server, FSx for Lustre, FSx for NetApp ONTAP, and FSx for OpenZFS, supporting a wide range of workloads.

Game Warden provides support for Amazon FSx at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon GuardDuty

Amazon GuardDuty is a threat detection service that continuously monitors your AWS accounts, workloads, and data for malicious activity and unauthorized behavior using machine learning and integrated threat intelligence.

Game Warden provides support for Amazon GuardDuty at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Inspector

Amazon Inspector is an automated vulnerability management service that continually scans AWS workloads for software vulnerabilities and unintended network exposure, providing prioritized findings.

Game Warden provides support for Amazon Inspector at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Inspector Classic

Amazon Inspector Classic is the previous generation of Amazon Inspector that assesses applications for exposure, vulnerabilities, and deviations from best practices using predefined rule packages.

Game Warden provides support for Amazon Inspector Classic at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Kendra

Amazon Kendra is an intelligent search service powered by machine learning, enabling organizations to search across multiple content repositories with natural language queries and receive highly accurate answers.

Game Warden provides support for Amazon Kendra at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Keyspaces (for Apache Cassandra)

Amazon Keyspaces is a scalable, highly available, and fully managed Apache Cassandra-compatible database service that allows you to run Cassandra workloads on AWS without managing infrastructure.

Game Warden provides support for Amazon Keyspaces at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Kinesis Data Streams

Amazon Kinesis Data Streams is a massively scalable, durable real-time data streaming service that can continuously capture gigabytes of data per second from hundreds of thousands of sources.

Game Warden provides support for Amazon Kinesis Data Streams at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Kinesis Video Streams

Amazon Kinesis Video Streams makes it easy to securely stream video from connected devices to AWS for analytics, machine learning, playback, and other processing.

Game Warden provides support for Amazon Kinesis Video Streams at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Lex

Amazon Lex is a fully managed AI service for building conversational interfaces using voice and text, powered by the same technology that powers Amazon Alexa.

Game Warden provides support for Amazon Lex at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Location Service

Amazon Location Service provides maps, places, routes, geofencing, and real-time tracking capabilities to add location functionality to your applications.

Game Warden provides support for Amazon Location Service at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Macie

Amazon Macie is a fully managed data security and privacy service that uses machine learning to automatically discover, classify, and protect sensitive data in Amazon S3 such as personally identifiable information (PII).

Game Warden provides support for Amazon Macie at IL2, as well as for FedRAMP and Commercial environments.


Amazon Managed Service for Apache Flink is a fully managed service that enables you to process and analyze streaming data in real time using Apache Flink without managing infrastructure.

Game Warden provides support for Amazon Managed Service for Apache Flink at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Managed Service for Prometheus

Amazon Managed Service for Prometheus is a fully managed, Prometheus-compatible monitoring service designed for container environments, providing high availability and scalability for metrics ingestion and querying.

Game Warden's support for Amazon Managed Service for Prometheus is currently under 3PAO assessment.


Amazon MemoryDB

Amazon MemoryDB is a Redis-compatible, durable, in-memory database service that delivers ultra-fast performance with Multi-AZ durability for modern applications.

Game Warden provides support for Amazon MemoryDB at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon MQ

Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ, making it easy to migrate existing message-broker workloads to the cloud without rewriting code.

Game Warden provides support for Amazon MQ at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Neptune

Amazon Neptune is a fully managed graph database service that supports both Property Graph and RDF models, enabling you to build and run applications that work with highly connected datasets.

Game Warden provides support for Amazon Neptune at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Pinpoint and End User Messaging

Amazon Pinpoint is a flexible, scalable outbound and inbound marketing communications service enabling engagement with customers across channels including email, SMS, push notifications, and voice.

Game Warden provides support for Amazon Pinpoint and End User Messaging at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Polly

Amazon Polly is a text-to-speech service that uses deep learning to synthesize natural-sounding human speech, enabling developers to add voice capabilities to their applications.

Game Warden provides support for Amazon Polly at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Q Business

Amazon Q Business is an AI-powered assistant that helps employees get answers, complete tasks, and generate content by connecting to your organization's data sources and knowledge bases.

Game Warden provides support for Amazon Q Business at IL2, as well as for FedRAMP and Commercial environments.


Amazon Q Developer in chat applications

Amazon Q Developer (formerly AWS Chatbot) is an AI coding assistant and DevOps tool that integrates with chat applications to help developers write, debug, and optimize code, and manage AWS resources.

Game Warden provides support for Amazon Q Developer in chat applications at IL2, as well as for FedRAMP and Commercial environments.


Amazon Quick Suite (QuickSight)

Amazon QuickSight (now Quick Suite) is a fully managed, cloud-native business intelligence service that delivers interactive dashboards, paginated reports, and embedded analytics at scale.

Game Warden provides support for Amazon Quick Suite at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Redshift

Amazon Redshift is a fully managed, petabyte-scale cloud data warehouse service that allows you to run complex analytical queries across structured and semi-structured data using standard SQL.

Game Warden provides support for Amazon Redshift at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Rekognition

Amazon Rekognition is a cloud-based computer vision service that can identify objects, people, text, scenes, and activities in images and videos, as well as detect inappropriate content.

Game Warden provides support for Amazon Rekognition at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Route 53

Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service that provides domain registration, DNS routing, and health checking capabilities.

Game Warden provides support for Amazon Route 53 at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon S3 Glacier

Amazon S3 Glacier is a secure, durable, and extremely low-cost cloud storage service designed for data archiving and long-term backup, with retrieval times ranging from minutes to hours.

Game Warden provides support for Amazon S3 Glacier at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Security Lake

Amazon Security Lake is a fully managed security data lake service that automatically centralizes security data from cloud, on-premises, and custom sources into a purpose-built data lake in your account.

Game Warden provides support for Amazon Security Lake at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Simple Workflow Service (SWF)

Amazon SWF is a fully managed state tracker and task coordinator service for building distributed, multi-step applications that need to track state, sequence tasks, and coordinate work across distributed components.

Game Warden provides support for Amazon SWF at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon Timestream for LiveAnalytics

Amazon Timestream for LiveAnalytics is a fast, scalable, serverless time-series database designed for IoT and operational applications, capable of storing and analyzing trillions of events per day.

Game Warden provides support for Amazon Timestream for LiveAnalytics at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Transcribe

Amazon Transcribe is a fully managed automatic speech recognition (ASR) service that uses machine learning to convert audio content to text with high accuracy and support for custom vocabularies.

Game Warden provides support for Amazon Transcribe at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Translate

Amazon Translate is a neural machine translation service that delivers fast, high-quality, customizable, and cost-effective language translation, supporting a wide range of language pairs.

Game Warden provides support for Amazon Translate at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon Verified Permissions

Amazon Verified Permissions is a scalable, fine-grained permissions management and authorization service for your applications, built on the Cedar policy language for defining and evaluating access policies.

Game Warden provides support for Amazon Verified Permissions at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Amazon WorkSpaces

Amazon WorkSpaces is a fully managed, persistent desktop virtualization service that enables users to access their Windows or Linux desktops from anywhere, on any device.

Game Warden provides support for Amazon WorkSpaces at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon WorkSpaces Applications

Amazon WorkSpaces Applications (formerly Amazon AppStream 2.0) is a fully managed application streaming service that delivers desktop applications to users in a web browser, without requiring device management.

Game Warden provides support for Amazon WorkSpaces Applications at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Amazon WorkSpaces Secure Browser

Amazon WorkSpaces Secure Browser is a fully managed, cloud-based browser that allows enterprise employees to access internal web apps and the internet in a controlled, secure environment.

Game Warden provides support for Amazon WorkSpaces Secure Browser at IL2, as well as for FedRAMP and Commercial environments.


AWS Application Auto Scaling

AWS Application Auto Scaling is a web service that enables automatic scaling for resources beyond Amazon EC2, including DynamoDB tables, ECS services, Aurora replicas, and more.

Game Warden provides support for AWS Application Auto Scaling at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Application Migration Service (MGN)

AWS Application Migration Service (MGN) is a highly automated lift-and-shift solution that simplifies, expedites, and reduces the cost of migrating applications to AWS.

Game Warden provides support for AWS Application Migration Service at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS App Mesh

AWS App Mesh is a service mesh that provides application-level networking, making it easy to monitor and control communications across microservices running on multiple types of compute infrastructure.

Game Warden provides support for AWS App Mesh at IL2, as well as for FedRAMP and Commercial environments.


AWS Artifact

AWS Artifact is a self-service audit artifact retrieval portal that provides on-demand access to AWS compliance reports such as SOC and PCI reports, and allows you to review and accept agreements.

Game Warden provides support for AWS Artifact at IL2, IL4, and IL5, and Commercial environments.


AWS Audit Manager

AWS Audit Manager helps you continuously audit your AWS usage to simplify how you manage risk and compliance with regulations and industry standards.

Game Warden provides support for AWS Audit Manager at IL2, as well as for FedRAMP and Commercial environments.


AWS Batch

AWS Batch enables developers, scientists, and engineers to efficiently run hundreds of thousands of batch computing jobs on AWS, dynamically provisioning the optimal quantity and type of compute resources.

Game Warden provides support for AWS Batch at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Billing Conductor

AWS Billing Conductor is a customizable billing service that allows AWS partners and enterprise organizations to create custom billing rates and display charges mapped to their internal structures.

Game Warden provides support for AWS Billing Conductor at IL2, IL4, and IL5, and Commercial environments.


AWS Budgets

AWS Budgets allows you to set custom cost and usage budgets, configure alerts when costs exceed thresholds, and respond automatically to budget overruns using AWS Budgets Actions.

Game Warden provides support for AWS Budgets at IL2, IL4, and IL5, and Commercial environments.


AWS Certificate Manager (ACM)

AWS Certificate Manager is a service that lets you easily provision, manage, and deploy public and private SSL/TLS certificates for use with AWS services and your internal connected resources.

Game Warden provides support for AWS Certificate Manager at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Clean Rooms

AWS Clean Rooms is a service that allows companies and their partners to match, analyze, and collaborate on their combined datasets without sharing or copying each other's underlying data.

Game Warden provides support for AWS Clean Rooms at IL2, as well as for FedRAMP and Commercial environments.


AWS Cloud9

AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug code through a web browser, preconfigured with essential tools for popular programming languages.

Game Warden provides support for AWS Cloud9 at IL2, as well as for FedRAMP and Commercial environments.


AWS Cloud Map

AWS Cloud Map is a cloud resource discovery service that allows you to define custom names for your application resources and maintain the updated location of dynamically changing resources.

Game Warden provides support for AWS Cloud Map at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS CloudFormation

AWS CloudFormation is an infrastructure-as-code service that allows you to model, provision, and manage AWS and third-party resources by treating infrastructure as code using templates.

Game Warden provides support for AWS CloudFormation at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS CloudHSM

AWS CloudHSM is a cloud-based hardware security module (HSM) that enables you to generate and use your own encryption keys on AWS, meeting corporate, contractual, and regulatory compliance requirements.

Game Warden provides support for AWS CloudHSM at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS CloudShell

AWS CloudShell is a browser-based shell that provides command-line access to AWS services directly from the AWS Management Console without requiring local configuration or credentials.

Game Warden provides support for AWS CloudShell at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS CloudTrail

AWS CloudTrail is a service that enables governance, compliance, and operational and risk auditing of your AWS account by recording API calls and delivering log files to your specified S3 bucket.

Game Warden provides support for AWS CloudTrail at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS CodeBuild

AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages without requiring you to provision, manage, or scale build servers.

Game Warden provides support for AWS CodeBuild at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS CodeCommit

AWS CodeCommit is a fully managed, highly scalable source control service that hosts secure Git-based repositories, eliminating the need to manage your own source control infrastructure.

Game Warden provides support for AWS CodeCommit at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS CodeDeploy

AWS CodeDeploy is a fully managed deployment service that automates software deployments to compute services such as Amazon EC2, AWS Lambda, and on-premises servers, enabling rapid and reliable updates.

Game Warden provides support for AWS CodeDeploy at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS CodePipeline

AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates.

Game Warden provides support for AWS CodePipeline at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Compute Optimizer

AWS Compute Optimizer recommends optimal AWS resources for your workloads to reduce costs and improve performance by using machine learning to analyze historical utilization metrics.

Game Warden provides support for AWS Compute Optimizer at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Config

AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources, tracking resource configuration changes and evaluating them against desired configurations.

Game Warden provides support for AWS Config at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Control Tower

AWS Control Tower provides an automated setup of a secure, multi-account AWS environment based on AWS best practices, offering governance guardrails to enforce policies across accounts.

Game Warden provides support for AWS Control Tower at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Cost and Usage Reports

AWS Cost and Usage Reports provides the most comprehensive set of cost and usage data available, publishing billing reports to an Amazon S3 bucket for integration with analytics and business intelligence tools.

Game Warden provides support for AWS Cost and Usage Reports at IL2, IL4, and IL5, and Commercial environments.


AWS Cost Explorer

AWS Cost Explorer is a tool that enables you to visualize, understand, and manage your AWS costs and usage over time, with features for identifying cost drivers and anomalies.

Game Warden provides support for AWS Cost Explorer at IL2, IL4, and IL5, and Commercial environments.


AWS Database Migration Service (DMS)

AWS DMS is a managed migration and replication service that helps move databases to AWS quickly and securely, supporting both homogeneous and heterogeneous migrations with minimal downtime.

Game Warden provides support for AWS DMS at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Data Exchange

AWS Data Exchange is a service that makes it easy for AWS customers to securely find, subscribe to, and use third-party data in the cloud.

Game Warden provides support for AWS Data Exchange at IL2 and Commercial environments.


AWS DataSync

AWS DataSync is a secure, online service that automates and accelerates moving data between on-premises storage and AWS storage services, as well as between AWS storage services.

Game Warden provides support for AWS DataSync at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Diode

AWS Diode is a one-way data transfer service designed for secure environments that require unidirectional data flows, enabling data to move from lower to higher security domains.

Game Warden provides support for AWS Diode at IL4, IL5, and IL6, and Commercial environments.


AWS Direct Connect

AWS Direct Connect is a networking service that provides a dedicated private connection between your on-premises network and AWS, offering more consistent network performance than internet-based connections.

Game Warden provides support for AWS Direct Connect at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Directory Service

AWS Directory Service for Microsoft Active Directory enables your AWS resources to use managed Active Directory in the AWS Cloud, making it easy to migrate directory-aware workloads.

Game Warden provides support for AWS Directory Service at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Edge Hub

AWS Edge Hub is a service that enables you to manage edge devices and synchronize data between edge applications and AWS Cloud services.

Game Warden provides support for AWS Edge Hub at IL2, IL4, and IL5, and Commercial environments.


AWS Elastic Beanstalk

AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications, automatically handling capacity provisioning, load balancing, scaling, and application health monitoring.

Game Warden provides support for AWS Elastic Beanstalk at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Elastic Disaster Recovery (AWS DRS)

AWS Elastic Disaster Recovery minimizes downtime and data loss by providing fast, reliable recovery of on-premises and cloud-based applications using affordable storage and point-in-time recovery.

Game Warden provides support for AWS Elastic Disaster Recovery at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Elemental MediaConvert

AWS Elemental MediaConvert is a file-based video transcoding service that converts video content from one format to another for broadcast and multi-screen delivery.

Game Warden provides support for AWS Elemental MediaConvert at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Elemental MediaLive

AWS Elemental MediaLive is a broadcast-grade live video processing service that creates high-quality video streams for broadcast television and internet-connected multiscreen devices.

Game Warden provides support for AWS Elemental MediaLive at IL6 and Commercial environments.


AWS Elemental MediaPackage

AWS Elemental MediaPackage reliably prepares and protects video for delivery over the internet, offering just-in-time video packaging and origination services for live and on-demand content.

Game Warden provides support for AWS Elemental MediaPackage at IL6 and Commercial environments.


AWS Entity Resolution

AWS Entity Resolution is a service that helps you match and link related data records across multiple applications, channels, and data stores without sharing underlying data.

Game Warden provides support for AWS Entity Resolution at IL2, as well as for FedRAMP and Commercial environments.


AWS Fault Injection Service

AWS Fault Injection Service is a fully managed fault injection service that enables teams to perform controlled chaos engineering experiments on AWS workloads to identify weaknesses and improve resilience.

Game Warden provides support for AWS Fault Injection Service at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Firewall Manager

AWS Firewall Manager is a security management service that enables you to centrally configure and manage firewall rules across your accounts and applications in AWS Organizations.

Game Warden provides support for AWS Firewall Manager at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Global Accelerator

AWS Global Accelerator is a networking service that improves the availability and performance of your applications by directing traffic through AWS's global network infrastructure.

Game Warden provides support for AWS Global Accelerator at IL2, as well as for FedRAMP and Commercial environments.


AWS Glue

AWS Glue is a serverless data integration service that makes it easier to discover, prepare, move, and integrate data from multiple sources for analytics, machine learning, and application development.

Game Warden provides support for AWS Glue at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Glue DataBrew

AWS Glue DataBrew is a visual data preparation tool that allows data analysts and scientists to clean and normalize data for analytics and machine learning without writing code.

Game Warden provides support for AWS Glue DataBrew at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Ground Station

AWS Ground Station is a fully managed service that lets you control satellite communications, process satellite data, and scale your operations without building or managing your own ground station infrastructure.

Game Warden provides support for AWS Ground Station at IL2, as well as for FedRAMP and Commercial environments.


AWS Health Dashboard

AWS Health Dashboard provides personalized information about events that can affect your AWS infrastructure, delivering relevant and timely information about service health and planned maintenance.

Game Warden provides support for AWS Health Dashboard at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS HealthImaging

AWS HealthImaging is a HIPAA-eligible service that helps healthcare providers and their software partners store, transform, and analyze medical images at petabyte scale.

Game Warden provides support for AWS HealthImaging at IL2, as well as for FedRAMP and Commercial environments.


AWS HealthLake

AWS HealthLake is a HIPAA-eligible service that enables healthcare organizations to store, transform, and analyze health data in the FHIR format to gain a complete view of patient health.

Game Warden provides support for AWS HealthLake at IL2, as well as for FedRAMP and Commercial environments.


AWS HealthOmics

AWS HealthOmics is a purpose-built service that helps healthcare and life science organizations store, query, and analyze genomic and other omics data to generate insights and accelerate scientific discoveries.

Game Warden provides support for AWS HealthOmics at IL2, as well as for FedRAMP and Commercial environments.


AWS IAM Identity Center

AWS IAM Identity Center (formerly AWS Single Sign-On) is a cloud-based SSO service that centrally manages single sign-on access to multiple AWS accounts and business applications with one set of credentials.

Game Warden provides support for AWS IAM Identity Center at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS IoT Core

AWS IoT Core is a managed cloud service that enables connected devices to securely interact with cloud applications and other devices, supporting billions of devices and trillions of messages.

Game Warden provides support for AWS IoT Core at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS IoT Device Defender

AWS IoT Device Defender is a security service that audits IoT device configurations against security best practices and continuously monitors connected devices for anomalous behavior.

Game Warden provides support for AWS IoT Device Defender at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS IoT Device Management

AWS IoT Device Management is a cloud-based service that enables you to remotely manage IoT devices at scale, including onboarding, organizing, monitoring, and managing devices throughout their lifecycle.

Game Warden provides support for AWS IoT Device Management at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS IoT Events

AWS IoT Events is a fully managed service that detects and responds to events from IoT sensors and applications, enabling you to monitor equipment and processes and trigger actions when conditions are met.

Game Warden provides support for AWS IoT Events at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS IoT Greengrass

AWS IoT Greengrass is an open-source edge runtime and cloud service that helps you build, deploy, and manage intelligent device software on IoT devices, enabling local processing and machine learning inference at the edge.

Game Warden provides support for AWS IoT Greengrass at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS IoT SiteWise

AWS IoT SiteWise is a managed service that simplifies collecting, organizing, and analyzing industrial equipment data from factory floors and remote locations to improve operational efficiency.

Game Warden provides support for AWS IoT SiteWise at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS IoT TwinMaker

AWS IoT TwinMaker is a service that makes it easier to create digital twins of real-world systems, enabling you to build operational dashboards to monitor and optimize industrial facilities.

Game Warden provides support for AWS IoT TwinMaker at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Lake Formation

AWS Lake Formation is a fully managed service that makes it easy to set up, secure, and manage your data lake, enabling fine-grained access control and data governance across your analytics services.

Game Warden provides support for AWS Lake Formation at IL6 and Commercial environments.


AWS License Manager

AWS License Manager makes it easier to manage software licenses from vendors such as Microsoft, SAP, and Oracle across AWS and on-premises environments, helping you control license usage and reduce costs.

Game Warden provides support for AWS License Manager at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Mainframe Modernization

AWS Mainframe Modernization provides managed tools and services for migrating and modernizing mainframe applications to AWS, enabling refactoring and replatforming of COBOL and PL/I workloads.

Game Warden provides support for AWS Mainframe Modernization at IL2, as well as for FedRAMP and Commercial environments.


AWS Managed Services (AMS)

AWS Managed Services provides ongoing management of your AWS infrastructure, helping enterprises improve operational efficiency, security, and compliance while reducing costs.

Game Warden provides support for AWS Managed Services at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Management Console

The AWS Management Console is a web-based unified interface for accessing and managing AWS services, providing dashboards, wizards, and tools to configure, monitor, and troubleshoot your AWS resources.

Game Warden provides support for the AWS Management Console at IL2, IL4, and IL5, and Commercial environments.


AWS Marketplace

AWS Marketplace is a digital catalog with thousands of software listings from independent software vendors that makes it easy to find, test, buy, and deploy software that runs on AWS.

Game Warden provides support for AWS Marketplace at IL2, IL4, IL5, and IL6, and Commercial environments.


AWS Network Firewall

AWS Network Firewall is a managed network security service that provides fine-grained control over network traffic for your VPCs, enabling stateful inspection, intrusion detection, and web filtering.

Game Warden provides support for AWS Network Firewall at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Network Manager

AWS Network Manager is a centralized network management service that helps you manage and monitor your global network, including AWS resources and SD-WAN devices, from a single dashboard.

Game Warden provides support for AWS Network Manager at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Organizations

AWS Organizations is an account management service that enables you to consolidate multiple AWS accounts into an organization, applying policy-based management for groups of accounts at scale.

Game Warden provides support for AWS Organizations at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Outposts (Software)

AWS Outposts is a fully managed service that extends AWS infrastructure, services, APIs, and tools to virtually any on-premises or edge location, enabling consistent hybrid cloud experiences.

Game Warden provides support for AWS Outposts (Software) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Private Certificate Authority

AWS Private Certificate Authority is a highly available, managed private CA service that enables you to create, issue, and manage private SSL/TLS certificates within your organization.

Game Warden provides support for AWS Private Certificate Authority at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Resource Access Manager (AWS RAM)

AWS Resource Access Manager enables you to securely share your AWS resources with any AWS account or within your organization, reducing resource duplication and operational overhead.

Game Warden provides support for AWS RAM at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Resilience Hub

AWS Resilience Hub provides a central place to define, validate, and track the resilience of your AWS applications, helping you ensure they meet defined recovery time and point objectives.

Game Warden provides support for AWS Resilience Hub at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Resource Groups

AWS Resource Groups lets you organize and manage related AWS resources into groups using tags or CloudFormation stacks, enabling bulk operations and streamlined management across services.

Game Warden provides support for AWS Resource Groups at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Secrets Manager

AWS Secrets Manager helps you protect access to your applications, services, and IT resources without hardcoding credentials, enabling you to rotate, manage, and retrieve secrets throughout their lifecycle.

Game Warden provides support for AWS Secrets Manager at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Security Hub CSPM

AWS Security Hub is a cloud security posture management (CSPM) service that provides a comprehensive view of your security state in AWS, aggregating security alerts and automated security checks across accounts.

Game Warden provides support for AWS Security Hub CSPM at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Security Incident Response

AWS Security Incident Response is a service that helps security teams quickly detect and respond to security incidents in AWS environments with automated triage and guided response workflows.

Game Warden's support for AWS Security Incident Response is currently under 3PAO assessment.


AWS Serverless Application Repository

AWS Serverless Application Repository is a managed repository for serverless applications, enabling teams to publish and share reusable serverless applications and accelerate development using pre-built components.

Game Warden provides support for the AWS Serverless Application Repository at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Service Catalog

AWS Service Catalog allows organizations to create and manage catalogs of IT services approved for use on AWS, enabling governance and self-service deployment of approved products.

Game Warden provides support for AWS Service Catalog at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Service Quotas

AWS Service Quotas is a service that provides a central location to view and manage your quotas for AWS services, enabling you to request quota increases directly from the console.

Game Warden provides support for AWS Service Quotas at IL2, IL4, IL5, and IL6, and Commercial environments.


AWS Shield (Standard and Advanced)

AWS Shield is a managed DDoS protection service that safeguards applications running on AWS against Distributed Denial of Service attacks, with Standard providing automatic protection and Advanced offering enhanced detection and response.

Game Warden provides support for AWS Shield at IL2, as well as for FedRAMP and Commercial environments.


AWS Signer

AWS Signer is a fully managed code signing service that ensures the trust and integrity of your code, enabling you to sign code artifacts for Lambda, IoT, and container images.

Game Warden provides support for AWS Signer at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Snowball Edge

AWS Snowball Edge is a physical data transport and edge computing device that helps move large amounts of data to and from AWS, while also supporting local processing in disconnected or remote environments.

Game Warden provides support for AWS Snowball Edge at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Step Functions

AWS Step Functions is a serverless visual workflow service that enables you to orchestrate AWS services and build resilient workflows by coordinating distributed applications and microservices using state machines.

Game Warden provides support for AWS Step Functions at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Storage Gateway

AWS Storage Gateway is a hybrid cloud storage service that provides on-premises access to virtually unlimited cloud storage, bridging on-premises environments with cloud-based storage such as Amazon S3 and FSx.

Game Warden provides support for AWS Storage Gateway at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Systems Manager

AWS Systems Manager is an operations hub for your AWS applications and infrastructure that provides unified visibility, control, and automation, including patch management, configuration compliance, and remote access.

Game Warden provides support for AWS Systems Manager at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Transfer Family

AWS Transfer Family is a fully managed file transfer service that enables secure file transfers directly into and out of Amazon S3 and Amazon EFS using protocols such as SFTP, FTPS, and FTP.

Game Warden provides support for AWS Transfer Family at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Trusted Advisor

AWS Trusted Advisor provides real-time guidance to help you provision your resources following AWS best practices, offering checks across cost optimization, performance, security, fault tolerance, and service limits.

Game Warden provides support for AWS Trusted Advisor at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Verified Access (AVA)

AWS Verified Access is a service that enables you to provide secure access to corporate applications without a VPN, verifying each request in real time based on identity and device security status.

Game Warden provides support for AWS Verified Access at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Web Application Firewall (WAF)

AWS WAF is a web application firewall that helps protect your web applications and APIs from common web exploits and bots that may affect availability, compromise security, or consume excessive resources.

Game Warden provides support for AWS WAF at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


AWS Web Application Firewall Classic (WAF Classic)

AWS WAF Classic is the previous generation of AWS WAF, providing rule-based filtering for web applications to block common attack patterns such as SQL injection and cross-site scripting.

Game Warden provides support for AWS WAF Classic at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Well-Architected Tool

The AWS Well-Architected Tool helps you review the state of your workloads and compare them to AWS architectural best practices across six pillars: operational excellence, security, reliability, performance efficiency, cost optimization, and sustainability.

Game Warden provides support for the AWS Well-Architected Tool at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS Wickr

AWS Wickr is an end-to-end encrypted messaging and collaboration service that provides military-grade security for communications, supporting messaging, voice, video, and file sharing.

Game Warden provides support for AWS Wickr at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AWS X-Ray

AWS X-Ray is a distributed tracing service that helps developers analyze and debug production, distributed applications, providing an end-to-end view of requests as they travel through your application.

Game Warden provides support for AWS X-Ray at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Blob Storage

Blob Storage is a managed service designed for storing massive amounts of unstructured data. Unlike traditional hierarchical file systems, it stores data as "blobs" (Binary Large Objects) in a flat namespace.

Game Warden provides support for Azure Blob Storage (including Azure Data Lake Storage Gen2) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Key Vault

Key Vault is a cloud-based service provided by Microsoft that serves as a centralized, secure repository for managing sensitive information. It is designed to solve the problem of "secret sprawl" by ensuring that passwords, encryption keys, and certificates are not hard-coded in applications or stored in insecure configuration files.

Game Warden provides support for Azure Key Vault at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure VM (Virtual Machine)

An Azure VMis an on-demand, scalable computing resource provided by Microsoft Azure. It is the core of Azure’s Infrastructure as a Service (IaaS) offering, providing you with a virtualized computer (including CPU, memory, storage, and networking) that runs in the cloud.

Game Warden provides support for Azure Virtual Machines at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure File

Azure Files is a fully managed, serverless cloud file-sharing service that allows you to create enterprise-grade file shares accessible via industry-standard protocols. Essentially, it provides "File-Server-as-a-Service," eliminating the need to manage physical hardware or patch operating systems.

Game Warden provides support for Azure Files at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Load Balancer

Azure Load Balancer is a high-performance, ultra-low-latency Layer 4 (TCP/UDP) load balancer that distributes incoming network traffic across a group of backend resources, such as Virtual Machines (VMs) or Azure Kubernetes Service (AKS) clusters.

Game Warden provides support for Azure Load Balancer at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure OpenAI

Azure OpenAI is a fully managed cloud service that provides enterprise-grade access to OpenAI’s powerful AI models (including the GPT-4, o1, and GPT-5 series) within the Microsoft Azure ecosystem.

Game Warden provides support for Azure OpenAI at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Service Bus

Azure Service Bus is a high-performance, fully managed enterprise message broker designed for reliable communication between decoupled applications and services.

Game Warden provides support for Azure Service Bus at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure SQL

Azure SQL is not a single product but a family of managed, secure, and intelligent database services built upon the familiar SQL Server engine.

Game Warden provides support for Azure SQL Database at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments. Azure SQL Managed Instance and SQL Server Stretch Database are supported at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Advisor

Azure Advisor is a personalized cloud consultant that analyzes Azure configurations and provides recommendations to help optimize deployments for reliability, security, operational excellence, performance, and cost.

Game Warden provides support for Azure Advisor at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure AI Builder

AI Builder is a Microsoft Power Platform capability that brings AI models directly into Power Apps and Power Automate, enabling users to add AI to business processes without writing code.

Game Warden provides support for Azure AI Builder at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Analysis Services

Azure Analysis Services is a fully managed platform-as-a-service (PaaS) that provides enterprise-grade data modeling in the cloud. It enables organizations to create semantic data models that combine data from multiple sources for business intelligence and analytics.

Game Warden provides support for Azure Analysis Services at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure API Management

Azure API Management is a fully managed service that helps organizations publish, secure, transform, maintain, and monitor APIs. It provides a gateway for routing requests to backend services and enforcing policies such as authentication, rate limiting, and caching.

Game Warden provides support for Azure API Management at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure API for FHIR

Azure API for FHIR is a managed, standards-based API service that enables organizations to store and exchange Protected Health Information (PHI) using the HL7 FHIR (Fast Healthcare Interoperability Resources) standard.

Game Warden provides support for Azure API for FHIR at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure App Configuration

Azure App Configuration is a managed service that provides a centralized store for managing application settings and feature flags. It allows teams to separate configuration from code and manage settings across environments.

Game Warden provides support for Azure App Configuration at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure App Service

Azure App Service is a fully managed platform for building and hosting web applications, REST APIs, and mobile backends. It supports multiple languages and frameworks and provides automatic scaling, load balancing, and integration with deployment pipelines.

Game Warden provides support for Azure App Service at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Application Gateway

Azure Application Gateway is a web traffic load balancer that enables managing traffic to web applications. It offers URL-based routing, SSL termination, Web Application Firewall integration, and autoscaling.

Game Warden provides support for Azure Application Gateway at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Arc

Azure Arc extends Azure management capabilities to infrastructure running outside of Azure, including on-premises servers, Kubernetes clusters, and SQL Server instances. It enables consistent governance, compliance, and operations across hybrid and multi-cloud environments.

Game Warden provides support for Azure Arc-enabled Kubernetes and Azure Arc-enabled servers at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments. Azure Arc-enabled SQL Server is supported at IL2, as well as for FedRAMP and Commercial environments.


Azure Automation

Azure Automation delivers a cloud-based automation service for process automation, configuration management, update management, and change tracking across Azure and non-Azure environments.

Game Warden provides support for Azure Automation at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Backup

Azure Backup is a cost-effective, secure, and zero-infrastructure cloud backup solution that protects data for Azure VMs, SQL databases, Azure file shares, and on-premises workloads.

Game Warden provides support for Azure Backup at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Bastion

Azure Bastion is a fully managed PaaS service that provides secure and seamless RDP and SSH connectivity to virtual machines directly over TLS, without exposing VMs to public internet access.

Game Warden provides support for Azure Bastion at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Batch

Azure Batch is a cloud-scale job scheduling and compute management service that enables running large-scale parallel and high-performance computing (HPC) applications efficiently in Azure.

Game Warden provides support for Azure Batch at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Blueprints

Azure Blueprints is a service for defining a repeatable set of Azure resources and policies that implement and adhere to standards, patterns, and requirements when deploying new environments.

Game Warden provides support for Azure Blueprints at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Bot Service

Azure Bot Service provides an integrated environment for building, testing, deploying, and managing intelligent bots. It integrates with Azure AI services and supports multiple channels including Teams, Slack, and web chat.

Game Warden provides support for Azure Bot Service at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Cache for Redis

Azure Cache for Redis is a fully managed, in-memory data store based on the Redis open-source software. It provides sub-millisecond response times for applications requiring high-throughput, low-latency data access for caching, session management, and real-time analytics.

Game Warden provides support for Azure Cache for Redis at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Cloud Services

Azure Cloud Services is a platform-as-a-service (PaaS) offering for deploying scalable, reliable cloud applications and APIs without managing the underlying virtual machine infrastructure. Cloud Services Extended Support offers the same capabilities deployed via Azure Resource Manager.

Game Warden provides support for Azure Cloud Services at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments. Cloud Services Extended Support is supported at IL2, as well as for FedRAMP and Commercial environments.


Azure Cloud Shell

Azure Cloud Shell is a browser-accessible, authenticated shell environment for managing Azure resources directly from the Azure portal. It provides both Bash and PowerShell experiences with pre-installed Azure CLI and Azure PowerShell tools.

Game Warden provides support for Azure Cloud Shell at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Container Apps

Azure Container Apps is a serverless container hosting service that enables running microservices and containerized applications without managing Kubernetes infrastructure. It supports event-driven scaling and integrates with Dapr.

Game Warden provides support for Azure Container Apps at IL2, as well as for FedRAMP and Commercial environments.


Azure Container Instances

Azure Container Instances provides the fastest and simplest way to run a container in Azure without managing virtual machines or higher-level services, offering per-second billing and hypervisor-level isolation.

Game Warden provides support for Azure Container Instances at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Container Registry

Azure Container Registry is a managed, private Docker registry service for storing and managing container images and related artifacts, integrating with Azure Kubernetes Service, Azure Container Instances, and CI/CD pipelines.

Game Warden provides support for Azure Container Registry at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Content Delivery Network (CDN)

Azure Content Delivery Network is a global CDN solution that delivers high-bandwidth content to users by caching assets at strategically placed physical nodes worldwide, reducing latency and improving user experience.

Game Warden provides support for Azure CDN at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Cosmos DB

Azure Cosmos DB (including DocumentDB) is a globally distributed, multi-model NoSQL database service designed for mission-critical applications requiring low latency and high availability at any scale. It supports multiple APIs including SQL, MongoDB, Cassandra, Gremlin, and Table.

Game Warden provides support for Azure Cosmos DB at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Cost Management and Billing

Azure Cost Management and Billing provides tools to monitor, allocate, and optimize cloud spend across Azure services. It includes cost analysis, budgets, alerts, and recommendations to help control and reduce costs.

Game Warden provides support for Azure Cost Management and Billing at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Customer Lockbox

Azure Customer Lockbox provides an interface for reviewing and approving or rejecting Microsoft engineer access requests to customer data during support operations, giving organizations explicit control over data access.

Game Warden provides support for Azure Customer Lockbox at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure CXP Nomination Portal

The Azure CXP Nomination Portal is a Microsoft customer experience program portal for nominating customers and workloads for proactive engagement with Azure engineering and customer success teams.

Game Warden provides support for Azure CXP Nomination Portal at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Data Box

Azure Data Box is a physical data transfer service that uses rugged Microsoft-supplied devices to move large amounts of data into and out of Azure when network transfer is impractical due to bandwidth constraints or data volume.

Game Warden provides support for Azure Data Box at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Data Explorer

Azure Data Explorer (Kusto) is a fast, fully managed data analytics service for real-time analysis of large volumes of data streaming from applications, websites, IoT devices, and other sources.

Game Warden provides support for Azure Data Explorer at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Data Factory

Azure Data Factory is a cloud-based ETL and data integration service that allows you to create data-driven workflows for orchestrating data movement and transforming data at scale across heterogeneous data stores.

Game Warden provides support for Azure Data Factory at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Data Share

Azure Data Share is a simple and safe service for sharing data with external organizations, enabling organizations to share data with multiple customers and partners with full visibility and control over what is shared.

Game Warden provides support for Azure Data Share at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Database for MySQL

Azure Database for MySQL is a fully managed relational database service for MySQL workloads on Azure, providing automated backups, high availability, and security with minimal administrative overhead.

Game Warden provides support for Azure Database for MySQL at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Database for PostgreSQL

Azure Database for PostgreSQL is a fully managed relational database service for PostgreSQL workloads on Azure, supporting the PostgreSQL community editions with built-in high availability and security.

Game Warden provides support for Azure Database for PostgreSQL at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Database Migration Service

Azure Database Migration Service is a fully managed service for migrating databases to Azure from on-premises and other cloud environments with minimal downtime, supporting SQL Server, MySQL, PostgreSQL, and MongoDB sources.

Game Warden provides support for Azure Database Migration Service at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Databricks

Azure Databricks is an Apache Spark-based analytics platform optimized for Azure, providing collaborative notebooks, job scheduling, and an integrated workspace for big data engineering and machine learning workflows.

Game Warden provides support for Azure Databricks at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Dataverse

Azure Dataverse (formerly Common Data Service) is a scalable data service and app platform that provides a secure, cloud-based storage space used by Power Apps, Power Automate, and Dynamics 365 applications.

Game Warden provides support for Azure Dataverse at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure DDoS Protection

Azure DDoS Protection provides enhanced DDoS mitigation capabilities for Azure resources. It monitors traffic at the network edge and automatically mitigates distributed denial-of-service attacks, protecting applications from volumetric and protocol attacks.

Game Warden provides support for Azure DDoS Protection at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Dedicated HSM

Azure Dedicated HSM provides FIPS 140-2 Level 3 validated hardware security modules in Azure data centers for customers who require dedicated, single-tenant HSM devices for key management and cryptographic operations.

Game Warden provides support for Azure Dedicated HSM at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure DevTest Labs

Azure DevTest Labs is a service for quickly creating environments in Azure while minimizing waste and controlling cost. It supports developer and test environments using reusable templates and artifacts.

Game Warden provides support for Azure DevTest Labs at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure DNS

Azure DNS is a hosting service for DNS domains that provides name resolution using Microsoft Azure infrastructure. It supports both public DNS zones and private DNS zones for internal name resolution within virtual networks.

Game Warden provides support for Azure DNS at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Document Intelligence

Azure Document Intelligence (formerly Azure Form Recognizer) is an AI service that applies advanced machine learning to extract text, key-value pairs, tables, and structure from documents automatically and accurately.

Game Warden provides support for Azure Document Intelligence at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Dynamics 365

Dynamics 365 is Microsoft's suite of cloud-based enterprise resource planning (ERP) and customer relationship management (CRM) business applications. Individual modules include:

  • Chat (Omnichannel Engagement Hub): IL2, IL4, IL5; FedRAMP ✅
  • Contact Center: IL2 only; FedRAMP ✅
  • Customer Insights: IL2, IL4, IL5; FedRAMP ✅
  • Customer Service: IL2, IL4, IL5; FedRAMP ✅
  • Customer Voice (formerly Forms Pro): IL2, IL4, IL5; FedRAMP ✅
  • Field Service: IL2, IL4, IL5; FedRAMP ✅
  • Finance: IL2, IL4; FedRAMP ✅
  • Project Service Automation: IL2, IL4, IL5; FedRAMP ✅
  • Project Operations: IL2 only; FedRAMP ✅
  • Sales: IL2, IL4, IL5; FedRAMP ✅
  • Supply Chain Management: IL2, IL4; FedRAMP ✅

Game Warden provides support for the Dynamics 365 suite across the compliance levels listed above, as well as for Commercial environments.


Azure Event Grid

Azure Event Grid is a fully managed event routing service that enables event-driven programming at scale. It supports building reactive applications that respond to events from Azure services, custom topics, and partner event sources.

Game Warden provides support for Azure Event Grid at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Event Hubs

Azure Event Hubs is a fully managed, real-time data ingestion service capable of receiving and processing millions of events per second. It serves as a scalable event streaming platform for big data pipelines and telemetry ingestion.

Game Warden provides support for Azure Event Hubs at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure ExpressRoute

Azure ExpressRoute enables extending on-premises networks into the Microsoft cloud over a private connection facilitated by a connectivity provider. It provides higher reliability, faster speeds, consistent latencies, and higher security than typical internet connections.

Game Warden provides support for Azure ExpressRoute at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure File Sync

Azure File Sync centralizes organization's file shares in Azure Files while keeping the flexibility, performance, and compatibility of an on-premises Windows file server, enabling multi-site access and cloud tiering.

Game Warden provides support for Azure File Sync at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Firewall

Azure Firewall is a managed, cloud-based network security service that protects Azure Virtual Network resources. It is a fully stateful firewall-as-a-service with built-in high availability and unrestricted cloud scalability.

Game Warden provides support for Azure Firewall at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Firewall Manager

Azure Firewall Manager is a security management service that provides central security policy and route management for cloud-based security perimeters across multiple Azure subscriptions and virtual networks.

Game Warden provides support for Azure Firewall Manager at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Fluid Relay

Azure Fluid Relay is a managed service for building real-time collaborative experiences. Based on the open-source Fluid Framework, it enables multiple users to simultaneously interact with shared, synchronized application state.

Game Warden provides support for Azure Fluid Relay at IL2, as well as for FedRAMP and Commercial environments.


Azure Foundry AI Services

Azure AI Foundry (formerly Azure Cognitive Services) provides cloud-based AI services accessible via REST APIs and SDKs. The following services are available within the compliance boundary:

  • Azure AI Search (formerly Cognitive Search): IL2, IL4, IL5, IL6; FedRAMP ✅
  • Azure AI Computer Vision: IL2, IL4, IL5; FedRAMP ✅
  • Azure AI Content Moderator: IL2, IL4, IL5; FedRAMP ✅
  • Azure AI containers: IL2, IL4, IL5; FedRAMP ✅
  • Azure AI Custom Vision: IL2, IL4, IL5; FedRAMP ✅
  • Azure AI Face: IL2, IL4, IL5; FedRAMP ✅
  • LUIS (Language Understanding, part of Language): IL2, IL4, IL5, IL6; FedRAMP ✅
  • Azure AI Personalizer: IL2, IL4, IL5; FedRAMP ✅
  • Azure AI QnA Maker (part of Language): IL2, IL4, IL5; FedRAMP ✅
  • Speech: IL2, IL4, IL5; FedRAMP ✅
  • Text Analytics (part of Language): IL2, IL4, IL5; FedRAMP ✅
  • Translator: IL2, IL4, IL5; FedRAMP ✅
  • Azure AI Content Safety: IL2 only; FedRAMP ✅

Game Warden provides support for Azure Foundry AI services across the compliance levels listed above, as well as for Commercial environments.


Azure Front Door

Azure Front Door is a global, scalable entry point for fast delivery of web applications. It provides global load balancing, SSL offload, application acceleration, and integrated WAF capabilities using Microsoft's global edge network.

Game Warden provides support for Azure Front Door at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Functions

Azure Functions is a serverless compute service that enables running event-triggered code without managing infrastructure. It supports multiple programming languages and integrates with other Azure services through triggers and bindings.

Game Warden provides support for Azure Functions at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure HDInsight

Azure HDInsight is a fully managed, full-spectrum, open-source analytics service for enterprises. It supports open-source frameworks including Apache Hadoop, Apache Spark, Apache Kafka, Apache HBase, and Apache Storm for big data processing.

Game Warden provides support for Azure HDInsight at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure HPC Cache

Azure HPC Cache is a high-performance caching service for high-performance computing workloads. It aggregates data from multiple storage sources and provides low-latency access for compute-intensive applications.

Game Warden provides support for Azure HPC Cache at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Import/Export

Azure Import/Export is a physical data transfer service that uses Microsoft-supplied disk drives to move large amounts of data between on-premises storage and Azure Blob Storage or Azure Files when network transfer is not feasible.

Game Warden provides support for Azure Import/Export at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Information Protection

Azure Information Protection (AIP) is a cloud-based data classification and protection solution that helps organizations discover, classify, label, and protect documents and emails, including data shared outside the organization.

Game Warden provides support for Azure Information Protection at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure IoT Hub

Azure IoT Hub is a managed service hosted in the cloud that acts as a central message hub for bidirectional communication between IoT applications and IoT devices. It enables building IoT solutions with reliable device-to-cloud and cloud-to-device messaging at scale.

Game Warden provides support for Azure IoT Hub at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Kubernetes Service (AKS)

Azure Kubernetes Service is a managed Kubernetes container orchestration service that simplifies deploying, managing, and scaling containerized applications using Kubernetes. Azure handles health monitoring and maintenance of the Kubernetes control plane.

Game Warden provides support for Azure Kubernetes Service at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Lab Services

Azure Lab Services is a fully managed service for setting up and managing virtual machine-based labs for training, classrooms, and hands-on evaluations, with automated management, quota tracking, and cost controls.

Game Warden provides support for Azure Lab Services at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Lighthouse

Azure Lighthouse enables multi-tenant management by allowing service providers to manage customer Azure environments at scale using their own credentials, without needing access to each customer's tenant separately.

Game Warden provides support for Azure Lighthouse at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Load Testing

Azure Load Testing is a fully managed load testing service that generates high-scale load by simulating traffic for any application, helping identify performance bottlenecks before deployment to production.

Game Warden provides support for Azure Load Testing at IL2, as well as for FedRAMP and Commercial environments.


Azure Local

Azure Local (formerly Azure Stack HCI) is a hyperconverged infrastructure (HCI) solution for running virtualized workloads on-premises. It provides Azure-consistent management, security, and hybrid capabilities for on-premises deployments.

Game Warden provides support for Azure Local at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Logic Apps

Azure Logic Apps is a cloud-based platform for creating and running automated workflows that integrate apps, data, services, and systems. It provides hundreds of pre-built connectors and a visual designer for building integration solutions.

Game Warden provides support for Azure Logic Apps at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Machine Learning

Azure Machine Learning is a cloud-based platform for training, deploying, automating, managing, and tracking machine learning models. It supports the full ML lifecycle, including data preparation, model training, MLOps pipelines, and responsible AI capabilities.

Game Warden provides support for Azure Machine Learning at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Managed Applications

Azure Managed Applications enables partners and organizations to offer cloud solutions that customers can deploy and operate through a simplified experience, with the publisher retaining management access to the underlying resources.

Game Warden provides support for Azure Managed Applications at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Managed Grafana

Azure Managed Grafana is a fully managed Grafana service that provides a native integration with Azure data sources including Azure Monitor and Azure Data Explorer, enabling rich operational dashboards with enterprise security and compliance.

Game Warden provides support for Azure Managed Grafana at IL2, as well as for FedRAMP and Commercial environments.


Azure Maps

Azure Maps is a collection of geospatial services and SDKs that use fresh mapping data to provide geographic context to web and mobile applications, including maps, search, routing, traffic, weather, and time zone services.

Game Warden provides support for Azure Maps at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Media Services

Azure Media Services is a cloud-based platform for building solutions that achieve broadcast-quality video streaming, enhance accessibility, distribute content, and more. It supports live and on-demand video encoding, packaging, and delivery.

Game Warden provides support for Azure Media Services at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Microsoft Entra

Microsoft Entra is Microsoft's family of identity and access management products. The following products are within the Azure compliance boundary:

  • Microsoft Entra ID (Free): IL2, IL4, IL5, IL6; FedRAMP ✅
  • Microsoft Entra ID (P1 + P2): IL2, IL4, IL5, IL6; FedRAMP ✅
  • Microsoft Entra Domain Services: IL2, IL4, IL5; FedRAMP ✅
  • Microsoft Entra ID Governance: IL2 only; FedRAMP ✅
  • Microsoft Entra multifactor authentication: IL2, IL4, IL5, IL6; FedRAMP ✅

Game Warden provides support for the Microsoft Entra suite across the compliance levels listed above, as well as for Commercial environments.


Azure Monitor

Azure Monitor is a comprehensive full-stack monitoring service for collecting, analyzing, and acting on telemetry from cloud and on-premises environments. It includes Application Insights for application performance monitoring and Log Analytics for querying log data.

Game Warden provides support for Azure Monitor (including Application Insights and Log Analytics) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure NetApp Files

Azure NetApp Files is an enterprise-class, high-performance, metered file storage service powered by NetApp. It provides NFS and SMB file shares optimized for high-performance workloads such as SAP HANA, databases, HPC, and media workflows.

Game Warden provides support for Azure NetApp Files at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Network Watcher

Azure Network Watcher provides tools to monitor, diagnose, and gain insights into network performance and health for resources in Azure Virtual Networks. It includes Traffic Analytics for network flow analysis and threat detection.

Game Warden provides support for Azure Network Watcher (including Traffic Analytics) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Notification Hubs

Azure Notification Hubs is a massively scalable push notification engine for quickly sending millions of notifications to mobile devices across platforms including iOS, Android, and Windows.

Game Warden provides support for Azure Notification Hubs at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Peering Service

Azure Peering Service is a networking service that enhances customer connectivity to Microsoft cloud services through partner service providers, providing optimized and reliable routing over the Microsoft network backbone.

Game Warden provides support for Azure Peering Service at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Policy

Azure Policy is a governance service that allows organizations to create, assign, and manage policies to enforce rules and effects over Azure resources, ensuring compliance with corporate standards and regulatory requirements.

Game Warden provides support for Azure Policy (including guest configuration) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments. Azure Policy is also supported at IL6 (standard policy; guest configuration at IL4/IL5 only).


Azure Power Platform

Microsoft Power Platform provides low-code tools for building applications, automating workflows, and analyzing data. The following services are within the Azure compliance boundary:

  • Power Apps: IL2, IL4, IL5; FedRAMP ✅
  • Power Pages (formerly PowerApps Portal): IL2, IL4, IL5; FedRAMP ✅
  • Power Automate (formerly Microsoft Flow): IL2, IL4, IL5; FedRAMP ✅
  • Power BI: IL2, IL4, IL5, IL6; FedRAMP ✅
  • Power BI Embedded: IL2, IL4, IL5; FedRAMP ✅
  • Power Data Integrator for Dataverse: IL2, IL4, IL5; FedRAMP ✅
  • Microsoft Copilot Studio: IL2, IL4; FedRAMP ✅

Game Warden provides support for the Power Platform suite across the compliance levels listed above, as well as for Commercial environments.


Azure Private Link enables accessing Azure services and Azure-hosted customer/partner services over a private endpoint in your virtual network, eliminating data exposure to the public internet.

Game Warden provides support for Azure Private Link at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Public IP

Azure Public IP addresses enable Azure resources to communicate with the internet and public-facing Azure services. They support both IPv4 and IPv6 and can be associated with virtual machines, load balancers, and VPN gateways.

Game Warden provides support for Azure Public IP at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Red Hat OpenShift

Azure Red Hat OpenShift provides fully managed OpenShift clusters jointly operated by Microsoft and Red Hat. It delivers a highly available, fully managed Kubernetes platform for running enterprise containerized applications with Red Hat OpenShift tooling.

Game Warden provides support for Azure Red Hat OpenShift at IL2 and IL4, as well as for FedRAMP and Commercial environments.


Azure Resource Graph

Azure Resource Graph is an Azure service designed to extend Azure Resource Management by providing efficient and performant resource exploration with the ability to query at scale across a given set of subscriptions.

Game Warden provides support for Azure Resource Graph at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Resource Manager

Azure Resource Manager is the deployment and management service for Azure that provides a management layer enabling you to create, update, and delete resources in your Azure account. It supports resource grouping, tagging, role-based access control, and declarative infrastructure templates (ARM templates).

Game Warden provides support for Azure Resource Manager at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Resource Mover

Azure Resource Mover is a service for moving Azure resources between subscriptions, resource groups, and regions within Azure to support workload optimization, consolidation, and disaster recovery planning.

Game Warden provides support for Azure Resource Mover at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Route Server

Azure Route Server simplifies dynamic routing between your network virtual appliances (NVAs) and your virtual network. It uses the Border Gateway Protocol (BGP) to automatically update route tables as network topology changes.

Game Warden provides support for Azure Route Server at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Scheduler

Azure Scheduler is a cloud-based job scheduling service that invokes actions such as calling HTTP/S endpoints or posting a message to a storage queue on a schedule. It has been largely superseded by Azure Logic Apps for new deployments.

Game Warden provides support for Azure Scheduler at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Security Suite (Microsoft Defender and Sentinel)

Azure's integrated security portfolio provides cloud security and threat intelligence across workloads. The following services are within the compliance boundary:

  • Microsoft Defender for Cloud (formerly Azure Security Center): IL2, IL4, IL5, IL6; FedRAMP ✅
  • Microsoft Defender for Cloud Apps (formerly Microsoft Cloud App Security): IL2, IL4, IL5; FedRAMP ✅
  • Microsoft Defender for Endpoint: IL2, IL4, IL5, IL6; FedRAMP ✅
  • Microsoft Defender for Identity: IL2, IL4, IL5, IL6; FedRAMP ✅
  • Microsoft Defender for IoT: IL2, IL4, IL5; FedRAMP ✅
  • Microsoft Defender Vulnerability Management: IL2, IL4; FedRAMP ✅
  • Microsoft Sentinel (formerly Azure Sentinel): IL2, IL4, IL5, IL6; FedRAMP ✅

Game Warden provides support for the Microsoft Defender and Sentinel suite across the compliance levels listed above, as well as for Commercial environments.


Azure Service Fabric

Azure Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable microservices and containers. It is the platform that powers many Microsoft core services including Azure SQL Database and Azure Cosmos DB.

Game Warden provides support for Azure Service Fabric at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Service Health

Azure Service Health provides personalized alerts and guidance when Azure service issues affect you. It covers Azure outages, planned maintenance, and other health advisories.

Game Warden provides support for Azure Service Health at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Service Manager (RDFE)

Azure Service Manager (Remote Desktop Fabric Endpoint) is the legacy Azure management API that predates Azure Resource Manager. It remains in scope for compliance purposes.

Game Warden provides support for Azure Service Manager (RDFE) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure SignalR Service

Azure SignalR Service is a fully managed service that simplifies adding real-time web functionality to applications over HTTP. It enables pushing content updates to connected clients such as a single-page web app or mobile application.

Game Warden provides support for Azure SignalR Service at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Sign-up Portal

The Azure Sign-up portal provides the registration interface for new Azure subscriptions, including Azure Government subscriptions for federal agencies and contractors.

Game Warden provides support for the Azure Sign-up portal at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Site Recovery

Azure Site Recovery is a disaster recovery service that orchestrates replication, failover, and recovery of workloads running on physical machines, VMware VMs, Hyper-V VMs, and Azure VMs to a secondary location.

Game Warden provides support for Azure Site Recovery at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure SQL Managed Instance

Azure SQL Managed Instance is a fully managed SQL Server instance hosted in Azure with near-100% compatibility with the latest SQL Server engine, enabling lift-and-shift migration of on-premises SQL Server applications.

Game Warden provides support for Azure SQL Managed Instance at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure SQL Server on Azure VM

SQL Server on Azure VM provides a fully managed SQL Server environment hosted on Azure Virtual Machines, offering complete SQL Server feature compatibility for applications requiring operating system-level access.

Game Warden provides support for SQL Server on Azure VM at IL2, as well as for FedRAMP and Commercial environments.


Azure Stack

Azure Stack is a hybrid cloud platform that enables running Azure services from your own datacenter. It provides an extension of Azure to on-premises environments, allowing consistent development and deployment across Azure and local infrastructure.

Game Warden provides support for Azure Stack at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Stack Edge

Azure Stack Edge (formerly Data Box Edge) is an AI-enabled edge computing device that provides cloud intelligence locally. It performs local compute, storage, and intelligent data transfer to Azure for applications requiring processing at the data source.

Game Warden provides support for Azure Stack Edge at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Storage

Azure Storage provides highly available, massively scalable, durable, and secure cloud storage for a variety of data objects. The following storage service types are within the compliance boundary:

  • Storage: Archive: IL2, IL4, IL5; FedRAMP ✅
  • Storage: Blobs (incl. Azure Data Lake Storage Gen2): IL2, IL4, IL5, IL6; FedRAMP ✅
  • Storage: Disks (incl. managed disks): IL2, IL4, IL5, IL6; FedRAMP ✅
  • Storage: Queues: IL2, IL4, IL5, IL6; FedRAMP ✅
  • Storage: Tables: IL2, IL4, IL5, IL6; FedRAMP ✅

Game Warden provides support for Azure Storage services across the compliance levels listed above, as well as for Commercial environments.


Azure StorSimple

Azure StorSimple is an integrated storage solution that manages storage tasks between on-premises devices and Azure cloud storage, providing primary storage, backup, disaster recovery, and data archiving in a hybrid storage appliance.

Game Warden provides support for Azure StorSimple at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Stream Analytics

Azure Stream Analytics is a real-time analytics and complex event-processing engine designed to analyze and process high volumes of fast streaming data from multiple sources simultaneously.

Game Warden provides support for Azure Stream Analytics at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Synapse Analytics

Azure Synapse Analytics is an integrated analytics service that brings together enterprise data warehousing and big data analytics. It provides a unified experience to ingest, prepare, manage, and serve data for BI and machine learning needs.

Game Warden provides support for Azure Synapse Analytics at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Traffic Manager

Azure Traffic Manager is a DNS-based traffic load balancer that enables distributing traffic to public-facing applications across global Azure regions, providing high availability and responsiveness using traffic routing policies.

Game Warden provides support for Azure Traffic Manager at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Update Manager

Azure Update Manager is a unified service for managing and governing updates for all your machines in Azure, on-premises, and multi-cloud environments, replacing Update Management in Azure Automation.

Game Warden provides support for Azure Update Manager at IL2, as well as for FedRAMP and Commercial environments.


Azure Video Indexer

Azure Video Indexer is an AI service that extracts insights from audio and video content using machine learning models, including speech transcription, face identification, emotion detection, and scene segmentation.

Game Warden provides support for Azure Video Indexer at IL2 and IL4, as well as for FedRAMP and Commercial environments.


Azure Virtual Desktop

Azure Virtual Desktop (formerly Windows Virtual Desktop) is a comprehensive desktop and app virtualization service running in the cloud that enables delivering virtualized Windows experiences and remote apps to any device.

Game Warden provides support for Azure Virtual Desktop at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Virtual Machine Scale Sets

Azure Virtual Machine Scale Sets let you create and manage a group of load balanced, identical VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule.

Game Warden provides support for Azure Virtual Machine Scale Sets at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Virtual Network

Azure Virtual Network is the fundamental building block for private networking in Azure. It enables many types of Azure resources to securely communicate with each other, the internet, and on-premises networks, similar to a traditional network but with the benefits of Azure infrastructure.

Game Warden provides support for Azure Virtual Network at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Virtual Network NAT

Azure Virtual Network NAT (Network Address Translation) is a fully managed, highly resilient NAT gateway service that simplifies outbound internet connectivity for virtual networks without requiring separate load balancers or public IP addresses on each VM.

Game Warden provides support for Azure Virtual Network NAT at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Virtual WAN

Azure Virtual WAN is a networking service that brings together networking, security, and routing functionalities into a single operational interface. It provides optimized and automated branch connectivity to and through Azure using Microsoft's global backbone network.

Game Warden provides support for Azure Virtual WAN at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure VM Image Builder

Azure VM Image Builder is a managed Azure service that simplifies building, customizing, and distributing VM images. It uses HashiCorp Packer to orchestrate the image build process and supports deploying images to Azure Compute Gallery.

Game Warden provides support for Azure VM Image Builder at IL2 and IL4, as well as for FedRAMP and Commercial environments.


Azure VMware Solution

Azure VMware Solution is a fully managed service that enables running VMware workloads natively on Azure dedicated bare-metal infrastructure, providing seamless migration of VMware environments to Azure without re-architecting applications.

Game Warden provides support for Azure VMware Solution at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure VPN Gateway

Azure VPN Gateway is a service used to send encrypted traffic between an Azure virtual network and on-premises locations over the public internet, or between Azure virtual networks using encrypted tunnels.

Game Warden provides support for Azure VPN Gateway at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Azure Web Application Firewall

Azure Web Application Firewall (WAF) provides centralized protection for web applications from common exploits and vulnerabilities. It can be deployed with Azure Application Gateway, Azure Front Door, and Azure CDN to protect against threats such as SQL injection and cross-site scripting.

Game Warden provides support for Azure Web Application Firewall at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Web PubSub

Azure Web PubSub is a fully managed service for adding real-time messaging capabilities to web applications. Built on WebSocket, it enables bi-directional communication between server and clients at scale without managing connections.

Game Warden provides support for Azure Web PubSub at IL2, as well as for FedRAMP and Commercial environments.


Microsoft Azure Attestation

Microsoft Azure Attestation is a unified solution for remotely verifying the trustworthiness of a platform and integrity of the binaries running inside it, supporting attestation for TEEs (Trusted Execution Environments) including Intel SGX.

Game Warden provides support for Microsoft Azure Attestation at IL2, as well as for FedRAMP and Commercial environments.


Microsoft Azure Government Portal

The Microsoft Azure Government portal is the dedicated management interface for Azure Government cloud, providing the same capabilities as the commercial Azure portal but operating within the Azure Government sovereign cloud boundary.

Game Warden provides support for the Microsoft Azure Government portal at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Microsoft Azure Portal

The Microsoft Azure portal is the primary web-based management interface for Azure services. It provides a unified console for building, managing, and monitoring all Azure resources.

Game Warden provides support for the Microsoft Azure portal at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Microsoft Copilot Studio

Microsoft Copilot Studio is a low-code platform for building and customizing conversational AI agents. It enables creating custom copilots that integrate with business data and workflows without requiring deep development expertise.

Game Warden provides support for Microsoft Copilot Studio at IL2 and IL4, as well as for FedRAMP and Commercial environments.


Microsoft Foundry Portal

The Microsoft Foundry portal is the management interface for Azure AI Foundry, providing access to AI model catalogs, deployments, fine-tuning workflows, and Azure AI services configuration.

Game Warden provides support for the Microsoft Foundry portal at IL2, as well as for FedRAMP and Commercial environments.


Microsoft Graph

Microsoft Graph is the gateway to data and intelligence in Microsoft 365, Windows, and Enterprise Mobility + Security. It provides a unified programmability model for accessing the data that powers productivity applications across Microsoft's ecosystem.

Game Warden provides support for Microsoft Graph at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.


Microsoft Intune

Microsoft Intune is a cloud-based unified endpoint management (UEM) service for managing mobile devices, desktop computers, and apps. It enables enforcing compliance policies, deploying applications, and protecting corporate data on managed and unmanaged devices.

Game Warden provides support for Microsoft Intune at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Microsoft Purview

Microsoft Purview (including Data Map, Data Estate Insights, and the governance portal) is a unified data governance service that helps organizations map, classify, and manage data across on-premises, cloud, and software-as-a-service environments.

Game Warden provides support for Microsoft Purview at IL2 and IL4, as well as for FedRAMP and Commercial environments.


Microsoft Secure Score

Microsoft Secure Score is a measurement of an organization's security posture, providing a centralized score with recommended improvement actions across Microsoft 365 and Azure to help prioritize security investments.

Game Warden provides support for Microsoft Secure Score at IL2 and IL4, as well as for FedRAMP and Commercial environments.


Microsoft Stream

Microsoft Stream is an enterprise video service that provides a secure platform for uploading, viewing, and sharing videos across your organization, integrated with Microsoft 365 services.

Game Warden provides support for Microsoft Stream at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


Azure Migrate

Azure Migrate is a hub of tools for discovering, assessing, and migrating on-premises infrastructure to Azure. It supports server migration, database migration, and web app migration with dependency analysis and sizing recommendations.

Game Warden provides support for Azure Migrate at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


AFWERX

AFWERX is a U.S. Air Force initiative that operates under the Small Business Innovation Research (SBIR) program. Its mission is to drive innovation by connecting the military with industry and academic partners to develop breakthrough technologies that support national security. AFWERX primarily provides funding and resources to help small businesses conduct research and development. Second Front Systems collaborates with AFWERX to identify and pursue opportunities for bringing cutting-edge technologies into the national security landscape.


Authorization to Operate (ATO)

An Authorization to Operate (ATO)—sometimes referred to as Authority to Operate—is formal approval granted by the Department of War (DoW) to a system, network, or application. It confirms that the system meets specific security and compliance requirements and is authorized to operate within the DoW environment.

Game Warden expedites the ATO process for commercial applications seeking to operate within the DoW by allowing them to inherit security controls from the platform and automate many compliance tasks. This streamlined approach shortens the ATO timeline, enabling vendors to deliver their software to the government more efficiently.


Agile

Agile is a flexible and iterative software development approach that emphasizes flexibility, collaboration, and continuous customer feedback. Unlike traditional linear methods, Agile breaks work into short, manageable cycles called sprints, allowing teams to quickly adapt to changing needs. Game Warden, a DevSecOps platform by Second Front Systems, supports Agile by streamlining the development process from design to deployment, helping teams deliver secure, responsive software faster.


Annual Assessment (AA)

A required yearly security evaluation of a FedRAMP-authorized system to verify that it continues to meet established security and compliance requirements.


AO: Authorizing Official (AO)

A senior government official with the authority to formally assume responsibility for the operation of an information system, accepting any associated risks on behalf of the organization.


Boundary Cloud Access Point (BCAP)

BCAP is a secure gateway that provides protected access between the Defense Information Systems Network (DISN) and commercial cloud service providers. BCAP establishes a defended boundary to detect and prevent cyber attacks from reaching DoW networks, ensuring that cloud-hosted applications operate as an extension of NIPRNet without traversing the public internet.


California Consumer Privacy Act (CCPA)

The CCPA is a data privacy law that gives California residents more control over how businesses collect, use, and share their personal information. Enacted in 2020, it grants rights such as:

  • The right to know what personal data is being collected
  • The right to delete personal data
  • The right to opt out of the sale of personal data
  • The right to non-discrimination for exercising privacy rights

CCPA applies to for-profit businesses that meet certain thresholds (e.g., revenue, data volume) and process data of California residents.


Certificate to Field (CtF)/Software Approval

A Certificate to Field (CtF)/Software Approval is an application-level accreditation that authorizes your application to operate in a specific environment within the Department of War (DoW). It enables your application to inherit Game Warden’s Authority to Operate (ATO) and is included as part of your Deployment Passport.

To obtain a CtF/Software Approval, your application must successfully complete the Game Warden onboarding and deployment process. This includes meeting required security and compliance benchmarks, completing automated and manual reviews, and verifying that your application inherits the necessary controls from Game Warden’s authorized environment. Once all criteria are met, a CtF/Software Approval is issued as part of your Deployment Passport, allowing your application to operate within the designated DoW environment.


Customer Responsibility Matrix (CRM)

The Customer Responsibility Matrix (CRM) defines the division of responsibility for implementing and maintaining security controls between the Cloud Service Provider (CSP) and the customer. It ensures both parties understand their roles in maintaining a secure and compliant environment.


Classification of the Work

The process of identifying the type and sensitivity of the work or data involved to determine the appropriate security measures and controls. Second Front Systems’ Game Warden supports commercial applications across multiple security classification levels.


Continuous Integration and Continuous Delivery (CI/CD)

CI/CD is a modern development practice that automates software building, testing, and deployment to improve speed and quality. Continuous integration (CI) involves developers frequently merging code into a shared repository, triggering automated tests to catch issues early.

Continuous delivery (CD) builds on CI by automating the deployment of tested code to staging or production environments, reducing manual effort and deployment risk. Game Warden, developed by Second Front Systems, integrates CI/CD pipelines into its DevSecOps framework to streamline and secure the software delivery process for defense applications.


Cloud Service Provider (CSP)

A Cloud Service Provider (CSP) is a third-party company that delivers cloud-based services—such as Software-as-a-Service (SaaS), Platform-as-a-Service (PaaS), or Infrastructure-as-a-Service (IaaS)—to organizations and users over the internet. When working with U.S. federal agencies, CSPs must undergo security assessments through programs like FedRAMP to ensure their services meet strict government cybersecurity standards.


Cloud Service Offering (CSO)

A Cloud Service Offering (CSO) is a specific cloud-based product or service provided by a Cloud Service Provider (CSP) to the U.S. government. Each CSO must undergo a FedRAMP security assessment and receive authorization to ensure it meets federal cybersecurity and compliance requirements before it can be used by government agencies.


Continuous Monitoring (ConMon)

An ongoing process used to maintain and improve the security posture of an information system. It involves regularly assessing the effectiveness of security controls, documenting system changes, and reporting the current security state to appropriate stakeholders.


Compliance

Second Front has achieved the following compliances, proving the rigorous measures we use to protect data and ensure system integrity. Our security posture is anchored by a commitment to transparency and federal-grade standards. By maintaining these high-level operational controls and certifications, we provide a secure, audited environment designed to meet the most demanding regulatory requirements and provide our partners with total confidence in our platform.

  • FedRAMP High
  • DoW Impact Levels (IL2, IL4, IL5, IL6)
  • GovRAMP
  • NIST 800-53 Rev. 5
  • NIST 800-171 Rev. 2
  • CMMC (Cybersecurity Maturity Model Certification)
  • SOC 2 Type 1 & Type 2
  • ISO/IEC 27001:2022
  • ISO 9001:2015
  • ISO 14001
  • ISO/IEC 20000-1:2018
  • ISO/IEC 27017:2015
  • ISO/IEC 27018:2019
  • Cyber Essentials & Cyber Essentials Plus (UK)
  • C5 (Germany)
  • FIPS 140-2 & 140-3
  • AWS Qualified Software

Compliance scope and customer responsibilities

Game Warden's FedRAMP High authorization covers infrastructure and platform-level security controls. Compliance frameworks specific to your workload, such as HIPAA or PCI-DSS, are not automatically inherited and remain the customer's responsibility at the application layer. For example, healthcare organizations deploying workloads on Game Warden that are subject to HIPAA must implement application-level controls to meet HIPAA requirements. This follows the same shared responsibility model that governs application-level security on Game Warden: Second Front secures the platform, and customers are responsible for securing what they build and deploy on it.


Defense Industrial Base (DIB)

The DIB refers to the wide network of companies and organizations that support the U.S. Department of War by providing critical goods and services—ranging from technology and manufacturing to logistics and research. Game Warden, developed by Second Front Systems, helps DIB companies securely deliver software to the DoW by streamlining compliance with strict cybersecurity and regulatory standards. By simplifying this process, Game Warden not only accelerates time to deployment but also strengthens the overall security and reliability of the defense supply chain.


Department of War Information Network (DoDIN)

The DoDIN is the global infrastructure that supports the U.S. Department of War’s operations. It includes a wide array of interconnected systems, devices, and communication channels that enable secure information sharing across the DoW and its partners. Game Warden integrates directly with the DoDIN, providing a secure, compliant platform for delivering software within this critical network environment.


Deployment Passport

The Deployment Passport is a Game Warden–specific term referring to the collection of security artifacts required to meet Authorization to Operate (ATO) standards. Once signed by a government Information Systems Security Manager (ISSM), the Deployment Passport allows customers to inherit Game Warden’s ATO—enabling authorized deployments to both Staging (STG) and Production (PRD) environments.


DoW PKI user

A DoW PKI user is someone who authenticates using a Department of War Public Key Infrastructure (PKI) credential—such as a Common Access Card (CAC) or External Certification Authority (ECA) certificate. These smart cards provide secure identity verification and are required to access Impact Level 4 (IL4) or higher environments on Game Warden.


Federal Risk and Authorization Management Program (FedRAMP)

FedRAMP is a government-wide program that standardizes how cloud service providers are assessed and authorized for use by federal agencies. It ensures cloud offerings meet strict security and compliance requirements based on the NIST Risk Management Framework (RMF) and the Federal Information Security Management Act (FISMA).


Federal Information Security Management Act (FISMA)

FISMA is a U.S. federal law enacted in 2002 (and updated by the Federal Information Security Modernization Act of 2014). It establishes a comprehensive framework to protect government information, operations, and assets against natural or man-made threats.


Game Warden

Developed by Second Front Systems (2F), Game Warden is a fully managed, Department of War (DoW)-accredited DevSecOps Platform-as-a-Service (PaaS). Its primary purpose is to act as a "secure bridge" for commercial SaaS companies, allowing them to host, secure, and deploy their applications onto highly regulated government networks (such as NIPRNet and SIPRNet) in weeks rather than the years typically required for a traditional Authority to Operate (ATO).


General Data Protection Regulation (GDPR)

The GDPR is a data privacy law enacted by the European Union in 2018. It governs how organizations collect, use, store, and share personal data of individuals in the EU. Key principles include transparency, data minimization, user consent, the right to access and delete data, and strict requirements for data breach notification. Non-compliance can result in significant fines.


GCP Cloud Identity

Cloud Identity is Google’s Identity as a Service (IDaaS) platform that centralizes the management of users, devices, and applications. While it shares the same administrative backbone as Google Workspace, it is specifically designed for organizations that need to manage access to Google Cloud (GCP) resources or third-party apps without necessarily needing productivity tools such as Gmail or Docs.

Game Warden provides support for GCP Cloud Identity at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Filestore

GCP Filestore is a fully managed network-attached storage (NAS) service provided by Google Cloud Platform. It offers a shared file system that multiple compute instances can access simultaneously over a network, similar to a traditional NAS in an on-premises environment.

Game Warden® supports Filestore across multiple compliance tiers, including IL2, IL4, and IL5. For IL4 and IL5 deployments, the use of Google Assured Workloads is required.

Support is also available for FedRAMP and standard Commercial environments.


GCP Filestore CSI Driver

GCP Filestore CSI Driver is a Container Storage Interface (CSI) plugin that allows Kubernetes clusters to dynamically provision and manage GCP Filestore instances as persistent volumes.

Game Warden® supports Filestore CSI Driver across multiple compliance tiers, including IL2, IL4, and IL5. For IL4 and IL5 deployments, the use of Google Assured Workloads is required.

Support is also available for FedRAMP and standard Commercial environments.


GCP GKE (Google Kubernetes Engine)

GKE is a managed, production-ready environment for deploying, managing, and scaling containerized applications using Google infrastructure. As of 2026, it has evolved into the primary backbone for AI-driven workloads, offering a spectrum of management from "full control" to "fully hands-off."

Game Warden provides support for GKE at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP GCS (Google Cloud Storage)

GCS is a RESTful, fully managed object storage service designed for "unstructured data." Unlike a traditional file system, GCS stores data as objects (files) within buckets (containers), making it the primary landing zone for everything from static website assets to massive AI training datasets.

Game Warden provides support for GCS at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP VPC (Virtual Private Cloud)

VPC is the foundation of your network in the cloud. Unlike traditional networking, a Google VPC is global by design-a single network can span multiple regions across the world without needing to communicate over the public internet.

Game Warden provides support for VPC at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud HSM (Hardware Security Module)

Cloud HSM is a cloud-hosted service that allows you to host encryption keys and perform cryptographic operations within a cluster of FIPS 140-2 Level 3 certified hardware.

Game Warden can support Cloud HSM at IL2, IL4, and IL5, as well as FedRAMP and Commercial environments.


GCP Cloud Logging

Cloud Logging is a fully managed, real-time log management and analysis service. It serves as the central nervous system for observability within Google Cloud, allowing you to ingest, search, analyze, and alert on log data from your applications, infrastructure, and third-party services.

Game Warden can support Cloud Logging at IL2, IL4, and IL5, as well as FedRAMP and Commercial environments.


GCP Cloud Monitoring

Cloud Monitoring (formerly Stackdriver) is a full-stack observability service that provides real-time visibility into the performance, uptime, and overall health of your applications and infrastructure.

Game Warden can support Cloud Monitoring at IL2, IL4, and IL5, as well as FedRAMP and Commercial environments.


GCP Cloud Pub/Sub

Cloud Pub/Sub is a fully managed, real-time messaging service designed to provide reliable, many-to-many asynchronous messaging between independent applications.

Game Warden can support Cloud Pub/Sub at IL2, IL4, and IL5, as well as FedRAMP and Commercial environments.


GCP Cloud SQL

Cloud SQL is a fully managed relational database service that makes it easy to set up, maintain, manage, and administer your databases in the cloud.

Game Warden can support Cloud SQL at IL2, IL4, and IL5, as well as FedRAMP and Commercial environments.


GCP BigQuery

BigQuery is a fully managed, serverless enterprise data warehouse that enables scalable analysis over petabytes of data.

Unlike traditional databases (such as Cloud SQL) that are optimized for processing transactions (OLTP), BigQuery is an OLAP (Online Analytical Processing) system designed for high-speed "columnar" queries. It requires zero infrastructure management, as Google handles the underlying compute and storage scaling automatically.

Game Warden provides support for BigQuery at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud KMS (Key Management Service)

Cloud KMS is a unified, cloud-hosted service that allows you to manage cryptographic keys for your cloud services in the same way you do on-premises. It acts as the central hub for creating, rotating, and retiring encryption keys used to protect your data across Google Cloud.

Game Warden provides support for Cloud KMS at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP DataFlow

Cloud Dataflow is a fully managed, serverless service for unified stream and batch data processing.

Based on Apache Beam, Dataflow allows you to develop and execute a wide range of data processing patterns-from simple ETL (Extract, Transform, Load) jobs to complex real-time streaming analytics-without having to manage the underlying cluster infrastructure.

Game Warden provides support for Dataflow at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Access Approval

Access Approval is a Google Cloud service that gives administrators explicit control over Google support and engineering access to their data. When enabled, any access request from Google personnel requires a customer-signed approval before it is granted.

Game Warden provides support for Access Approval at IL2, as well as for FedRAMP and Commercial environments.


GCP Access Context Manager

Access Context Manager is a Google Cloud service that allows administrators to define fine-grained, attribute-based access controls for Google Cloud resources. It enables the creation of access policies based on factors such as IP address, device type, and user identity.

Game Warden provides support for Access Context Manager at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Access Transparency

Access Transparency provides near-real-time logs of actions taken by Google staff when accessing your Google Cloud content, giving organizations visibility into what was accessed and why.

Game Warden provides support for Access Transparency at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Agent Assist

Agent Assist is a Google Cloud AI service that provides real-time suggestions to human agents during customer conversations, surfacing relevant knowledge base articles and recommended responses.

Game Warden provides support for Agent Assist at IL2, as well as for FedRAMP and Commercial environments.


GCP AlloyDB

AlloyDB is a fully managed, PostgreSQL-compatible database service built for enterprise workloads. It combines the familiarity of PostgreSQL with Google's storage, AI, and infrastructure capabilities to deliver high performance for transactional and analytical workloads.

Game Warden provides support for AlloyDB at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Apigee

Apigee is Google Cloud's full-lifecycle API management platform. It enables organizations to design, secure, analyze, and scale APIs, providing features such as rate limiting, OAuth, developer portals, and analytics.

Game Warden provides support for Apigee at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP App Engine

App Engine is a fully managed, serverless platform for developing and hosting web applications at scale. It abstracts away infrastructure management, automatically scaling resources based on traffic demand.

Game Warden provides support for App Engine (standard environment, excluding bundled services) at IL2, as well as for FedRAMP and Commercial environments.


GCP App Hub

App Hub is a Google Cloud service that provides a centralized view of deployed applications and their underlying infrastructure, helping teams manage application topology and ownership across projects.

Game Warden provides support for App Hub at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Application Integration

Application Integration is a Google Cloud integration-platform-as-a-service (iPaaS) that enables the creation of automated workflows connecting Google Cloud services and external applications.

Game Warden provides support for Application Integration at IL2, as well as for FedRAMP and Commercial environments.


GCP Artifact Analysis

Artifact Analysis is a Google Cloud service that provides vulnerability scanning and metadata storage for container images and other software artifacts stored in Artifact Registry.

Game Warden provides support for Artifact Analysis at IL2, as well as for FedRAMP and Commercial environments.


GCP Artifact Registry

Artifact Registry is a fully managed service for storing, managing, and securing build artifacts including container images, Maven packages, and npm packages. It replaces Container Registry as the recommended artifact management solution on GCP.

Game Warden provides support for Artifact Registry at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Assured Open Source Software (Assured OSS)

Assured Open Source Software is a Google Cloud service that provides curated, security-tested open source packages. Google regularly scans and validates these packages, allowing organizations to consume vetted open source dependencies with reduced supply chain risk.

Game Warden provides support for Assured OSS at IL2, as well as for FedRAMP and Commercial environments.


GCP Backup and DR Service

Backup and DR Service is a managed backup and disaster recovery service for Google Cloud and on-premises workloads. It provides centralized backup management, policy-based scheduling, and cross-region recovery capabilities.

Game Warden provides support for Backup and DR Service at IL2, as well as for FedRAMP and Commercial environments.


GCP Batch

Batch is a fully managed service for scheduling, queuing, and executing batch jobs on Google Cloud. It dynamically provisions compute resources and supports running large-scale parallel workloads without managing infrastructure.

Game Warden provides support for Batch at IL2, as well as for FedRAMP and Commercial environments.


GCP BigQuery Data Transfer Service

BigQuery Data Transfer Service automates data movement from Google SaaS applications and external data providers into BigQuery on a scheduled, managed basis.

Game Warden provides support for BigQuery Data Transfer Service at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Bigtable

Cloud Bigtable is a fully managed, scalable NoSQL database service designed for large analytical and operational workloads. It is the same database that powers many Google core services and is compatible with the Apache HBase API.

Game Warden provides support for Bigtable at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Binary Authorization

Binary Authorization is a deploy-time security control for Google Kubernetes Engine and Cloud Run that ensures only trusted container images are deployed. It enforces policies based on cryptographic attestations generated during the CI/CD pipeline.

Game Warden provides support for Binary Authorization at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Certificate Authority Service

Certificate Authority Service is a highly available, scalable Google Cloud service for deploying and managing private certificate authorities (CAs). It enables organizations to issue, manage, and revoke X.509 certificates for internal use.

Game Warden provides support for Certificate Authority Service at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Certificate Manager

Certificate Manager is a Google Cloud service for provisioning and managing TLS/SSL certificates for use with Google Cloud load balancers. It supports both Google-managed and self-managed certificates.

Game Warden provides support for Certificate Manager at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Cloud Asset Inventory

Cloud Asset Inventory is a Google Cloud service that provides a unified view of all GCP resources and IAM policies across an organization. It supports export, searching, and monitoring of asset metadata for governance and compliance purposes.

Game Warden provides support for Cloud Asset Inventory at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Cloud Billing

Cloud Billing is Google Cloud's cost management service that tracks resource consumption and associated costs across projects. It supports budget alerts, billing exports, and integration with external cost management tools.

Game Warden provides support for Cloud Billing at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Build

Cloud Build is a serverless CI/CD platform that executes build, test, and deployment workflows on Google Cloud infrastructure. It supports building container images, running tests, and deploying to GKE, Cloud Run, and other targets.

Game Warden provides support for Cloud Build at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud CDN

Cloud CDN (Content Delivery Network) is Google's globally distributed content delivery service that caches content at Google's edge network locations to reduce latency and improve performance for end users.

Game Warden provides support for Cloud CDN at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Data Fusion

Cloud Data Fusion is a fully managed, cloud-native enterprise data integration service built on the open source CDAP framework. It provides a visual interface for building ETL and ELT pipelines without writing code.

Game Warden provides support for Cloud Data Fusion at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Deploy

Cloud Deploy is a managed continuous delivery service for Google Cloud that automates the release and promotion of applications across deployment targets such as GKE, Cloud Run, and Anthos clusters.

Game Warden provides support for Cloud Deploy at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Deployment Manager

Cloud Deployment Manager is an infrastructure deployment service that automates the creation and management of GCP resources using declarative configuration templates. It has been superseded by Infrastructure Manager for new deployments.

Game Warden provides support for Cloud Deployment Manager at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud DNS

Cloud DNS is a scalable, high-availability Domain Name System (DNS) service running on the same infrastructure as Google. It supports both public and private DNS zones and integrates with other GCP networking services.

Game Warden provides support for Cloud DNS at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Endpoints

Cloud Endpoints is a distributed API management system for deploying, monitoring, and securing APIs built on GCP. It supports OpenAPI and gRPC-based APIs and integrates with API Gateway and Apigee.

Game Warden provides support for Cloud Endpoints at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud External Key Manager (Cloud EKM)

Cloud External Key Manager allows organizations to use cryptographic keys that are stored and managed outside of Google Cloud, at a supported external key management partner. This gives organizations full sovereignty over their encryption keys.

Game Warden provides support for Cloud EKM at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Functions for Firebase

Cloud Functions for Firebase is an event-driven serverless compute platform that allows developers to run backend code in response to Firebase and Google Cloud events without managing servers.

Game Warden provides support for Cloud Functions for Firebase at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Healthcare API

Cloud Healthcare API is a fully managed service that enables healthcare organizations to store, manage, and analyze healthcare data in Google Cloud. It supports industry-standard formats including FHIR, HL7v2, and DICOM.

Game Warden provides support for Cloud Healthcare API at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Interconnect

Cloud Interconnect provides high-bandwidth, low-latency physical connections between an organization's on-premises network and Google's network. It includes Dedicated Interconnect (direct physical connection) and Partner Interconnect (connection through a service provider).

Game Warden provides support for Cloud Interconnect at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Intrusion Detection System (Cloud IDS)

Cloud IDS is a network-based threat detection service that provides managed intrusion detection capabilities for Google Cloud workloads. It analyzes mirrored network traffic to detect malware, spyware, command-and-control attacks, and other network-based threats.

Game Warden provides support for Cloud IDS at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Life Sciences

Cloud Life Sciences (formerly Google Genomics) is a suite of services and tools for processing, storing, and analyzing life sciences data at scale on Google Cloud. It is designed for bioinformatics workloads such as genomic sequencing pipelines.

Game Warden provides support for Cloud Life Sciences at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Load Balancing

Cloud Load Balancing is a fully distributed, software-defined, managed load balancing service for Google Cloud. It supports global and regional load balancing across Application, Passthrough Network, and Proxy Network load balancer types.

Game Warden provides support for Cloud Load Balancing (Application, Passthrough Network, and Proxy Network load balancers, including regional variants) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud NAT

Cloud NAT (Network Address Translation) is a distributed, software-defined managed service that allows VM instances without external IP addresses to make outbound connections to the internet without exposing them to inbound connections.

Game Warden provides support for Cloud NAT at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Natural Language API

Cloud Natural Language API provides machine learning-based natural language understanding capabilities, including entity recognition, sentiment analysis, content classification, and syntax analysis for unstructured text.

Game Warden provides support for Cloud Natural Language API at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Next Generation Firewall (Cloud NGFW)

Cloud NGFW is a cloud-native, fully managed firewall service that provides advanced threat protection for Google Cloud workloads. It includes Essentials and Standard tiers with features such as intrusion prevention, URL filtering, and TLS inspection.

Game Warden provides support for Cloud NGFW (Essentials and Standard tiers, excluding Enterprise) at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Profiler

Cloud Profiler is a statistical, low-overhead production profiling service for applications running on Google Cloud. It continuously gathers CPU and heap usage data from production applications, helping identify performance bottlenecks.

Game Warden provides support for Cloud Profiler at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Router

Cloud Router is a fully managed service that enables dynamic Border Gateway Protocol (BGP) routing between your Google Cloud Virtual Private Cloud (VPC) network and your on-premises network using Cloud Interconnect or Cloud VPN.

Game Warden provides support for Cloud Router at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Run

Cloud Run is a fully managed compute platform that enables developers to run stateless containers directly on top of Google's scalable infrastructure. It abstracts away all infrastructure management and scales automatically, including scaling to zero.

Game Warden provides support for Cloud Run at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Run Functions

Cloud Run Functions (formerly Cloud Functions) is Google Cloud's event-driven serverless compute service. It allows developers to write lightweight functions that respond to cloud events without provisioning or managing infrastructure.

Game Warden provides support for Cloud Run Functions at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Scheduler

Cloud Scheduler is a fully managed, enterprise-grade cron job service that allows you to schedule virtually any job, including batch and infrastructure operations, as well as other GCP services.

Game Warden provides support for Cloud Scheduler at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Service Mesh

Cloud Service Mesh (formerly Anthos Service Mesh) is a fully managed service mesh based on Istio that provides traffic management, security (mutual TLS), and observability for microservices running on GKE and other platforms. Traffic Director API is included as a control plane component.

Game Warden provides support for Cloud Service Mesh and Traffic Director API at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Shell

Cloud Shell is a browser-based, fully managed interactive shell environment for managing Google Cloud resources. It provides a Debian-based virtual machine with pre-installed Cloud SDK tools and a built-in code editor.

Game Warden provides support for Cloud Shell at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud SQL for MySQL

Cloud SQL for MySQL is a fully managed relational database service for MySQL workloads on Google Cloud. It handles replication, patch management, and database management to simplify operations.

Game Warden provides support for Cloud SQL for MySQL at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud SQL for PostgreSQL

Cloud SQL for PostgreSQL is a fully managed relational database service for PostgreSQL workloads on Google Cloud, supporting standard PostgreSQL extensions and providing automated backups, replication, and patching.

Game Warden provides support for Cloud SQL for PostgreSQL at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud SQL for SQL Server

Cloud SQL for SQL Server is a fully managed relational database service for Microsoft SQL Server workloads on Google Cloud, offering automated backups, high availability, and read replicas.

Game Warden provides support for Cloud SQL for SQL Server at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Storage for Firebase

Cloud Storage for Firebase provides object storage capabilities integrated with the Firebase platform, allowing mobile and web applications to store and serve user-generated content such as images and videos.

Game Warden provides support for Cloud Storage for Firebase at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Tasks

Cloud Tasks is a fully managed service for managing the execution, dispatch, and delivery of a large number of distributed tasks. It allows workloads to be executed asynchronously, outside of a user or service-to-service request.

Game Warden provides support for Cloud Tasks at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Trace

Cloud Trace is a distributed tracing system for Google Cloud that collects latency data from applications and displays it in the Cloud Console. It helps identify performance bottlenecks in production services.

Game Warden provides support for Cloud Trace at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Translation API

Cloud Translation API provides programmatic access to Google's machine translation engine, enabling dynamic translation of text between thousands of language pairs in applications.

Game Warden provides support for Cloud Translation API at IL2, as well as for FedRAMP and Commercial environments.


GCP Cloud Vision API

Cloud Vision API enables developers to integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and explicit content detection.

Game Warden provides support for Cloud Vision API at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud VPN

Cloud VPN securely connects peer networks to Google Cloud VPC networks through IPsec VPN tunnels. It supports both HA VPN (high availability with 99.99% SLA) and Classic VPN configurations.

Game Warden provides support for Cloud VPN at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Cloud Workstations

Cloud Workstations is a fully managed development environment service that provides secure, customizable, cloud-hosted workstations accessible from a browser. It allows organizations to standardize developer environments while enforcing security policies.

Game Warden provides support for Cloud Workstations at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Compute Engine

Compute Engine is Google Cloud's Infrastructure as a Service (IaaS) offering, providing scalable virtual machines running in Google's data centers. It supports a wide range of machine types, custom machine configurations, and persistent disk options.

Game Warden provides support for Compute Engine at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Customer Experience Insights

Customer Experience Insights (formerly CCAI Insights) is a Google Cloud AI service that analyzes contact center conversations to surface trends, topics, and agent performance metrics using natural language processing.

Game Warden provides support for Customer Experience Insights at IL2, as well as for FedRAMP and Commercial environments.


GCP Database Center

Database Center is a Google Cloud unified operations hub for managing and monitoring database fleets across Spanner, AlloyDB, Cloud SQL, and Bigtable from a single interface.

Game Warden provides support for Database Center at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Database Migration Service

Database Migration Service is a fully managed service for migrating databases to Google Cloud with minimal downtime. It supports migrations from MySQL, PostgreSQL, SQL Server, Oracle, and other sources to Cloud SQL, AlloyDB, and Spanner.

Game Warden provides support for Database Migration Service at IL2, as well as for FedRAMP and Commercial environments.


GCP Dataform

Dataform is a service for developing, versioning, and orchestrating SQL-based data transformation pipelines in BigQuery. It allows data teams to manage and document their data transformation logic using a version-controlled workflow.

Game Warden provides support for Dataform at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Datastream

Datastream is a serverless change data capture (CDC) and replication service that enables organizations to synchronize data across heterogeneous databases and applications reliably and with low latency.

Game Warden provides support for Datastream at IL2, as well as for FedRAMP and Commercial environments.


GCP Data Studio

Data Studio (formerly Google Data Studio) is a free, web-based data visualization and business intelligence tool that connects to various data sources to create interactive reports and dashboards. Data Studio Pro offers additional enterprise features.

Game Warden provides support for Data Studio and Data Studio Pro at IL2, as well as for FedRAMP and Commercial environments.


GCP Dialogflow

Dialogflow is Google Cloud's natural language understanding platform for building conversational interfaces such as chatbots and voice assistants. Dialogflow CX is designed for complex, enterprise-grade conversational agents, while Dialogflow ES (Essentials) is suited for simpler use cases.

Game Warden provides support for Dialogflow CX and Dialogflow ES at IL2, as well as for FedRAMP and Commercial environments.


GCP Document AI

Document AI is a Google Cloud platform for extracting structured data from unstructured documents using machine learning. It processes documents such as invoices, contracts, and forms at scale, automating data extraction workflows.

Game Warden provides support for Document AI at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Error Reporting

Error Reporting aggregates and displays errors produced in running cloud services. It identifies new errors and alerts teams in real time, providing stack traces and the ability to track error resolution status.

Game Warden provides support for Error Reporting at IL2, as well as for FedRAMP and Commercial environments.


GCP Eventarc

Eventarc is a managed eventing service that allows developers to build event-driven architectures on Google Cloud by routing events from Google services, third-party systems, and custom applications to Cloud Run, Cloud Functions, and GKE. Eventarc Standard is the generally available tier; Eventarc Advanced is excluded from compliance scope.

Game Warden provides support for Eventarc (Standard tier) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Firebase Authentication

Firebase Authentication provides backend services, SDKs, and UI libraries for authenticating users in mobile and web applications. It supports email/password, phone, and federated identity providers such as Google, Facebook, and Apple.

Game Warden provides support for Firebase Authentication at IL2, as well as for FedRAMP and Commercial environments.


GCP Firebase Security Rules

Firebase Security Rules is a declarative rules language for controlling access to Firebase Realtime Database, Cloud Firestore, and Cloud Storage for Firebase resources at the document and file level.

Game Warden provides support for Firebase Security Rules at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Filestore Basic HDD and SSD Tiers

Filestore Basic HDD and SSD tiers are storage performance tiers for GCP Filestore, providing NFS-based shared file storage. The HDD tier is suited for cost-sensitive workloads, while the SSD tier is optimized for higher throughput and lower latency requirements.

Game Warden provides support for Filestore Basic HDD and SSD tiers at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Firestore

Firestore (which replaced Datastore) is a fully managed, scalable, serverless document database built for mobile, web, and server development. It supports real-time data synchronization and offline access. The Firestore with MongoDB compatibility mode is excluded from compliance scope.

Game Warden provides support for Firestore at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Gemini Enterprise

Gemini Enterprise (formerly Google Agentspace) is Google Cloud's enterprise AI assistant platform, providing AI-powered assistance integrated with Google Workspace and business applications. It excludes NotebookLM Enterprise from compliance scope.

Game Warden provides support for Gemini Enterprise at IL2 and IL4, as well as for FedRAMP and Commercial environments.


GCP Generative AI on Vertex AI

Generative AI on Vertex AI provides access to Google's foundation models and tools for building, deploying, and managing generative AI applications on Google Cloud. It includes APIs for text, image, and multimodal generation.

Game Warden provides support for Generative AI on Vertex AI at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP GKE Config Sync

GKE Config Sync is a GitOps tool that synchronizes Kubernetes configuration from a Git repository to one or more GKE clusters, ensuring consistent cluster state across environments.

Game Warden provides support for GKE Config Sync at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP GKE Connect Agent

GKE Connect Agent enables GKE clusters to connect to the Google Cloud fleet management infrastructure, allowing clusters to be registered with and managed through the GKE Hub fleet API.

Game Warden provides support for GKE Connect Agent at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP GKE Hub

GKE Hub provides a unified fleet management interface for registering and managing multiple GKE clusters and other Kubernetes clusters as a single fleet, enabling consistent policy and configuration management.

Game Warden provides support for GKE Hub at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP GKE Identity Service

GKE Identity Service (formerly Anthos Identity Service) extends identity and access management to GKE clusters, allowing organizations to use their existing identity providers for authenticating users and workloads to Kubernetes.

Game Warden provides support for GKE Identity Service at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Google Admin Console

The Google Admin console is the web-based management interface for Google Workspace and Cloud Identity services. It includes the Admin SDK for programmatic administration and Directory Sync for synchronizing identities from on-premises directories.

Game Warden provides support for Google Admin console (including Admin SDK and Directory Sync) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Google Cloud Armor

Google Cloud Armor is a distributed denial-of-service (DDoS) protection and web application firewall (WAF) service for Google Cloud. It provides protection against volumetric attacks and layer 7 threats using configurable security policies.

Game Warden provides support for Google Cloud Armor at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Google Cloud Marketplace

Google Cloud Marketplace is an online store offering production-ready software solutions and services that integrate with Google Cloud. It allows organizations to quickly deploy pre-configured software from Google and third-party vendors.

Game Warden provides support for Google Cloud Marketplace at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Google Cloud Migration Center

Google Cloud Migration Center is a unified platform for planning and executing cloud migrations. It discovers and assesses on-premises assets, provides recommendations for GCP target infrastructure, and helps prioritize migration workloads.

Game Warden provides support for Google Cloud Migration Center at IL2, as well as for FedRAMP and Commercial environments.


GCP Google Cloud SDK

Google Cloud SDK is the set of command-line tools, client libraries, and APIs for managing GCP resources and services. It includes the gcloud CLI, gsutil for Cloud Storage, and bq for BigQuery.

Game Warden provides support for Google Cloud SDK at IL2, as well as for FedRAMP and Commercial environments.


GCP Google Earth Engine

Google Earth Engine is a cloud computing platform for processing and analyzing large geospatial datasets, including satellite imagery and other Earth observation data. It is used for environmental monitoring, climate analysis, and geospatial research.

Game Warden provides support for Google Earth Engine at IL2, as well as for FedRAMP and Commercial environments.


GCP Google Security Operations SIEM

Google Security Operations SIEM (Google SecOps SIEM) is a cloud-native security information and event management platform built on Google's infrastructure. It ingests and analyzes security telemetry at scale to detect threats and support security investigations.

Game Warden provides support for Google Security Operations SIEM at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Google Security Operations SOAR

Google Security Operations SOAR (Google SecOps SOAR) is a security orchestration, automation, and response platform integrated with Google's security operations suite. It enables security teams to automate repetitive tasks and coordinate incident response workflows.

Game Warden provides support for Google Security Operations SOAR at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Identity and Access Management (IAM)

Identity and Access Management (IAM) is the Google Cloud service that controls who can take what actions on which resources. It supports fine-grained permissions, role-based access control, and Workforce Identity Federation for integrating external identity providers.

Game Warden provides support for IAM and Workforce Identity Federation at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Identity Platform

Identity Platform is a customer identity and access management (CIAM) service that adds Google-grade authentication to applications. It provides drop-in UI components, multi-factor authentication, and enterprise identity provider integration.

Game Warden provides support for Identity Platform at IL2, as well as for FedRAMP and Commercial environments.


GCP Identity-Aware Proxy (IAP)

Identity-Aware Proxy (IAP) establishes a central authorization layer for applications accessed over HTTPS, enabling access control policies based on identity and context rather than network-level configuration. IAP for TCP forwarding is excluded from compliance scope.

Game Warden provides support for IAP at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Infrastructure Manager

Infrastructure Manager is Google Cloud's managed infrastructure-as-code deployment service, providing a fully managed Terraform-based platform for provisioning GCP resources. It replaces Cloud Deployment Manager for new deployments.

Game Warden provides support for Infrastructure Manager at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Integration Connectors

Integration Connectors is a component of Application Integration that provides pre-built connectors for integrating Google Cloud services with external SaaS applications and enterprise systems.

Game Warden provides support for Integration Connectors at IL2, as well as for FedRAMP and Commercial environments.


GCP Key Access Justifications

Key Access Justifications works with Cloud EKM to provide justifications for each request made to access encryption keys held in an external key manager, giving organizations the ability to approve or deny key access on a per-request basis.

Game Warden provides support for Key Access Justifications at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Knowledge Catalog

Knowledge Catalog (formerly Dataplex Universal Catalog; replaced Data Catalog) is a Google Cloud service for data governance and metadata management. It provides a searchable data catalog, automated metadata discovery, and data classification across GCP data assets.

Game Warden provides support for Knowledge Catalog at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Looker (Google Cloud Core)

Looker (Google Cloud core) is an enterprise business intelligence platform embedded in Google Cloud. It provides data exploration, visualization, and dashboarding capabilities with a semantic modeling layer for consistent metrics across an organization.

Game Warden provides support for Looker (Google Cloud core) at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Managed Service for Apache Airflow

Managed Service for Apache Airflow (formerly Cloud Composer) is a fully managed workflow orchestration service built on Apache Airflow. It enables authoring, scheduling, and monitoring of data pipelines without managing the underlying Airflow infrastructure.

Game Warden provides support for Managed Service for Apache Airflow at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Managed Service for Apache Kafka

Google Cloud Managed Service for Apache Kafka is a fully managed Kafka service on Google Cloud that provides native Kafka compatibility without operational overhead. Kafka Connect and Kafka Schema Registry are excluded from compliance scope.

Game Warden provides support for Managed Service for Apache Kafka at IL4 and IL5. IL4 and IL5 support is currently under DISA review, and FedRAMP authorization is currently under GSA review.


GCP Managed Service for Apache Spark

Managed Service for Apache Spark is a fully managed, serverless Spark service on Google Cloud that enables running Apache Spark jobs without provisioning or managing clusters, integrating natively with BigQuery and other GCP services.

Game Warden provides support for Managed Service for Apache Spark at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Memorystore

Memorystore is Google Cloud's fully managed in-memory data store service, supporting Redis and Memcached. It provides sub-millisecond data access for caching, session management, and real-time analytics workloads. Memorystore for Redis Cluster is excluded from the standard compliance scope.

Game Warden provides support for Memorystore (for Redis and Memcached) at IL2, as well as for FedRAMP and Commercial environments. Memorystore for Redis also provides support at IL4 and IL5.


GCP Model Armor

Model Armor is a Google Cloud service that provides safety and security controls for generative AI applications, helping organizations detect and prevent prompt injection, jailbreaks, and other attacks against AI models.

Game Warden provides support for Model Armor at IL2, as well as for FedRAMP and Commercial environments.


GCP Network Connectivity Center

Network Connectivity Center is a Google Cloud hub-and-spoke networking model that simplifies the management of connectivity between on-premises networks and Google Cloud VPCs. It supports VPN, Interconnect, and SD-WAN spoke types.

Game Warden provides support for Network Connectivity Center at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Network Intelligence Center

Network Intelligence Center is a Google Cloud network observability and troubleshooting platform. It includes tools for connectivity testing, network performance monitoring, and topology visualization across GCP networks.

Game Warden provides support for Network Intelligence Center at IL2, as well as for FedRAMP and Commercial environments.


GCP Network Service Tiers

Network Service Tiers allow organizations to choose between Google's Premium Tier (Google's global network backbone) and Standard Tier (public internet routing) for egress traffic, enabling cost and performance optimization.

Game Warden provides support for Network Service Tiers at IL2, as well as for FedRAMP and Commercial environments.


GCP Organization Policy Service

Organization Policy Service provides centralized control over an organization's GCP resources by defining constraints that restrict how resources can be configured or used. Policies can be applied at the organization, folder, or project level.

Game Warden provides support for Organization Policy Service at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Persistent Disk

Persistent Disk is Google Cloud's block storage service for Compute Engine and GKE. It provides durable, high-performance storage that persists independently from VM lifecycle events and supports both HDD and SSD storage types.

Game Warden provides support for Persistent Disk at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP reCAPTCHA Enterprise

reCAPTCHA Enterprise is Google Cloud's bot detection and fraud prevention service. It protects websites and mobile applications from automated abuse using advanced risk analysis and adaptive challenge mechanisms.

Game Warden provides support for reCAPTCHA Enterprise at IL2, as well as for FedRAMP and Commercial environments.


GCP Resource Manager

Resource Manager provides a hierarchical resource container system—organizations, folders, and projects—that allows centralized management of GCP resources, IAM policies, and billing configurations.

Game Warden provides support for Resource Manager at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Secret Manager

Secret Manager is a secure and convenient storage system for API keys, passwords, certificates, and other sensitive configuration data. It provides encryption at rest, access control via IAM, and audit logging. Regional secrets are supported separately and carry full IL4/IL5 compliance.

Game Warden provides support for Secret Manager (including Regional secrets) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Secure Source Manager

Secure Source Manager (which replaced Cloud Source Repositories) is a fully managed, private Git repository hosting service for Google Cloud that meets regulatory compliance requirements for source code management.

Game Warden provides support for Secure Source Manager at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Secure Web Proxy

Secure Web Proxy is a Google Cloud-managed proxy service that provides explicit outbound web traffic security controls for GCP workloads, including URL filtering and TLS inspection.

Game Warden provides support for Secure Web Proxy at IL2, as well as for FedRAMP and Commercial environments.


GCP Security Command Center

Security Command Center is Google Cloud's centralized security and risk management platform. It provides asset inventory, vulnerability detection, threat detection, and compliance monitoring across GCP resources. The Premium tier adds advanced threat detection capabilities.

Game Warden provides support for Security Command Center (Standard and Premium tiers, excluding Enterprise, Compliance Manager, Data Security Posture Management, AI Protection, and Issues) at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Sensitive Data Protection

Sensitive Data Protection (formerly Cloud DLP) is a fully managed service for discovering, classifying, and protecting sensitive data across Google Cloud. It includes the Cloud Data Loss Prevention API and supports data inspection, de-identification, and risk analysis.

Game Warden provides support for Sensitive Data Protection and the Cloud Data Loss Prevention API at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Service Directory

Service Directory is a managed service registry that provides a single place to publish, discover, and connect services across Google Cloud, on-premises, and other cloud environments.

Game Warden provides support for Service Directory at IL2, as well as for FedRAMP and Commercial environments.


GCP Spanner

Cloud Spanner is a fully managed, mission-critical relational database service that offers transactional consistency, global scale, and high availability with up to 99.999% availability SLAs. It combines the benefits of relational semantics with the horizontal scalability of non-relational databases.

Game Warden provides support for Spanner at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Speech-to-Text

Speech-to-Text is Google Cloud's automatic speech recognition service that converts audio to text using deep learning models. It supports over 125 languages, real-time streaming recognition, and batch transcription.

Game Warden provides support for Speech-to-Text at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Storage Transfer Service

Storage Transfer Service is a fully managed service for moving data into and between Google Cloud Storage, Amazon S3, Azure Blob Storage, and on-premises data sources. It supports scheduled, one-time, and continuous transfers.

Game Warden provides support for Storage Transfer Service at IL2, as well as for FedRAMP and Commercial environments. IL4 and IL5 support is currently under DISA review.


GCP Talent Solution

Talent Solution is Google Cloud's AI-powered job search and talent acquisition API that enables organizations to build intelligent job search and candidate matching applications using Google's machine learning models.

Game Warden provides support for Talent Solution at IL2, as well as for FedRAMP and Commercial environments.


GCP Text-to-Speech

Text-to-Speech is Google Cloud's service that converts text into natural-sounding speech using deep learning models. It supports multiple voices, languages, and audio formats for building voice-enabled applications.

Game Warden provides support for Text-to-Speech at IL2, as well as for FedRAMP and Commercial environments.


GCP Vertex AI

Vertex AI is Google Cloud's unified machine learning platform for building, deploying, and scaling ML models and AI applications. It covers the full ML lifecycle, including model training, evaluation, deployment, monitoring, and management.

Game Warden provides support for Vertex AI (including Inference, Model Monitoring, Model Registry, Pipelines, Training, and related services) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.

Game Warden provides support for Vertex AI Search and Gemini Enterprise at IL2 and IL4, as well as for FedRAMP and Commercial environments.


GCP Video Intelligence API

Video Intelligence API is Google Cloud's service for analyzing video content using machine learning. It can identify objects, detect scenes, recognize text, and transcribe speech within video files.

Game Warden provides support for Video Intelligence API at IL2, as well as for FedRAMP and Commercial environments.


GCP VPC Flow Logs

VPC Flow Logs record network flows sent and received by VM instances in Google Cloud VPC networks. They are used for network monitoring, forensics, real-time security analysis, and expense optimization.

Game Warden provides support for VPC Flow Logs at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP VPC Service Controls

VPC Service Controls allow organizations to define security perimeters around Google Cloud API-based services to reduce the risk of data exfiltration. Perimeters restrict which resources and identities can access services, regardless of IAM policies.

Game Warden provides support for VPC Service Controls at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.


GCP Web Risk API

Web Risk API is a Google Cloud service that allows client applications to check URLs against Google's regularly updated lists of unsafe web resources, enabling detection of phishing, malware, and social engineering sites.

Game Warden provides support for Web Risk API at IL2, as well as for FedRAMP and Commercial environments.


GCP Workflows

Workflows is a fully managed orchestration platform for executing sequences of Google Cloud and HTTP-based services. It allows developers to define, execute, and monitor multi-step workflows using a YAML or JSON syntax.

Game Warden provides support for Workflows at IL2, as well as for FedRAMP and Commercial environments.


Impact Levels (IL)

Impact Levels are part of the DoW’s classification system for assessing the sensitivity of information stored or processed in the cloud. They help determine the required security controls based on the potential impact of losing confidentiality, integrity, or availability of that information.

The DoW Cloud Computing Security Requirements Guide (CC SRG) defines the following levels:

  • IL2 – Public or non-critical mission information (typically deployed to unclassified environments such as NIPRNet).
  • IL4 – Includes Controlled Unclassified Information (CUI), such as For Official Use Only (FOUO), Personally Identifiable Information (PII), and Protected Health Information (PHI), along with non-critical mission information and non-National Security Systems (non-NSS).
  • IL5 – Includes higher sensitivity CUI, mission-critical information, and National Security Systems (NSS). IL5 occupies a narrow space between IL4 and IL6 and is distinguished by its authorization to process NSS.
  • IL6 – Classified information systems and data classified up to SECRET (typically deployed to classified environments such as SIPRNet or JWICS).

Game Warden, developed by Second Front Systems, supports secure cloud environments for commercial applications operating at Impact Levels 2, 4, and 5, enabling them to meet DoW security standards without building their own compliant infrastructure.


Information System Security Manager (ISSM)

The ISSM is a designated security role defined by the Department of War (DoW) and NIST Risk Management Framework (RMF). This person is responsible for the overall cybersecurity posture of an information system throughout its lifecycle.


Infrastructure as a Service (IaaS)

IaaS is a cloud computing model that delivers core technology resources—such as servers, storage, and networking—over the internet. Because these resources are provided through the cloud, organizations don’t need to buy or maintain physical hardware themselves. Instead, they can access what they need on demand, scale easily, and focus on developing and running applications.

Game Warden, developed by Second Front Systems, leverages IaaS platforms such as Amazon Web Services (AWS) and Google Cloud to offer secure, compliant environments. This allows commercial software providers to deliver applications to the U.S. Department of War without the overhead of managing their own infrastructure.


Information System (IS)

A structured set of hardware, software, data, people, and processes used to collect, process, store, transmit, or dispose of information to support organizational operations.


Information System Contingency Plan (ISCP)

A formal plan that outlines procedures for assessing damage and restoring an information system following a disruption. The ISCP ensures systems can be recovered quickly and effectively to maintain mission-critical operations.


Interconnection Security Agreement (ISA)

A formal agreement between two organizations that outlines the security requirements, responsibilities, and controls for a system-to-system connection.


Joint Interoperability Test Command (JITC)

JITC is a testing and certification organization within the U.S. Department of War. Its mission is to ensure that communication and information systems—such as networks, software, and hardware—can work together securely and effectively. JITC conducts thorough testing to verify that these systems meet DoW standards and function reliably within its complex, interconnected environment.


JSON Web Token (JWT)

A JSON Web Token (JWT) is a compact, URL-safe token format used to securely transmit claims between parties. In Game Warden, JWTs are issued by Keycloak after a user authenticates via Platform One SSO. The token includes user identity details such as email, roles, and group membership.


JSON Web Key Set (JWKS)

A JWKS endpoint is a URL exposed by an identity provider (like Keycloak) that publishes the public keys used to sign JWTs. These keys are used by your application to verify that a received JWT was indeed issued by a trusted source.


Large Language Models (LLMs)

Large Language Models (LLMs) are AI models trained on large amounts of text data that can generate, summarize, translate, and reason over language. They power use cases like intelligent chatbots, document analysis, semantic search, and automated content generation.

Supported LLM models on Game Warden:

Game Warden provides access to Large Language Models (LLMs) through integrated AI providers rather than requiring your team to manage AI infrastructure directly. Supported providers and models vary by impact level (IL).

Amazon Bedrock:

Amazon Bedrock is available on Game Warden and provides access to foundational models through a unified API.

  • At IL4 and IL5, available models are limited to those supported in AWS GovCloud (US-East and US-West). We recommend verifying specific model availability against AWS's current GovCloud model list before finalizing your integration, as not all commercial models are available in GovCloud.

  • At IL6, supported models are Titan Text Embeddings V2, Claude Gov Sonnet 4.5, and Nova Lite. Note that adding Bedrock is considered a significant change and requires a new Certificate to Field (CtF)/Software Approval.

Cohere:

Cohere models are not pre-approved across all DoD impact levels (IL2-IL6) by default. However, they can be used in high-security environments through private deployment. Running Cohere models on-premise or in air-gapped systems meets the strict data isolation requirements for IL5 and IL6 compliance.


Multi-Factor Authentication (MFA)

MFA is a security practice that requires users to verify their identity using two or more independent methods before accessing a system. These methods typically fall into categories such as:

  • Something you know (e.g., a password or PIN)
  • Something you have (e.g., a phone or security token)
  • Something you are (e.g., a fingerprint or facial recognition)

By requiring multiple forms of authentication, MFA significantly reduces the risk of unauthorized access—even if one factor is compromised. It is widely used to protect sensitive systems and data from breaches.

Game Warden enhances platform security by enforcing MFA, ensuring that only authorized individuals can access its systems. This added layer of protection helps prevent unauthorized access and safeguards the sensitive software and data it manages for the U.S. Department of War.


National Defense Authorization Act (NDAA)

The NDAA is a law passed by the U.S. Congress every year to set the budget and policies for the Department of War (DoW). As an annual federal law, it provides the legal authority and funding needed to support military operations, personnel, procurement, and cybersecurity initiatives. In addition to allocating resources, the NDAA outlines strategic priorities and updates defense policies to reflect the evolving needs of national security. It plays a critical role in ensuring the DoW has both the direction and the tools required to carry out its mission.


National Information Assurance Partnership (NIAP)

NIAP is a U.S. government initiative operated by the National Security Agency (NSA) in partnership with NIST, responsible for evaluating IT products for use in national security systems.

NIAP compliance levels do not apply to Game Warden. As a cloud platform (PaaS), Game Warden is not subject to NIAP evaluation, which is designed for discrete IT and hardware products rather than cloud services. Game Warden's encryption capabilities are validated through FIPS-approved modules, and its overall security posture is assessed under its FedRAMP High authorization.


National Institute of Standards and Technology (NIST)

NIST is a U.S. government agency that develops and publishes standards and guidelines to improve cybersecurity, information security, and risk management across both public and private sectors. Its frameworks are widely adopted by federal agencies, including the Department of War (DoW), to ensure consistent and effective security practices.

Second Front Systems aligns Game Warden with NIST standards to ensure the platform meets rigorous cybersecurity and risk management requirements, supporting secure software delivery to the U.S. government.


National Institute of Standards and Technology’s Risk Management Framework (NIST RMF)

The NIST Risk Management Framework (RMF) is a structured, step-by-step process used by U.S. federal agencies-including the Department of War-to manage cybersecurity and information security risks. It provides a standardized approach for selecting, implementing, and monitoring security controls based on the sensitivity of the systems and data involved.

The RMF helps organizations:

  • Identify and assess potential risks
  • Apply appropriate security measures
  • Continuously monitor systems for threats and compliance

By following the RMF, agencies and their partners ensure that systems remain secure, resilient, and compliant with federal regulations throughout their lifecycle.


Other Transaction Authority (OTA)

Other Transaction Authority (OTA) allows the Department of War (DoW) to carry out research, prototyping, and production efforts using flexible acquisition methods outside the traditional Federal Acquisition Regulation (FAR). Established to promote innovation, OTA enables the DoW to adopt commercial business practices when awarding agreements.

Other Transactions (OTs) are the agreements issued under this authority. They are commonly used to engage non-traditional defense contractors, such as small businesses, research institutions, and nonprofit organizations. OTs streamline the acquisition process by reducing administrative burdens and bypassing certain FAR requirements, helping the government more efficiently access emerging technologies and capabilities.


OpenID Connect (OIDC)

OIDC is an identity layer built on top of OAuth 2.0 that enables clients to verify the identity of end users and obtain their profile information through ID tokens (JWTs). When a user logs in via Platform One SSO, OIDC allows Keycloak to securely issue a JWT that can be consumed by your application for authorization decisions.


Program Management Office (PMO)

The FedRAMP Program Management Office (PMO) is responsible for overseeing and operating the FedRAMP program. It manages the day-to-day activities that support cloud security across the federal government, including:

  • Developing and maintaining FedRAMP policies and guidance
  • Managing the FedRAMP Marketplace, which lists authorized cloud service offerings
  • Supporting federal agencies and cloud service providers (CSPs) throughout the FedRAMP authorization process
  • Overseeing continuous monitoring of authorized Cloud Service Offerings (CSOs) to ensure ongoing compliance

The PMO plays a central role in ensuring the security and consistency of cloud services used by U.S. federal agencies.


Plan of Action and Milestones (POA&M)

A management tool that outlines identified security weaknesses in an information system, along with the corrective actions, timelines, and responsible parties needed to remediate those issues.


Platform as a Service (PaaS)

PaaS is a cloud computing model that provides developers with a complete environment for building, deploying, and managing applications—without needing to worry about setting up or maintaining the underlying infrastructure.

PaaS typically includes:

  • Application hosting and runtime environments
  • Development tools such as code editors, version control, and CI/CD pipelines
  • Databases and storage
  • Security and monitoring tools
  • Scalability features to handle growth in usage

By taking care of servers, networking, storage, and system updates, PaaS allows developers to focus on writing code and delivering features—speeding up development while reducing operational overhead.

Game Warden, developed by Second Front Systems, is a DevSecOps PaaS to support secure software delivery to U.S. Department of War (DoW) networks. It provides the tools, automation, and compliance controls needed to build and deploy mission-critical applications efficiently and securely.


Provisional Authorization to Operate (P-ATO)

A Provisional Authorization to Operate (P-ATO) is an approval granted by the FedRAMP Joint Authorization Board (JAB) indicating that a cloud service has successfully completed the FedRAMP security assessment process. While not a full Authorization to Operate (ATO), a P-ATO allows federal agencies to review the assessment results and issue their own ATOs based on the JAB’s provisional authorization.


Readiness Assessment Report (RAR)

A document prepared by a Third Party Assessment Organization (3PAO) that evaluates a Cloud Service Provider’s (CSP) preparedness to begin the FedRAMP authorization process. It identifies potential gaps and confirms that the CSP meets baseline requirements.


Small Business Innovation Research Program (SBIR)

The SBIR program is a federal initiative that supports small businesses in conducting research and development (R&D) to create innovative solutions that meet government needs and have potential for commercial use. The program provides funding in phases, helping small companies move from early-stage research to product development and deployment.

Second Front Systems’ Game Warden aligns well with the SBIR program by offering a secure, compliant platform that helps software-focused projects meet government security requirements. Game Warden provides a streamlined pathway to accreditation, making it easier for SBIR-funded teams to transition their prototypes into operational, deployable solutions for the U.S. Department of War.


Security Assessment Plan (SAP)

A document that defines the scope, approach, and testing procedures used to evaluate a system’s security controls. It serves as the roadmap for how the security assessment will be conducted.


Body of Evidence (BoE)

A set of documents outlines the security requirements for an information system and details the security controls that are implemented or planned. It serves as a foundational document for understanding how the system meets compliance obligations and mitigates risk.


Security Assessment Report (SAR)

A detailed report that presents the findings from the security assessment, including control test results, identified vulnerabilities, and recommended remediation actions. The SAR is used by authorizing officials to inform risk-based decisions.


Significant Change Request (SCR)

A formal request submitted by a CSP to FedRAMP or the authorizing agency when planning a major system change—such as architectural updates or new service offerings—that could affect the system’s security posture. Approval is required to maintain compliance.


Software as a Service (SaaS)

SaaS is a cloud computing model in which software applications are hosted centrally and delivered to users over the internet, usually on a subscription basis. Instead of installing and maintaining software on local machines, users access SaaS applications through a web browser—making setup, maintenance, and updates much simpler.

SaaS offers key benefits such as:

  • Accessibility from any device or location with internet access
  • Automatic updates and patches
  • Scalability to support growing user needs
  • Cost-efficiency by reducing the need for on-site infrastructure

Game Warden, developed by Second Front Systems, enables the secure and compliant delivery of SaaS applications to U.S. Department of War (DoW) networks. By streamlining the deployment process, Game Warden helps software vendors bring cloud-based solutions to DoW environments faster and with less overhead.


Security Control Assessor (SCA)

A SCA is an individual, group, or organization that independently assesses the effectiveness of security controls implemented within an information technology system.


Security Control Assessor Representative (SCAR)

A SCAR is a role that supports a Security Control Assessor (SCA) by independently assessing the implementation and effectiveness of security controls within an organization's information systems.


Third Party Assessment Organization (3PAO)

A 3PAO is an independent organization accredited by the Federal Risk and Authorization Management Program (FedRAMP) to assess the security of cloud service providers (CSPs) that want to work with the federal government. These organizations play a critical role in ensuring that cloud services meet federal cybersecurity standards.


Valley of Death

This term refers to a common challenge in government procurement and technology development: the difficult transition between early-stage research and development (R&D) and full-scale production or deployment. During this phase, many projects stall due to gaps in funding, resources, or institutional support—despite showing strong promise in the prototype stage. As a result, innovative solutions often struggle to move beyond proof of concept.

Game Warden, developed by Second Front Systems, helps bridge this gap for software projects in the U.S. Department of War (DoW). By providing a secure, compliant platform for deploying software to DoW networks, Game Warden accelerates the path from innovation to operational use—helping vendors overcome the Valley of Death and deliver real-world impact.


Zero Trust

Zero Trust is a cybersecurity model based on the principle of “never trust, always verify.” Instead of automatically trusting users or devices inside a network, Zero Trust requires continuous verification of identity, device status, and permissions before granting access to systems or data. This approach helps prevent unauthorized access and reduces the risk of security breaches.

Second Front Systems applies the Zero Trust model to Game Warden, ensuring that only authorized users, devices, and applications can access sensitive environments. This provides a strong layer of protection for both government and commercial users operating within U.S. Department of War (DoW) networks.