Glossary¶
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 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 does not currently provide compliance-scoped support for Amazon AppFlow.
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 does not currently provide compliance-scoped support for Amazon DataZone.
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 does not currently provide compliance-scoped support for Amazon DevOps Guru.
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 Elastic Container Registry (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 Elastic Container Service (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 Elastic MapReduce (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 does not currently provide compliance-scoped support for Amazon FinSpace.
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 does not currently provide compliance-scoped support for Amazon Forecast.
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 (for Apache Cassandra) 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 does not currently provide compliance-scoped support for Amazon Macie.
Amazon Managed Service for Apache Flink¶
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 does not currently provide compliance-scoped support for Amazon Q Business.
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 Simple Workflow Service (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 does not currently provide compliance-scoped support for Amazon WorkSpaces Secure Browser.
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 (MGN) 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 does not currently provide compliance-scoped support for AWS App Mesh.
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 does not currently provide compliance-scoped support for AWS Audit Manager.
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 Batch at IL2, 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 (ACM) 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 does not currently provide compliance-scoped support for AWS Clean Rooms.
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 does not currently provide compliance-scoped support for AWS Cloud9.
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 Database Migration Service (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 does not currently provide compliance-scoped support for AWS Data Exchange.
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 (AWS DRS) 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 does not currently provide compliance-scoped support for AWS Entity Resolution.
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 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 does not currently provide compliance-scoped support for AWS Global Accelerator.
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 does not currently provide compliance-scoped support for AWS Ground Station.
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 does not currently provide compliance-scoped support for AWS HealthImaging.
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 does not currently provide compliance-scoped support for AWS HealthLake.
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 does not currently provide compliance-scoped support for AWS HealthOmics.
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 does not currently provide compliance-scoped support for AWS Mainframe Modernization.
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 (AMS) 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 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 Resource Access Manager (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 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 does not currently provide compliance-scoped support for AWS Shield (Standard and Advanced).
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 (AVA) 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 Web Application Firewall (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 Web Application Firewall Classic (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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Cloud Shell at IL2, 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 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 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 Content Delivery Network (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 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 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 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 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 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 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 Database Migration Service at IL2, 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 (AKS) 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 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 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 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 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 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 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 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 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 at IL2, IL4, IL5, and IL6, 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¶
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 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 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 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 Resource Manager at IL2, as well as for FedRAMP and Commercial environments IL4 and IL5 support is currently under DISA review.
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.
Amazon Aurora DSQL¶
Amazon Aurora DSQL is a fully managed, distributed SQL database service designed to handle large-scale transactional workloads with high throughput and low latency. It provides ACID compliance across distributed nodes, allowing applications to scale horizontally while maintaining strong data consistency. The service supports standard SQL queries and is optimized for applications requiring both scalability and reliable data integrity across multiple database nodes.
Game Warden does not currently provide compliance-scoped support for Amazon Aurora DSQL.
Amazon Aurora MySQL¶
Amazon Aurora MySQL is a fully managed relational database engine that combines the simplicity and cost-effectiveness of open-source MySQL with the reliability and performance of commercial-grade databases. It automatically handles routine database tasks such as backups, patching, and failover management, allowing users to focus on their applications rather than infrastructure maintenance. Aurora MySQL provides high throughput, low latency, and automatic scaling capabilities to support demanding workloads while maintaining data durability and security.
Game Warden provides support for Amazon Aurora MySQL at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon Aurora PostgreSQL¶
Amazon Aurora PostgreSQL is a managed relational database service that combines the performance and reliability of commercial databases with the simplicity and cost-effectiveness of open-source databases. It automatically handles routine database administration tasks such as provisioning, patching, backup, recovery, failure detection, and repair. Aurora PostgreSQL is compatible with standard PostgreSQL, allowing existing PostgreSQL applications and tools to work with minimal code changes.
Game Warden provides support for Amazon Aurora PostgreSQL at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon CloudFront (excludes content delivery through Amazon CloudFront Embedded Point of Presences)¶
Amazon CloudFront is a content delivery network (CDN) service that distributes content to users with low latency and high transfer speeds by caching copies at edge locations worldwide. It works by routing user requests to the nearest edge server, reducing the distance data must travel from the origin server to the end user. CloudFront supports delivery of various content types including web pages, APIs, video streams, and software downloads.
Game Warden does not currently provide compliance-scoped support for Amazon CloudFront (excludes content delivery through Amazon CloudFront Embedded Point of Presences).
Amazon DocumentDB (with MongoDB compatibility)¶
Amazon DocumentDB is a fully managed NoSQL database service that provides MongoDB compatibility, allowing developers to use MongoDB drivers and tools with an AWS-native database engine. It stores data in flexible, JSON-like documents and is designed to handle large-scale, distributed workloads with automatic scaling capabilities. The service manages administrative tasks such as hardware provisioning, patching, and backups, freeing users to focus on application development.
Game Warden provides support for Amazon DocumentDB (with MongoDB compatibility) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Amazon Elastic Block Store (EBS)¶
Amazon Elastic Block Store (EBS) is a block storage service that provides persistent storage volumes for use with Amazon EC2 instances. EBS volumes can be attached to running instances and allow data to persist independently of the instance lifecycle, enabling users to store databases, applications, and file systems. Volumes can be created, modified, and managed through the AWS Management Console or APIs.
Game Warden provides support for Amazon Elastic Block Store (EBS) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon Elastic Compute Cloud (EC2)¶
Amazon Elastic Compute Cloud (EC2) is a web service that provides resizable virtual computing resources, enabling users to launch and manage instances with varying compute capacity, memory, and storage configurations. EC2 allows organizations to scale computing power up or down based on demand and provides flexibility in operating system and application deployment choices. The service includes tools for configuring security groups, managing network interfaces, and controlling instance lifecycle operations such as launching, stopping, and terminating compute resources.
Game Warden provides support for Amazon Elastic Compute Cloud (EC2) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon Elastic File System (EFS)¶
Amazon Elastic File System (EFS) is a managed network file system service that provides scalable file storage for use with AWS compute instances and on-premises servers. EFS automatically scales storage capacity up and down as files are added or removed, eliminating the need for capacity planning. The service supports concurrent access from multiple compute instances, making it suitable for workloads that require shared file system access across distributed applications.
Game Warden provides support for Amazon Elastic File System (EFS) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon Elastic Kubernetes Service (EKS)¶
Amazon Elastic Kubernetes Service (EKS) is a managed container orchestration service that simplifies the deployment, management, and scaling of containerized applications using Kubernetes on AWS infrastructure. EKS handles the operation and maintenance of Kubernetes control planes, allowing users to focus on running their application workloads rather than managing the underlying cluster infrastructure. The service integrates with other AWS services to provide networking, security, monitoring, and storage capabilities for containerized deployments.
Game Warden provides support for Amazon Elastic Kubernetes Service (EKS) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon Managed Streaming for Apache Kafka (Amazon MSK)¶
Amazon Managed Streaming for Apache Kafka (Amazon MSK) is a fully managed Apache Kafka service that handles the operational overhead of running and scaling Kafka clusters. It enables organizations to build and run real-time streaming applications that process and analyze large volumes of data from various sources. Amazon MSK manages cluster provisioning, configuration, patching, monitoring, and maintenance tasks, allowing users to focus on application development rather than infrastructure management.
Game Warden provides support for Amazon Managed Streaming for Apache Kafka (Amazon MSK) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Amazon Q Developer in chat applications (formerly AWS Chatbot)¶
Amazon Q Developer in chat applications is an AWS service that integrates artificial intelligence capabilities directly into chat platforms like Slack and Microsoft Teams to assist developers with code-related tasks. The service enables developers to ask questions about their AWS resources, receive code suggestions, troubleshoot issues, and get answers to technical queries without leaving their chat application. It helps streamline development workflows by providing intelligent assistance and reducing the need to switch between multiple tools.
Game Warden does not currently provide compliance-scoped support for Amazon Q Developer in chat applications (formerly AWS Chatbot).
Amazon Quick Suite (formerly Amazon QuickSight)¶
Amazon QuickSight is a fully managed business intelligence and data visualization service that enables users to create interactive dashboards, reports, and visualizations from data stored across various AWS and non-AWS data sources. The service provides self-service analytics capabilities, allowing users to quickly explore data, identify patterns, and share insights with stakeholders through web and mobile interfaces. QuickSight supports natural language queries and automated insights to help users ask questions of their data and discover trends without requiring advanced technical skills.
Game Warden provides support for Amazon Quick Suite (formerly Amazon QuickSight) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Amazon RDS for Db2¶
Amazon RDS for Db2 is a managed database service that simplifies the deployment, operation, and scaling of IBM Db2 databases in the cloud. The service handles administrative tasks such as hardware provisioning, database setup, patching, and backups, allowing users to focus on their applications and data. It provides a fully compatible Db2 environment with automated management capabilities while maintaining support for existing Db2 applications and workflows.
Game Warden does not currently provide compliance-scoped support for Amazon RDS for Db2.
Amazon RDS for MariaDB¶
Amazon RDS for MariaDB is a managed relational database service that automates the deployment, patching, and maintenance of MariaDB database instances in the cloud. The service handles routine administrative tasks such as backups, replication, and failover, allowing users to focus on application development rather than database infrastructure management. It provides scalable compute and storage resources that can be adjusted to meet changing application demands.
Game Warden provides support for Amazon RDS for MariaDB at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon RDS for MySQL¶
Amazon RDS for MySQL is a managed relational database service that handles the provisioning, patching, and maintenance of MySQL database instances in the AWS cloud. The service automates routine database administration tasks such as backups, software updates, and hardware provisioning, allowing users to focus on application development. RDS for MySQL provides features including automated failover capabilities, read replicas for scaling read operations, and integrated monitoring and logging through AWS CloudWatch.
Game Warden provides support for Amazon RDS for MySQL at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon RDS for Oracle¶
Amazon RDS for Oracle is a managed relational database service that automates the setup, operation, and scaling of Oracle databases in the cloud. The service handles routine database administration tasks such as patching, backups, and recovery, allowing organizations to focus on application development rather than infrastructure management. It provides a fully compatible Oracle database environment with support for multiple Oracle database versions and editions.
Game Warden provides support for Amazon RDS for Oracle at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon RDS for Postgres¶
Amazon RDS for Postgres is a managed relational database service that automates the deployment, operation, and scaling of PostgreSQL databases in the cloud. The service handles routine database administration tasks such as hardware provisioning, database setup, patching, and backup, allowing users to focus on application development. RDS for Postgres enables users to create and manage PostgreSQL database instances through the AWS Management Console, AWS CLI, or API calls.
Game Warden provides support for Amazon RDS for Postgres at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon RDS for SQL Server¶
Amazon RDS for SQL Server is a managed relational database service that automates the setup, operation, and scaling of SQL Server databases in the cloud. The service handles routine database administration tasks such as hardware provisioning, database setup, patching, and backups, allowing users to focus on application development. It supports various SQL Server editions and provides automated failover capabilities, read replicas, and integration with other AWS services for data processing and analytics.
Game Warden provides support for Amazon RDS for SQL Server at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon SageMaker AI¶
Amazon SageMaker is a fully managed machine learning service that enables data scientists and developers to build, train, and deploy machine learning models at scale. The service provides integrated tools for data preparation, feature engineering, model training, and inference, along with pre-built algorithms and frameworks to accelerate the development process. SageMaker supports the entire machine learning lifecycle, from experimentation to production deployment.
Game Warden provides support for Amazon SageMaker AI at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon Simple Email Service (SES)¶
Amazon Simple Email Service (SES) is a cloud-based email sending service that enables applications to send transactional and marketing emails reliably and at scale. SES handles the technical complexities of email delivery, including sender authentication, bounce and complaint handling, and delivery monitoring. Organizations use SES to send notifications, confirmations, alerts, and other messages directly to end users or customers.
Game Warden provides support for Amazon Simple Email Service (SES) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Amazon Simple Notification Service (SNS)¶
Amazon Simple Notification Service (SNS) is a fully managed messaging service that enables applications to send notifications to a large number of recipients through multiple delivery channels such as email, SMS, HTTP endpoints, and AWS Lambda functions. SNS uses a publish-subscribe model where applications publish messages to topics, and subscribers receive those messages based on their subscriptions. This service facilitates asynchronous communication and decoupling of application components, allowing systems to send alerts, notifications, and messages at scale.
Game Warden provides support for Amazon Simple Notification Service (SNS) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon Simple Queue Service (SQS)¶
Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables decoupled communication between distributed software components and microservices. It allows applications to send, store, and receive messages between different parts of a system without requiring those components to be directly connected or available at the same time. SQS helps improve system reliability and scalability by acting as a buffer between message producers and consumers.
Game Warden provides support for Amazon Simple Queue Service (SQS) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon Simple Storage Service (S3)¶
Amazon Simple Storage Service (S3) is a scalable object storage service that enables users to store and retrieve any amount of data from anywhere on the internet. S3 organizes data into buckets and objects, providing a simple web interface and APIs for uploading, downloading, and managing files. The service is commonly used for data backup, archival, content distribution, and as a repository for application data and analytics workloads.
Game Warden provides support for Amazon Simple Storage Service (S3) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Amazon Timestream¶
Amazon Timestream is a fully managed time-series database service designed to store and analyze large volumes of time-stamped data efficiently. It automatically scales to handle ingestion of trillions of events per day and provides fast querying capabilities optimized for time-series analytics workloads. The service is commonly used for monitoring applications, IoT data collection, and real-time analytics across distributed systems.
Game Warden provides support for Amazon Timestream at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Amazon Virtual Private Cloud (VPC)¶
Amazon Virtual Private Cloud (VPC) is a service that enables users to create isolated network environments within the AWS cloud where they can launch and manage cloud resources with complete control over network configuration. Within a VPC, users can define custom IP address ranges, create subnets, configure routing tables, and establish network access controls to manage traffic flow between resources and external networks. VPC provides the foundational networking layer that allows organizations to architect secure, multi-tier application environments by controlling how resources communicate with each other and the internet.
Game Warden provides support for Virtual Private Cloud (VPC) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Amazon WorkSpaces Applications (formerly Amazon AppStream 2.0)¶
Amazon WorkSpaces Applications is a managed service that enables users to stream desktop applications and software to end-user devices without installing or maintaining applications locally. The service allows organizations to centrally manage, deploy, and scale applications while users access them through a web browser or client application from any supported device. This approach reduces infrastructure complexity and provides a consistent application experience across the organization.
Game Warden provides support for Amazon WorkSpaces Applications (formerly Amazon AppStream 2.0) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
AWS Key Management Service (KMS)¶
AWS Key Management Service (KMS) is a managed service that enables you to create, control, and manage cryptographic keys used to encrypt and decrypt data across AWS services and applications. KMS provides centralized key management with features such as key rotation, access controls, and audit logging to help protect sensitive information. The service integrates with other AWS services to encrypt data at rest and supports custom key policies for fine-grained access management.
Game Warden provides support for AWS Key Management Service (KMS) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
AWS Parallel Computing Service¶
I'm unable to provide an accurate description for this request because AWS does not have a service officially called "AWS Parallel Computing Service." AWS offers various services that support parallel computing workloads, such as AWS Batch for batch processing, Amazon EC2 for compute instances, and AWS ParallelCluster for HPC environments, but there is no service with that exact name. To provide an accurate glossary entry, could you clarify which specific AWS service you're referring to, or would you like me to describe one of the parallel computing solutions AWS actually offers?
Game Warden does not currently provide compliance-scoped support for AWS Parallel Computing Service.
Kiro¶
I don't have any information about an AWS cloud service called "Kiro." This doesn't appear to be an official AWS service name in their current or documented product lineup. Could you verify the service name or provide additional context? If you're looking for a description of a specific AWS service for a government cloud platform glossary, I'd be happy to help if you clarify which service you need described.
Game Warden provides support for Kiro at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure AI containers¶
Azure AI containers are pre-built, containerized AI and machine learning models that developers can deploy on-premises or in the cloud using container orchestration platforms. These containers package AI services such as computer vision, language understanding, and decision-making capabilities with their dependencies, enabling organizations to run AI workloads in isolated, portable environments. They allow government agencies to deploy sophisticated AI functionality while maintaining control over data processing and model execution.
Game Warden provides support for Azure AI containers at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Arc-enabled Kubernetes¶
Azure Arc-enabled Kubernetes extends Azure management and services to Kubernetes clusters running anywhere, whether on-premises, at the edge, or in other cloud environments. It allows organizations to manage and govern these distributed clusters through a centralized Azure control plane, applying consistent policies, deploying applications, and monitoring resources across hybrid infrastructure. The service enables Azure services like Azure Monitor, Azure Policy, and GitOps-based deployment to work uniformly across all Kubernetes clusters regardless of their physical location.
Game Warden provides support for Azure Arc-enabled Kubernetes at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Arc-enabled servers¶
Azure Arc-enabled servers extend Azure management capabilities to servers hosted outside of Azure, including on-premises data centers and other cloud providers. This service allows organizations to manage, monitor, and apply policies to these external servers using the same Azure tools and processes they use for native Azure resources. Arc-enabled servers can run on Windows or Linux operating systems and enable hybrid infrastructure management through a unified control plane.
Game Warden provides support for Azure Arc-enabled servers at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Arc-enabled SQL Server¶
Azure Arc-enabled SQL Server extends Azure management capabilities to SQL Server instances running on-premises, at the edge, or in other cloud environments, allowing centralized monitoring, patching, and configuration from the Azure portal. This service enables SQL Server deployments outside of Azure to be treated as Azure resources, providing consistent management experiences across hybrid infrastructures. Organizations can leverage Azure services like Azure Update Management and Azure Security Center with their Arc-enabled SQL Server instances without requiring the servers to be hosted in Azure.
Game Warden provides support for Azure Arc-enabled SQL Server at IL2, as well as for FedRAMP and Commercial environments.
Azure Cosmos DB (Including DocumentDB)¶
Azure Cosmos DB is a globally distributed, multi-model database service that supports multiple data formats including documents, key-value pairs, graphs, and columnar data. It provides automatic scaling, low-latency data access, and built-in support for multiple APIs including SQL, MongoDB, Cassandra, Gremlin, and Table Storage, allowing applications to query and manipulate data using familiar interfaces. The service includes DocumentDB as a document database option optimized for JSON documents and unstructured data.
Game Warden provides support for Azure Cosmos DB (Including DocumentDB) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Monitor (incl. Application Insights and Log Analytics)¶
Azure Monitor is a comprehensive monitoring and diagnostics service that collects, analyzes, and acts on telemetry data from cloud and on-premises environments. It includes Application Insights for application performance monitoring and user behavior analysis, and Log Analytics for centralized log collection, querying, and analysis across resources. The service enables organizations to identify issues, optimize performance, and maintain visibility into the health and operation of their infrastructure and applications.
Game Warden provides support for Azure Monitor (incl. Application Insights and Log Analytics) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Policy's guest configuration¶
Azure Policy's guest configuration is a service that audits and enforces settings within virtual machines and servers by evaluating their operating system configurations against defined policies. It enables organizations to assess compliance with security baselines, software requirements, and system configurations by deploying agents that report back on the state of machines. The service supports both Windows and Linux environments and provides detailed compliance reports on policy violations and configuration drift.
Game Warden provides support for Azure Policy's guest configuration at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Stack Edge (formerly Data Box Edge)¶
Azure Stack Edge is a hybrid computing device that brings Azure services and compute capabilities to the edge of the network, enabling data processing and transformation closer to the source before sending it to the cloud. It supports running containerized workloads, machine learning inference, and other compute tasks on-premises while maintaining connectivity to Azure cloud services. The service is designed to accelerate insights from data by processing it locally while leveraging cloud-based management and storage capabilities.
Game Warden provides support for Azure Stack Edge (formerly Data Box Edge) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Virtual Desktop (formerly Windows Virtual Desktop)¶
Azure Virtual Desktop is a cloud-based desktop and application virtualization service that enables users to access Windows desktops and applications from any device and location. The service provides a multi-user Windows experience with centralized management capabilities, allowing organizations to deploy and manage virtual desktops at scale while maintaining security and performance. It supports various client devices and can integrate with existing on-premises infrastructure for hybrid scenarios.
Game Warden provides support for Azure Virtual Desktop (formerly Windows Virtual Desktop) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Cloud Services Extended Support¶
Azure Cloud Services Extended Support enables organizations to deploy and manage cloud services with extended lifecycle support beyond the standard support window. This service allows existing applications built on the classic Cloud Services platform to continue running with ongoing updates, security patches, and technical assistance. It provides a bridge for applications that are not yet ready for migration to newer compute platforms like App Service or Virtual Machines.
Game Warden provides support for Cloud Services Extended Support at IL2, as well as for FedRAMP and Commercial environments.
Azure Dataverse (formerly Common Data Service)¶
Dataverse is a cloud-based data platform that provides secure storage and management of business data through a unified database model. It offers built-in capabilities for data modeling, business logic, and integration with other applications, enabling organizations to create standardized data schemas and manage information across multiple systems. The service supports role-based access control and audit logging to help maintain data governance and security within enterprise environments.
Game Warden provides support for Dataverse (formerly Common Data Service) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Dynamics 365 Chat (Omnichannel Engagement Hub)¶
Dynamics 365 Chat (Omnichannel Engagement Hub) is a customer engagement service that enables organizations to manage interactions across multiple communication channels including chat, email, phone, and social media through a unified interface. The service provides real-time communication capabilities, allowing both human agents and AI-powered chatbots to handle customer inquiries and support requests. It integrates with Dynamics 365 applications to maintain customer context and interaction history across all engagement touchpoints.
Game Warden provides support for Dynamics 365 Chat (Omnichannel Engagement Hub) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Dynamics 365 Contact Center¶
Dynamics 365 Contact Center is a cloud-based customer service platform that enables organizations to manage customer interactions across multiple channels including phone, email, chat, and social media from a unified interface. The service provides tools for agent productivity, customer routing, and case management, allowing teams to deliver consistent support experiences while gaining insights into customer interactions. It integrates with other Dynamics 365 and Microsoft applications to streamline workflows and maintain comprehensive customer records.
Game Warden provides support for Dynamics 365 Contact Center at IL2, as well as for FedRAMP and Commercial environments.
Azure Dynamics 365 Customer Insights¶
Dynamics 365 Customer Insights is a customer data platform that enables organizations to unify data from multiple sources to create comprehensive customer profiles and generate actionable insights. The service helps users understand customer behavior, predict outcomes, and personalize interactions across business applications and channels. It provides capabilities for data ingestion, segmentation, and integration with other Dynamics 365 and Microsoft applications to support marketing, sales, and service operations.
Game Warden provides support for Dynamics 365 Customer Insights at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Dynamics 365 Customer Service¶
Dynamics 365 Customer Service is a cloud-based customer service management solution that enables organizations to deliver support across multiple channels including phone, email, chat, and social media. The service provides tools for case management, knowledge management, and agent productivity to help support teams resolve customer issues efficiently. It includes features for routing inquiries, tracking interactions, and providing self-service options to customers.
Game Warden provides support for Dynamics 365 Customer Service at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Dynamics 365 Customer Voice (formerly Forms Pro)¶
Dynamics 365 Customer Voice is a cloud-based survey and feedback management service that enables organizations to collect, analyze, and act on customer feedback across multiple channels. The service provides tools for designing surveys, distributing them to target audiences, and visualizing results through dashboards and analytics to drive actionable insights. It integrates with other Dynamics 365 applications and Microsoft services to help organizations understand customer sentiment and improve their products and services.
Game Warden provides support for Dynamics 365 Customer Voice (formerly Forms Pro) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Dynamics 365 Field Service¶
Dynamics 365 Field Service is a cloud-based solution that manages field service operations, including scheduling, dispatching, and tracking of mobile workforce activities. It enables organizations to optimize technician routes, manage service appointments, and maintain real-time visibility into field operations through mobile and web applications. The service integrates with other Dynamics 365 applications to provide comprehensive work order management, inventory tracking, and customer service capabilities.
Game Warden provides support for Dynamics 365 Field Service at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Dynamics 365 Finance¶
Dynamics 365 Finance is a cloud-based enterprise resource planning application that enables organizations to manage financial operations, including general ledger, accounts payable and receivable, budgeting, and financial reporting. The service provides tools for automating financial processes, consolidating financial data across multiple entities, and generating insights through analytics and dashboards. It integrates with other Dynamics 365 applications and Microsoft tools to support end-to-end financial management workflows.
Game Warden provides support for Dynamics 365 Finance at IL2 and IL4, as well as for FedRAMP and Commercial environments.
Azure Dynamics 365 Project Operations¶
Dynamics 365 Project Operations is a cloud-based application that enables organizations to manage projects, resources, and finances in an integrated environment. It provides tools for project planning and scheduling, resource allocation, time and expense tracking, and project accounting. The service combines project management capabilities with financial management to help organizations deliver projects on time and within budget while maintaining visibility across resource utilization and project profitability.
Game Warden provides support for Dynamics 365 Project Operations at IL2, as well as for FedRAMP and Commercial environments.
Azure Dynamics 365 Project Service Automation¶
Dynamics 365 Project Service Automation is a cloud-based application designed to help organizations manage projects, resources, and project finances throughout the project lifecycle. The service enables project managers and teams to plan and track projects, allocate resources efficiently, monitor budgets and timelines, and manage project-based billing and revenue recognition. It integrates with other Dynamics 365 applications and Microsoft tools to provide comprehensive visibility into project performance and resource utilization.
Game Warden provides support for Dynamics 365 Project Service Automation at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Dynamics 365 Sales¶
Dynamics 365 Sales is a cloud-based customer relationship management solution that helps organizations manage sales processes, customer interactions, and sales pipeline activities. The service provides tools for lead management, opportunity tracking, forecasting, and sales performance analytics to support sales teams in closing deals and achieving revenue goals. It integrates with other Microsoft applications and enables customization to align with specific business workflows and requirements.
Game Warden provides support for Dynamics 365 Sales at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Dynamics 365 Supply Chain Management¶
Dynamics 365 Supply Chain Management is a cloud-based solution that enables organizations to manage inventory, procurement, production planning, and logistics operations. The service provides visibility across supply chain processes through demand forecasting, warehouse management, and supplier collaboration capabilities. It integrates with other enterprise systems to streamline order-to-cash and procure-to-pay workflows while supporting data-driven decision-making across the supply chain.
Game Warden provides support for Dynamics 365 Supply Chain Management at IL2 and IL4, as well as for FedRAMP and Commercial environments.
Azure Foundry: Azure AI Computer Vision¶
Azure AI Computer Vision is a cloud service that analyzes images and video to extract visual information such as text recognition, object detection, face analysis, and scene understanding. The service uses machine learning models to process visual content and return structured data that applications can use for automated image analysis tasks. It enables developers to build solutions that can interpret and act upon visual data without requiring specialized computer vision expertise.
Game Warden provides support for Foundry: Azure AI Computer Vision at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Foundry: Azure AI Content Moderator¶
Azure AI Content Moderator is a cloud service that automatically detects and filters potentially harmful, offensive, or inappropriate content in text, images, and videos. The service uses machine learning models to identify issues such as profanity, adult content, hate speech, and other policy violations, enabling organizations to moderate user-generated content at scale. It supports both automated screening and human review workflows, allowing content to be flagged for further inspection by moderation teams when confidence levels warrant additional evaluation.
Game Warden provides support for Foundry: Azure AI Content Moderator at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Foundry: Azure AI Content Safety¶
Azure AI Content Safety is a cloud service that detects and filters harmful content across text, images, and other media types using machine learning models. It identifies categories of potentially harmful material such as hate speech, violence, sexual content, and self-harm, enabling organizations to moderate user-generated content and maintain safe digital environments. The service provides severity scores and detailed classification results to help organizations enforce their content policies and moderation standards.
Game Warden provides support for Foundry: Azure AI Content Safety at IL2, as well as for FedRAMP and Commercial environments.
Azure Foundry: Azure AI Custom Vision¶
Azure AI Custom Vision is a machine learning service that enables users to build, train, and deploy custom computer vision models without requiring deep data science expertise. The service allows organizations to upload their own labeled images and create models that can classify images or detect objects specific to their business needs. Once trained, these models can be integrated into applications through APIs or exported for deployment in various environments.
Game Warden provides support for Foundry: Azure AI Custom Vision at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Foundry: Azure AI Face¶
Azure AI Face is a cloud service that uses machine learning to detect, recognize, and analyze human faces in images and video streams. The service can identify facial features, estimate attributes like age and emotion, and match faces against a database for recognition purposes. It enables developers to integrate facial analysis and identification capabilities into applications for scenarios such as security, identity verification, and demographic analysis.
Game Warden provides support for Foundry: Azure AI Face at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Foundry: Azure AI Personalizer¶
Azure AI Personalizer is a cloud service that uses machine learning to deliver personalized experiences by learning from user interactions and automatically optimizing content recommendations. The service analyzes user behavior and context to rank and present the most relevant options, whether for web content, applications, or other digital experiences. It enables organizations to improve user engagement and satisfaction by tailoring interactions based on individual preferences and patterns.
Game Warden provides support for Foundry: Azure AI Personalizer at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Foundry: Azure AI QnA Maker (part of Language)¶
Azure AI QnA Maker is a cloud-based service that enables organizations to build, train, and publish conversational question-and-answer applications without requiring extensive machine learning expertise. The service automatically extracts and indexes question-answer pairs from various sources such as documents, websites, and FAQ pages, then uses natural language processing to match user queries with the most relevant answers. QnA Maker supports custom knowledge bases and can be integrated into chatbots, applications, and other conversational interfaces to provide intelligent, context-aware responses to user inquiries.
Game Warden provides support for Foundry: Azure AI QnA Maker (part of Language) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Foundry: Azure AI Search (formerly Azure Cognitive Search)¶
Azure AI Search is a managed cloud search service that enables developers to build search experiences over large collections of content using artificial intelligence and machine learning capabilities. The service provides full-text search, semantic search, vector search, and hybrid search functionality, allowing organizations to index and query structured and unstructured data at scale. It integrates with Azure AI services to add language understanding, entity recognition, and other cognitive capabilities to search operations.
Game Warden provides support for Foundry: Azure AI Search (formerly Azure Cognitive Search) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Foundry: LUIS (part of Language)¶
Azure Language Understanding (LUIS) is a cloud-based natural language processing service that enables applications to comprehend and interpret user intent from text or speech input. It uses machine learning to extract meaningful information from unstructured language data, allowing developers to build conversational interfaces and intelligent applications that can understand user commands and requests. LUIS supports multiple languages and can be customized through training with domain-specific examples to improve recognition accuracy for particular use cases.
Game Warden provides support for Foundry: LUIS (part of Language) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Foundry: Speech¶
I'm not able to provide a description of an Azure service called "Foundry: Speech" because this does not appear to be an actual Azure cloud service offering. Azure offers speech recognition and synthesis capabilities through services like Azure Speech Service and Azure Cognitive Services, but "Foundry: Speech" is not a documented or recognized Azure product. To provide an accurate glossary entry, I would need clarification on whether you're referring to an existing Azure service by a different name, or if this is a custom or internal service name specific to your organization.
Game Warden provides support for Foundry: Speech at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Foundry Tools: Text Analytics (part of Language)¶
Azure Text Analytics is a cloud-based natural language processing service that analyzes unstructured text to extract insights such as sentiment, key phrases, named entities, and language detection. The service enables organizations to process large volumes of text data to understand customer feedback, identify important concepts, and categorize content automatically. It supports multiple languages and integrates with other Azure services for comprehensive text processing workflows.
Game Warden provides support for Foundry Tools: Text Analytics (part of Language) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Foundry: Translator¶
Azure Translator is a cloud-based neural machine translation service that automatically converts text and documents between multiple languages with high accuracy. It supports translation of plain text, documents, and real-time communication across dozens of language pairs. The service enables organizations to build multilingual applications and workflows by providing programmatic access to translation capabilities through APIs and integrated tools.
Game Warden provides support for Foundry: Translator at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Microsoft Defender for Cloud Apps (formerly Microsoft Cloud App Security)¶
Microsoft Defender for Cloud Apps is a cloud access security broker (CASB) that provides visibility and control over cloud application usage across an organization. The service monitors user activities, detects threats, and enforces security policies to protect data in cloud environments through real-time session control, anomaly detection, and application discovery. It enables organizations to discover shadow IT applications, assess cloud app risk, and enforce conditional access policies to secure cloud services and data.
Game Warden provides support for Microsoft Defender for Cloud Apps (formerly Microsoft Cloud App Security) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Microsoft Defender for Cloud (formerly Azure Security Center)¶
Microsoft Defender for Cloud is a unified security management and threat protection service that provides visibility and control over the security posture of cloud resources and on-premises infrastructure. It continuously monitors workloads, detects vulnerabilities and security misconfigurations, and provides recommendations to strengthen defenses against evolving threats. The service includes threat detection capabilities that identify suspicious activities and potential attacks across compute, data, and network layers.
Game Warden provides support for Microsoft Defender for Cloud (formerly Azure Security Center) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Microsoft Defender for Endpoint (formerly Microsoft Defender Advanced Threat Protection)¶
Microsoft Defender for Endpoint is a cloud-based endpoint security platform that detects, investigates, and responds to advanced threats on devices across an organization. It provides real-time threat intelligence, behavioral analysis, and automated incident response capabilities to protect against malware, ransomware, and sophisticated cyberattacks. The service integrates with other Microsoft security tools to deliver comprehensive threat protection and visibility across an organization's endpoint infrastructure.
Game Warden provides support for Microsoft Defender for Endpoint (formerly Microsoft Defender Advanced Threat Protection) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Microsoft Defender for Identity (formerly Azure Advanced Threat Protection)¶
Microsoft Defender for Identity is a cloud-based security service that monitors and analyzes user activities, network traffic, and authentication events to detect suspicious behavior and advanced threats within an organization's on-premises Active Directory environment. The service uses behavioral analytics and machine learning to identify attacks such as credential theft, lateral movement, and compromised identities in real time. It provides security analysts with detailed alerts and investigation tools to investigate potential threats and respond to security incidents.
Game Warden provides support for Microsoft Defender for Identity (formerly Azure Advanced Threat Protection) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Microsoft Defender for IoT (formerly Azure Security for IoT)¶
Microsoft Defender for IoT is a unified security platform designed to discover, monitor, and protect Internet of Things devices and networks across enterprise environments. The service provides threat detection, vulnerability management, and behavioral analytics to identify anomalous device activity and potential security risks in IoT deployments. It enables organizations to visualize their IoT asset inventory, assess device security posture, and respond to threats across operational technology and information technology networks.
Game Warden provides support for Microsoft Defender for IoT (formerly Azure Security for IoT) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Microsoft Defender Vulnerability Management¶
Microsoft Defender Vulnerability Management is a cloud-based security service that identifies, prioritizes, and remediates software vulnerabilities across an organization's IT environment. The service provides continuous asset discovery and vulnerability assessment, generating risk-based remediation recommendations to help reduce the attack surface. It integrates with Microsoft Defender for Endpoint to enable coordinated threat detection and response workflows.
Game Warden provides support for Microsoft Defender Vulnerability Management at IL2 and IL4, as well as for FedRAMP and Commercial environments.
Microsoft Entra Domain Services¶
Microsoft Entra Domain Services is a managed domain service that provides traditional Active Directory capabilities in the cloud, including domain join, group policy, LDAP, and Kerberos authentication. It allows organizations to use legacy applications that require domain services without maintaining on-premises domain controllers. The service synchronizes identity information from Microsoft Entra ID to enable seamless authentication and authorization for cloud-based and hybrid workloads.
Game Warden provides support for Microsoft Entra Domain Services at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Microsoft Entra ID (Free)¶
Microsoft Entra ID (Free) is an identity and access management service that enables organizations to manage user identities, authenticate users, and control access to applications and resources. It provides core capabilities for single sign-on, multi-factor authentication, and user provisioning across cloud and on-premises environments. The service supports integration with thousands of pre-integrated applications and allows administrators to enforce security policies for identity verification and authorization.
Game Warden provides support for Microsoft Entra ID (Free) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Microsoft Entra ID Governance¶
Microsoft Entra ID Governance is a service that enables organizations to manage identity lifecycle and access rights across their cloud and hybrid environments. It provides capabilities for automated provisioning and deprovisioning of user accounts, access reviews, entitlement management, and privileged identity management to help ensure that the right people have appropriate access to resources. The service helps organizations maintain security and compliance by reducing excessive permissions and automating identity governance processes.
Game Warden provides support for Microsoft Entra ID Governance at IL2, as well as for FedRAMP and Commercial environments.
Microsoft Entra ID (P1 + P2)¶
Microsoft Entra ID (P1 + P2) is a comprehensive identity and access management service that authenticates users and devices, manages application access, and controls permissions across cloud and on-premises resources. The service provides advanced capabilities including conditional access policies, identity protection with risk detection, and privileged identity management to enforce the principle of least privilege and secure sensitive operations. It enables single sign-on, multi-factor authentication, and detailed audit logging to maintain visibility and control over user activities and access patterns.
Game Warden provides support for Microsoft Entra ID (P1 + P2) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Microsoft Entra multifactor authentication¶
Microsoft Entra multifactor authentication is a security service that requires users to provide multiple forms of verification before gaining access to cloud resources and applications. It combines something the user knows, such as a password, with something they have or are, such as a mobile device or biometric data, to reduce the risk of unauthorized access. This additional layer of authentication helps protect sensitive government data and systems from credential-based attacks.
Game Warden provides support for Microsoft Entra multifactor authentication at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Microsoft Purview (incl. Data Map, Data Estate Insights, and governance portal)¶
Microsoft Purview is a unified data governance service that enables organizations to discover, map, and manage data across their entire data estate. It provides automated data cataloging through Data Map, visibility into data landscape health through Data Estate Insights, and centralized governance capabilities via a governance portal where organizations can define and enforce data policies, lineage tracking, and classification standards. The service helps organizations understand what data they have, where it resides, and how it is being used across cloud and on-premises environments.
Game Warden provides support for Microsoft Purview (incl. Data Map, Data Estate Insights, and governance portal) at IL2 and IL4, as well as for FedRAMP and Commercial environments.
Microsoft Sentinel (formerly Azure Sentinel)¶
Microsoft Sentinel is a cloud-native security information and event management (SIEM) platform that collects, detects, investigates, and responds to security threats across an organization's entire infrastructure. It uses advanced analytics and machine learning to identify suspicious activities and correlate data from multiple sources, enabling security teams to detect and respond to incidents more efficiently. The service provides centralized visibility into security events and helps organizations investigate threats through integrated investigation tools and automated response capabilities.
Game Warden provides support for Microsoft Sentinel (formerly Azure Sentinel) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Network Watcher (incl. Traffic Analytics)¶
Azure Network Watcher is a monitoring and diagnostic service that provides tools for observing, monitoring, and troubleshooting network connectivity and performance in virtual networks. Traffic Analytics is a cloud-based solution built on Network Watcher data that analyzes network flow logs to provide insights into traffic patterns, identify potential security threats, and optimize network performance. Together, these services enable administrators to diagnose network issues, visualize traffic flows, and gain visibility into network behavior across their infrastructure.
Game Warden provides support for Network Watcher (incl. Traffic Analytics) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Planned Maintenance for VMs¶
Planned Maintenance for VMs is an Azure service that notifies and manages scheduled updates to the physical infrastructure hosting virtual machines in government cloud environments. The service allows administrators to control the timing of maintenance events that affect their VMs, helping minimize downtime and maintain operational continuity. Azure uses this capability to apply security patches, firmware updates, and infrastructure improvements while giving customers visibility and flexibility over when these maintenance windows occur.
Game Warden provides support for Planned Maintenance for VMs at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Power Apps¶
Power Apps is a low-code platform that enables users to build and deploy custom business applications without extensive programming knowledge. It provides a visual development environment with pre-built connectors to integrate with data sources and other services, allowing organizations to create web and mobile applications tailored to their specific workflows. Power Apps facilitates rapid application development and deployment across an organization while maintaining governance and security controls through a centralized platform.
Game Warden provides support for Power Apps at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Power Automate (formerly Microsoft Flow)¶
Power Automate is a cloud-based service that enables users to create automated workflows connecting applications and services without requiring extensive coding. The service allows organizations to streamline repetitive tasks, integrate data across multiple systems, and orchestrate business processes by defining triggers and actions through a visual designer. Power Automate supports both cloud-based and on-premises applications, making it suitable for automating workflows across diverse enterprise environments.
Game Warden provides support for Power Automate (formerly Microsoft Flow) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Power BI¶
Power BI is a business analytics and data visualization service that enables users to connect to various data sources, transform raw data into meaningful insights, and create interactive reports and dashboards. The service allows government organizations to analyze large datasets, share findings across teams, and make data-driven decisions through intuitive visual representations. Power BI supports real-time data monitoring and collaborative analytics within a cloud environment, helping agencies track performance metrics and organizational key performance indicators.
Game Warden provides support for Power BI at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Power BI Embedded¶
Power BI Embedded is an Azure analytics service that enables developers to integrate interactive data visualizations and reporting capabilities directly into custom applications. It allows organizations to embed dashboards, reports, and analytics without requiring end users to have separate Power BI licenses or access to Power BI portals. The service provides tools for creating, managing, and scaling analytics experiences as part of a broader application ecosystem.
Game Warden provides support for Power BI Embedded at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Power Data Integrator for Dataverse (formerly Dynamics 365 Integrator App)¶
Power Data Integrator for Dataverse is a cloud service that enables seamless data synchronization and integration between Dataverse and various external data sources and applications. The service provides automated data mapping, transformation, and real-time or scheduled data movement capabilities to help organizations maintain consistent and up-to-date information across their systems. It simplifies complex integration scenarios by offering pre-built connectors and configuration tools that reduce the need for custom coding.
Game Warden provides support for Power Data Integrator for Dataverse (formerly Dynamics 365 Integrator App) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Power Pages (formerly PowerApps Portal)¶
Power Pages is a low-code platform that enables organizations to create external-facing websites and portals without requiring extensive coding expertise. It allows users to build branded web experiences that connect to data sources and business processes, facilitating customer engagement, self-service capabilities, and secure information sharing. The service integrates with other Microsoft Power Platform components and Dataverse to deliver dynamic, interactive portal solutions.
Game Warden provides support for Power Pages (formerly PowerApps Portal) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Scheduler (replaced by Logic Apps)¶
Azure Scheduler was a cloud-based job scheduling service that enabled users to invoke actions on a schedule or in response to specific events, such as calling HTTP endpoints, storage queues, or service bus messages. The service allowed administrators to create and manage automated workflows without requiring custom code or server infrastructure. Microsoft has deprecated Scheduler in favor of Azure Logic Apps, which provides expanded workflow automation capabilities with more flexible scheduling and integration options.
Game Warden provides support for Scheduler (replaced by Logic Apps) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure SQL Database¶
Azure SQL Database is a managed relational database service that enables users to create, deploy, and manage SQL Server databases in the cloud without managing underlying infrastructure. The service handles routine maintenance tasks such as patching, backups, and monitoring, allowing organizations to focus on application development and data management. It supports standard SQL queries and is compatible with existing SQL Server tools and applications.
Game Warden provides support for SQL Database at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure SQL Server Stretch Database¶
SQL Server Stretch Database is an Azure service that enables organizations to dynamically extend on-premises SQL Server databases to the cloud by automatically archiving cold data to Azure while keeping hot data local. The service maintains query transparency, allowing applications to access both local and archived data through a single connection without requiring application code changes. This approach helps optimize local storage capacity and reduce on-premises infrastructure costs while preserving full query functionality across the extended dataset.
Game Warden provides support for SQL Server Stretch Database at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Storage: Archive¶
Azure Storage: Archive is a cloud storage tier designed for long-term retention of data that is rarely accessed. It provides a cost-effective solution for storing large volumes of data that must be preserved for extended periods but does not require frequent retrieval. Data stored in the Archive tier can be rehydrated to online tiers when access is needed.
Game Warden provides support for Storage: Archive at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Storage: Blobs (incl. Azure Data Lake Storage Gen2)¶
Azure Blob Storage is a massively scalable cloud object storage service designed for storing unstructured data such as documents, images, videos, and log files. Azure Data Lake Storage Gen2 builds on Blob Storage to provide a hierarchical file system optimized for big data analytics workloads, enabling efficient data organization and access patterns. Both services support various access tiers and replication options to accommodate different data usage and retention requirements.
Game Warden provides support for Storage: Blobs (incl. Azure Data Lake Storage Gen2) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Storage: Disks (incl. managed disks)¶
Azure Storage: Disks (including managed disks) provides persistent block storage volumes that attach to virtual machines in Azure. Managed disks simplify storage management by handling the underlying storage account infrastructure, encryption, and replication automatically, while unmanaged disks offer more granular control through direct storage account management. These disks support various performance tiers and encryption options for workloads requiring high-speed data access and protection.
Game Warden provides support for Storage: Disks (incl. managed disks) at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Storage: Files¶
Azure Storage: Files provides managed file sharing using the Server Message Block (SMB) protocol, allowing users to access files over the network as if they were stored on a local computer. The service supports both cloud-native and hybrid scenarios, enabling seamless file access from on-premises applications, virtual machines, and cloud services. Azure Files eliminates the need to maintain dedicated file servers while offering shared storage that multiple users and applications can access simultaneously.
Game Warden provides support for Storage: Files at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Storage: Queues¶
Azure Storage Queues is a messaging service that enables reliable, asynchronous communication between application components by storing messages in a queue for processing. Messages can be added to the queue by producers and reliably retrieved and processed by consumers, decoupling application components and allowing them to scale independently. The service supports large volumes of messages and guarantees delivery of each message to at least one consumer.
Game Warden provides support for Storage: Queues at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Storage: Tables¶
Azure Storage Tables is a NoSQL data store that enables storage and querying of structured, non-relational data at scale. It provides a flexible schema design allowing applications to store entities with varying sets of attributes and retrieve data through partition and row key lookups. The service is commonly used for applications requiring fast access to large volumes of semi-structured data, such as device telemetry, user activity logs, and configuration data.
Game Warden provides support for Storage: Tables at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
Azure Synapse Link for Dataverse¶
Synapse Link for Dataverse is an Azure service that enables near-real-time synchronization of data from Microsoft Dataverse into Azure Synapse Analytics. It automatically replicates Dataverse data to a dedicated SQL pool or lakehouse in Synapse, allowing organizations to perform advanced analytics, reporting, and machine learning operations on their business data without impacting transactional systems. This integration streamlines data pipeline creation and eliminates the need for manual data extraction and transformation processes.
Game Warden provides support for Synapse Link for Dataverse at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Azure Virtual Machines¶
Azure Virtual Machines is a scalable computing service that allows users to deploy and manage Windows or Linux virtual machines on demand in the cloud. The service provides complete control over the operating system, installed software, and network configuration, enabling organizations to run legacy applications, development environments, and custom workloads. Users can choose from various machine sizes and types optimized for different performance requirements and use cases.
Game Warden provides support for Virtual Machines at IL2, IL4, IL5, and IL6, as well as for FedRAMP and Commercial environments.
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 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 provides support for Cloud Logging at IL2, IL4, and IL5, as well as for 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 provides support for Cloud Monitoring at IL2, IL4, and IL5, as well as for 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 provides support for Cloud SQL at IL2, IL4, and IL5, as well as for 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. 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 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. 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 IL4 and IL5 support is currently under DISA review.
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 Open Source Software (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 IL4 and IL5 support is currently under DISA review.
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. 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. 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. 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. 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. 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 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 External Key Manager (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 Intrusion Detection System (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 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. 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. 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. 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 Identity and Access Management (IAM) 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. 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. 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. 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 at IL2, IL4, and IL5, 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 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 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. 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 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. 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.
GCP Agent Search on Gemini Enterprise Agent Platform (formerly Vertex AI Search)¶
Agent Search on Gemini Enterprise Agent Platform is a generative AI service that enables organizations to build intelligent search agents capable of retrieving and synthesizing information from multiple data sources. The service allows users to create natural language search experiences that understand complex queries and return relevant answers by grounding responses in enterprise data. It combines semantic search capabilities with generative AI to deliver more contextual and accurate results compared to traditional keyword-based search.
Game Warden provides support for Agent Search on Gemini Enterprise Agent Platform (formerly Vertex AI Search) at IL2 and IL4, as well as for FedRAMP and Commercial environments.
GCP API keys¶
API keys are credentials that authenticate applications and services when making requests to Google Cloud APIs. They identify the calling application and enforce access controls by restricting which APIs can be invoked and from which sources. API keys are commonly used for public APIs and server-to-server communication within a Google Cloud environment.
Game Warden does not currently provide compliance-scoped support for API keys FedRAMP authorization is currently under GSA review.
GCP API keys Apigee¶
Apigee API Keys is a GCP service that enables developers to generate and manage API credentials for authenticating and controlling access to APIs deployed on the Apigee platform. The service allows organizations to issue, track, and revoke API keys used by applications and services to make authorized requests to protected APIs. Apigee API Keys integrates with Apigee's broader API management capabilities to enforce security policies and monitor API consumption.
Game Warden provides support for API keys Apigee at IL2 and Commercial environments IL4 and IL5 support is currently under DISA review.
GCP App Engine standard environment (excluding bundled services)¶
App Engine standard environment is a fully managed platform-as-a-service offering that enables developers to build and deploy applications without managing underlying infrastructure. It automatically scales application instances based on demand and provides built-in services for application monitoring, logging, and management. The standard environment supports multiple programming languages and runtime environments, allowing developers to focus on writing application code rather than infrastructure configuration.
Game Warden provides support for App Engine standard environment (excluding bundled services) at IL2, as well as for FedRAMP and Commercial environments.
GCP Artifact Registry (replaced Container Registry)¶
Artifact Registry is a managed repository service that stores and manages container images, language packages, and other build artifacts for deployment pipelines. It provides centralized version control and access management for artifacts used across development, testing, and production environments. The service integrates with Google Cloud build and deployment tools to streamline the software delivery process.
Game Warden provides support for Artifact Registry (replaced Container Registry) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Backup for GKE¶
Backup for GKE is a managed service that automates the backup and restoration of Google Kubernetes Engine clusters and their workloads. It protects cluster configurations, persistent data, and applications by creating point-in-time backups that can be restored to the same cluster or migrated to different clusters. The service enables disaster recovery and business continuity for containerized applications running on GKE.
Game Warden provides support for Backup for GKE at IL2, as well as for FedRAMP and Commercial environments.
GCP BigQuery (excluding BigLake and BigQuery sharing)¶
BigQuery is a fully managed, serverless data warehouse that enables organizations to analyze large datasets using standard SQL queries. It provides high-performance analytics by processing data in parallel across distributed computing resources, allowing users to query terabytes or petabytes of information quickly without requiring infrastructure management. BigQuery integrates with various data sources and tools, supporting data ingestion, transformation, and analysis workflows for business intelligence and data exploration purposes.
Game Warden provides support for BigQuery (excluding BigLake and BigQuery sharing) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Cloud Data Loss Prevention API¶
The Cloud Data Loss Prevention API is a service that automatically discovers, classifies, and redacts sensitive data within text, images, and structured databases. It uses pattern matching and machine learning techniques to identify personally identifiable information, payment card data, healthcare records, and other confidential content across cloud storage and data repositories. Organizations can use this API to enforce data protection policies, prevent unauthorized data exposure, and maintain data governance standards throughout their systems.
Game Warden provides support for Cloud Data Loss Prevention API at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Cloud Deployment Manager (replaced by Infrastructure Manager)¶
Cloud Deployment Manager is a Google Cloud service that enables infrastructure as code by allowing users to define, deploy, and manage cloud resources using declarative configuration files written in YAML or Python templates. The service automates the provisioning and management of Google Cloud resources, reducing manual configuration errors and enabling repeatable deployments. Cloud Deployment Manager has been superseded by Infrastructure Manager, which provides enhanced capabilities for managing infrastructure across cloud environments.
Game Warden provides support for Cloud Deployment Manager (replaced by Infrastructure Manager) at IL2, as well as for FedRAMP and Commercial environments.
GCP Cloud Domains¶
Cloud Domains is a managed domain registration and DNS hosting service that allows users to register and manage internet domain names directly within Google Cloud Platform. The service provides unified domain management capabilities, including DNS configuration, DNSSEC support, and domain renewal, all accessible through the GCP console. It simplifies domain administration by integrating domain registration with other GCP services and resources.
Game Warden provides support for Cloud Domains for FedRAMP and Commercial environments.
GCP Cloud Endpoints¶
Cloud Endpoints is a distributed API management service that helps developers create, deploy, and manage APIs with built-in authentication, logging, and monitoring capabilities. The service provides API gateway functionality that controls access to backend services, enforces security policies, and tracks API usage and performance metrics. Cloud Endpoints integrates with other Google Cloud services to enable developers to quickly expose their applications as managed APIs.
Game Warden provides support for Cloud Endpoints at IL2, FedRAMP, and Commercial environments.
GCP Cloud HSM¶
Cloud HSM is a Google Cloud service that provides hardware security modules for generating, storing, and managing cryptographic keys in a dedicated, tamper-resistant device. It enables organizations to maintain exclusive control over their encryption keys while meeting stringent security requirements for sensitive workloads. The service integrates with other Google Cloud services to protect data encryption, key management, and cryptographic operations.
Game Warden provides support for Cloud HSM at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Cloud Key Management Service (Cloud KMS)¶
Cloud Key Management Service (Cloud KMS) is a managed encryption key service that allows organizations to create, import, manage, and use cryptographic keys to encrypt data at rest and in transit. The service enables centralized control of encryption keys with detailed access controls and audit logging to track key usage across applications and services. Cloud KMS integrates with other cloud services to provide transparent encryption and decryption capabilities without requiring organizations to manage their own key infrastructure.
Game Warden provides support for Cloud Key Management Service (Cloud KMS) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Cloud Life Sciences (formerly Google Genomics)¶
Cloud Life Sciences is a managed service that enables researchers and organizations to process, analyze, and manage large-scale genomic and biomedical datasets. The service provides tools for running bioinformatics workflows, managing genomic data pipelines, and performing complex computational analysis on biological information. It integrates with other Google Cloud services to support research in genomics, drug discovery, and life sciences applications.
Game Warden provides support for Cloud Life Sciences (formerly Google Genomics) at IL2, as well as for FedRAMP and Commercial environments.
GCP Cloud Load Balancing: Application Load Balancer¶
Google Cloud Application Load Balancer is a Layer 7 (application layer) load balancing service that distributes incoming user traffic across multiple backend services based on request content such as hostnames, paths, and HTTP headers. It enables intelligent routing decisions to direct traffic to the most appropriate backends and supports advanced traffic management features including traffic splitting, request mirroring, and fine-grained traffic policies. The service is designed to handle complex application routing requirements and provides high performance for web applications and APIs.
Game Warden provides support for Cloud Load Balancing: Application Load Balancer at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Cloud Load Balancing: Passthrough Network Load Balancer¶
Cloud Load Balancing: Passthrough Network Load Balancer is a GCP service that distributes incoming network traffic across multiple backend resources without modifying or inspecting packet contents. It operates at Layer 4 (transport layer) and forwards traffic directly to backend instances, preserving the original source and destination IP addresses. This approach enables high-throughput, low-latency load balancing suitable for non-HTTP protocols and applications requiring direct network access to backend resources.
Game Warden provides support for Cloud Load Balancing: Passthrough Network Load Balancer at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Cloud Load Balancing: Proxy Network Load Balancer¶
The Proxy Network Load Balancer is a GCP service that distributes incoming network traffic across multiple backend instances or services to optimize performance and ensure high availability. It operates at Layer 4 (transport layer) and supports both TCP and UDP protocols, making it suitable for non-HTTP/HTTPS workloads that require ultra-high performance and low latency. The load balancer automatically handles connection routing and can scale to manage large volumes of traffic while maintaining consistent service delivery.
Game Warden provides support for Cloud Load Balancing: Proxy Network Load Balancer at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Cloud Next Generation Firewall (Cloud NGFW) (excluding Enterprise)¶
Cloud Next Generation Firewall (Cloud NGFW) is a managed security service that provides advanced threat protection and network traffic inspection for Google Cloud resources. It offers capabilities such as intrusion detection and prevention, application-layer filtering, and threat intelligence integration to protect against sophisticated cyber attacks. Cloud NGFW enables organizations to enforce consistent security policies across their cloud infrastructure while maintaining visibility into network traffic flows.
Game Warden provides support for Cloud Next Generation Firewall (Cloud NGFW) (excluding Enterprise) at IL2, as well as for FedRAMP and Commercial environments.
GCP Cloud Next Generation Firewall Essentials¶
Cloud Next Generation Firewall Essentials is a Google Cloud Platform security service that provides advanced threat detection and prevention capabilities for network traffic. The service enables organizations to inspect and control communications across their cloud infrastructure using stateful filtering, intrusion prevention, and application-layer threat detection. It integrates with GCP's network infrastructure to protect workloads from malicious traffic and unauthorized access attempts.
Game Warden provides support for Cloud Next Generation Firewall Essentials at IL2, as well as for FedRAMP and Commercial environments.
GCP Cloud Next Generation Firewall Standard¶
I don't have reliable information about a GCP service specifically called "Cloud Next Generation Firewall Standard." Google Cloud's firewall offerings include Cloud Armor, Cloud VPC Service Controls, and Firewall Rules, but I cannot confirm the existence or accurate description of a service with that exact name. To provide factual content for a government glossary, I'd recommend verifying the correct service name against official GCP documentation.
Game Warden provides support for Cloud Next Generation Firewall Standard at IL2, as well as for FedRAMP and Commercial environments.
GCP Cloud Quotas¶
Cloud Quotas is a GCP service that enables organizations to set and manage resource consumption limits across their cloud infrastructure. It allows administrators to define maximum thresholds for various resource types, such as compute instances, storage, and network resources, helping prevent unexpected resource exhaustion and cost overruns. The service provides visibility into current usage relative to established limits and can trigger alerts when consumption approaches or exceeds specified quotas.
Game Warden does not currently provide compliance-scoped support for Cloud Quotas FedRAMP authorization is currently under GSA review.
GCP Cloud Quotas Cloud Router¶
Cloud Router is a fully managed service that enables dynamic routing of traffic between your Virtual Private Cloud (VPC) network and on-premises networks or other cloud environments using the Border Gateway Protocol (BGP). It automatically manages route exchanges and failover, allowing organizations to maintain dynamic, resilient network connectivity without manual route configuration. Cloud Router simplifies hybrid cloud networking by enabling automatic route propagation across multiple connection types, including Cloud Interconnect and Cloud VPN.
Game Warden provides support for Cloud Quotas Cloud Router at IL2, IL4, and IL5 and Commercial environments.
GCP Cloud Run functions (formerly Cloud Functions)¶
Cloud Run functions is a serverless compute service that allows developers to build and deploy small, single-purpose functions that automatically scale based on demand. The service executes code in response to events from various Google Cloud sources or HTTP requests, eliminating the need to manage underlying infrastructure or servers. Functions can be written in multiple programming languages and are ideal for lightweight tasks such as data processing, API backends, and event-driven workflows.
Game Warden provides support for Cloud Run functions (formerly Cloud Functions) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Cloud Service Mesh (formerly Anthos Service Mesh)¶
Cloud Service Mesh (formerly Anthos Service Mesh) is a managed service that provides visibility, security, and control for microservices communication within and across Kubernetes clusters. It uses service mesh technology to manage traffic between services, enforce security policies, and enable distributed tracing and monitoring without requiring changes to application code. The service simplifies the operational complexity of managing service-to-service interactions in containerized environments.
Game Warden provides support for Cloud Service Mesh (formerly Anthos Service Mesh) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Cloud Storage¶
Google Cloud Storage is a fully managed, scalable object storage service that enables secure storage and retrieval of unstructured data such as documents, images, videos, and backups. It provides a simple web interface and APIs for uploading, organizing, and accessing data with built-in redundancy and versioning capabilities. The service supports various storage classes optimized for different access patterns and use cases.
Game Warden provides support for Cloud Storage at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Compute Engine: OS Login¶
OS Login is a GCP Compute Engine service that manages SSH access to virtual machine instances by integrating with your organization's identity and access management system. It enables centralized user authentication and authorization, allowing administrators to control who can access VMs through IAM roles rather than managing SSH keys directly on individual instances. OS Login automatically provisions and deprovisions user accounts on instances based on IAM permissions, simplifying access management across large fleets of virtual machines.
Game Warden provides support for Compute Engine: OS Login at IL2, as well as for FedRAMP and Commercial environments IL4 and IL5 support is currently under DISA review.
GCP Compute Engine: VM Manager¶
Compute Engine: VM Manager is a Google Cloud service that provides centrized management and monitoring capabilities for virtual machines running on Google Cloud Compute Engine. It enables administrators to perform patch management, software updates, and OS configuration across fleets of VMs from a single interface. The service streamlines operational tasks such as inventory tracking, compliance monitoring, and system updates for Windows and Linux instances.
Game Warden provides support for Compute Engine: VM Manager at IL2, as well as for FedRAMP and Commercial environments IL4 and IL5 support is currently under DISA review.
GCP Customer Experience Insights (formerly CCAI Insights)¶
Customer Experience Insights is a Google Cloud service that analyzes customer interactions across voice, chat, and email channels to identify patterns, trends, and insights that improve customer service operations. The service uses machine learning to process large volumes of conversation data, enabling organizations to understand customer sentiment, agent performance, and common issues without requiring manual review of every interaction. It helps businesses optimize their customer support strategies by surfacing actionable insights from their customer engagement data.
Game Warden provides support for Customer Experience Insights (formerly CCAI Insights) at IL2, as well as for FedRAMP and Commercial environments.
GCP Data Studio (formerly Google Data Studio)¶
Google Data Studio is a business intelligence and data visualization tool that enables users to create interactive dashboards and reports from various data sources. The service allows analysts and decision-makers to transform raw data into visually compelling insights through customizable charts, graphs, and tables that update in real time. Users can connect Data Studio to multiple data sources including databases, cloud storage, and analytics platforms to build comprehensive reporting solutions for stakeholder communication and performance monitoring.
Game Warden provides support for Data Studio (formerly Google Data Studio) at IL2, as well as for FedRAMP and Commercial environments.
GCP Data Studio Pro¶
Data Studio Pro is a business intelligence and data visualization tool that enables users to create interactive dashboards and reports from various data sources. It allows government organizations to transform raw data into visual insights through customizable charts, graphs, and tables that can be shared across teams. The service supports real-time data analysis and collaborative reporting, helping stakeholders make data-driven decisions.
Game Warden provides support for Data Studio Pro at IL2, as well as for FedRAMP and Commercial environments.
GCP Dialogflow CX¶
Dialogflow CX is a conversational AI platform that enables the creation and management of advanced chatbots and virtual agents to handle customer interactions across multiple channels. It provides tools for designing complex conversation flows, natural language understanding, and intent recognition to support a wide range of business processes and customer service applications. The service integrates with various communication channels and backend systems to deliver automated responses and route conversations to human agents when necessary.
Game Warden provides support for Dialogflow CX at IL2, as well as for FedRAMP and Commercial environments.
GCP Dialogflow ES¶
Dialogflow ES is a natural language understanding platform that enables developers to build conversational interfaces such as chatbots and voice assistants. The service processes user input, extracts intent and entities, and manages multi-turn conversations through a combination of machine learning and rule-based logic. It integrates with various messaging platforms and communication channels to deploy conversational agents at scale.
Game Warden provides support for Dialogflow ES at IL2, as well as for FedRAMP and Commercial environments.
GCP Direct VPC egress (replaced Serverless VPC Access)¶
Direct VPC egress enables serverless compute resources such as Cloud Functions, Cloud Run, and App Engine to connect directly to resources within a Virtual Private Cloud (VPC) network. This service allows these managed services to send outbound traffic to VPC networks and on-premises systems without requiring intermediate connectors or additional infrastructure. Direct VPC egress replaced the legacy Serverless VPC Access connector as the standard method for establishing secure network connectivity from serverless applications to private resources.
Game Warden provides support for Direct VPC egress (replaced Serverless VPC Access) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Eventarc (excluding Advanced)¶
Eventarc is a managed service that allows you to build event-driven architectures by routing events from Google Cloud sources and third-party sources to Cloud Run, Cloud Functions, and other Google Cloud services. It simplifies the process of connecting event producers to event consumers by handling event ingestion, filtering, and delivery across your cloud infrastructure. Eventarc enables you to respond to changes in your cloud resources and applications in real time without managing underlying messaging infrastructure.
Game Warden provides support for Eventarc (excluding Advanced) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Eventarc Standard¶
Eventarc Standard is a Google Cloud service that enables users to build event-driven architectures by routing events from Google Cloud services, third-party applications, and custom sources to various destinations such as Cloud Run, Cloud Functions, and Pub/Sub. It provides a unified way to ingest, filter, and deliver events across cloud infrastructure without requiring users to manage underlying messaging infrastructure. The service supports both asynchronous event processing and workflow automation through declarative event routing configurations.
Game Warden provides support for Eventarc Standard at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP External Application Load Balancer (regional)¶
The External Application Load Balancer (regional) is a managed load balancing service that distributes incoming application traffic across multiple backend resources within a region. It operates at Layer 7 (application layer) and supports advanced traffic routing based on URL paths, hostnames, and other application-level attributes. This service enables high availability and scalability for web applications and APIs by intelligently directing requests to healthy backend instances.
Game Warden provides support for External Application Load Balancer (regional) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP External passthrough Network Load Balancer¶
The External passthrough Network Load Balancer is a GCP service that distributes incoming network traffic across multiple backend instances using the User Datagram Protocol (UDP) or Transmission Control Protocol (TCP) at Layer 4. It operates in passthrough mode, meaning it forwards traffic without terminating connections, making it suitable for non-HTTP protocols and applications requiring ultra-low latency and high throughput. The load balancer performs health checks on backend instances and automatically routes traffic away from unhealthy targets to maintain service availability.
Game Warden provides support for External passthrough Network Load Balancer at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP External proxy Network Load Balancer (regional)¶
The External proxy Network Load Balancer (regional) is a load balancing service that distributes incoming network traffic across multiple backend resources within a single region. It operates at Layer 4 (transport layer) and supports both TCP and UDP protocols, making it suitable for high-performance, low-latency applications that require protocol flexibility. This regional load balancer uses a proxy-based architecture to handle connection management and traffic routing to backend services.
Game Warden provides support for External proxy Network Load Balancer (regional) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Filestore Basic HDD tier¶
Filestore Basic HDD tier is a managed Network File System (NFS) storage service that provides shared file storage accessible to multiple compute instances simultaneously. It uses hard disk drives to deliver cost-effective storage capacity for workloads that do not require high-performance solid-state storage. The service handles the underlying infrastructure management, including provisioning, patching, and maintenance of the NFS file servers.
Game Warden provides support for Filestore Basic HDD tier at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Filestore Basic SSD tier¶
Filestore Basic SSD tier is a managed network file storage service that provides high-performance shared file systems using solid-state drives. It allows multiple compute instances to simultaneously access and manipulate files through standard NFS protocols. This service is suited for workloads requiring fast, concurrent access to shared data with low latency.
Game Warden provides support for Filestore Basic SSD tier at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Firestore (replaced Datastore ; excluding Firestore with MongoDB compatibility)¶
Firestore is a fully managed NoSQL document database that stores and syncs data across distributed applications in real time. It provides flexible, hierarchical data structures organized as collections and documents, with built-in querying, indexing, and offline support for web and mobile clients. Firestore automatically scales to handle varying workloads and includes features such as ACID transactions, field-level security rules, and integration with other Google Cloud services.
Game Warden provides support for Firestore (replaced Datastore ; excluding Firestore with MongoDB compatibility) at IL2, as well as for FedRAMP and Commercial environments IL4 and IL5 support is currently under DISA review.
GCP Firewall Insights¶
Firewall Insights is a GCP service that analyzes firewall rule usage and provides recommendations to improve network security and reduce rule complexity. It identifies unused, redundant, or overly permissive firewall rules by examining traffic patterns and offers actionable insights to streamline rule management. The service helps organizations maintain effective network security while simplifying their firewall configurations.
Game Warden does not currently provide compliance-scoped support for Firewall Insights FedRAMP authorization is currently under GSA review.
GCP Firewall Insights Network Service Tiers¶
Firewall Insights Network Service Tiers is a GCP service that analyzes firewall rule usage and effectiveness to help organizations optimize their network security policies. It provides visibility into which rules are actively being used, underutilized, or redundant, enabling administrators to streamline firewall configurations and improve security posture. The service generates recommendations based on traffic patterns and rule utilization data to support better decision-making around firewall management.
Game Warden provides support for Firewall Insights Network Service Tiers at IL2 and Commercial environments.
GCP Gemini Enterprise Agent Platform Inference: Batch and Online (formerly Vertex AI Inference, also known as Vertex Online and Batch Prediction)¶
Gemini Enterprise Agent Platform Inference: Batch and Online enables organizations to deploy and run machine learning models for both real-time predictions and large-scale batch processing. The service supports running custom models, foundation models, and Gemini-based agents through a unified platform, allowing developers to generate predictions on new data without managing underlying infrastructure. It provides flexible deployment options optimized for different use cases, from immediate inference requests to asynchronous processing of large datasets.
Game Warden provides support for Gemini Enterprise Agent Platform Inference: Batch and Online (formerly Vertex AI Inference, also known as Vertex Online and Batch Prediction) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Gemini Enterprise Agent Platform Managed Training (formerly Vertex AI Training)¶
Gemini Enterprise Agent Platform Managed Training is a Google Cloud service that enables users to train custom machine learning models on their data at scale. The service provides a fully managed environment that handles infrastructure provisioning, resource management, and model training workflows, supporting various frameworks and algorithms. It integrates with other Google Cloud components to streamline the process of preparing data, training models, and deploying them for inference.
Game Warden provides support for Gemini Enterprise Agent Platform Managed Training (formerly Vertex AI Training) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Gemini Enterprise Agent Platform Pipelines (formerly Vertex AI Pipelines)¶
Gemini Enterprise Agent Platform Pipelines is a GCP service that enables users to build, deploy, and manage machine learning workflows and data processing pipelines through a low-code interface. The service orchestrates complex sequences of tasks across GCP services, automatically handling dependencies, scheduling, and error management to streamline ML operations. It supports integration with various data sources and ML models, allowing organizations to automate repetitive ML workflows and production deployments.
Game Warden provides support for Gemini Enterprise Agent Platform Pipelines (formerly Vertex AI Pipelines) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Gemini Enterprise Agent Platform Tuning (formerly Vertex AI Tuning)¶
Gemini Enterprise Agent Platform Tuning is a Google Cloud service that enables organizations to customize and optimize large language models for their specific use cases through fine-tuning techniques. The service allows users to adapt foundational models using their own data to improve performance on domain-specific tasks, reasoning capabilities, and instruction-following behaviors. This tuning capability supports the development of enterprise-grade agents that can be tailored to organizational workflows and requirements.
Game Warden provides support for Gemini Enterprise Agent Platform Tuning (formerly Vertex AI Tuning) at IL2, as well as for FedRAMP and Commercial environments IL4 and IL5 support is currently under DISA review.
GCP Gemini Enterprise Agent Platform Workbench (formerly Vertex AI Workbench)¶
Gemini Enterprise Agent Platform Workbench is a managed environment that enables data scientists and developers to build, train, and deploy machine learning models and AI agents. The service provides integrated tools for data exploration, model development, and experimentation within a collaborative workspace that supports multiple programming languages and frameworks. It simplifies the end-to-end machine learning workflow by combining notebook-based development with built-in integration to other GCP services for data processing, model training, and inference.
Game Warden provides support for Gemini Enterprise Agent Platform Workbench (formerly Vertex AI Workbench) at IL2, as well as for FedRAMP and Commercial environments.
GCP Gemini Enterprise (formerly Google Agentspace; excluding NotebookLM Enterprise; for a full list of exclusions, see Deployment guidance for Gemini for Government)¶
Gemini Enterprise is a generative AI service that enables government organizations to build and deploy custom AI agents and applications using Google's large language models. The service provides tools for creating conversational AI systems, automating workflows, and generating insights from organizational data while maintaining control over model fine-tuning and data handling. It supports integration with existing government systems and applications to enhance productivity and decision-making across agencies.
Game Warden provides support for Gemini Enterprise (formerly Google Agentspace; excluding NotebookLM Enterprise; for a full list of exclusions, see Deployment guidance for Gemini for Government) at IL2 and IL4, as well as for FedRAMP and Commercial environments.
GCP Generative AI on Gemini Enterprise Agent Platform (formerly Generative AI on Vertex AI)¶
Generative AI on Gemini Enterprise Agent Platform is a managed service that enables developers and enterprises to build, deploy, and scale generative AI applications using Google's large language models and multimodal AI capabilities. The platform provides tools for prompt engineering, fine-tuning, retrieval-augmented generation, and agent orchestration to create intelligent applications that can understand and generate text, images, code, and other content types. It integrates with Google Cloud services and third-party systems to support a wide range of enterprise use cases including content generation, question answering, document analysis, and automated reasoning tasks.
Game Warden provides support for Generative AI on Gemini Enterprise Agent Platform (formerly Generative AI on Vertex AI) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP GKE Identity Service (formerly Anthos Identity Service)¶
GKE Identity Service provides centralized identity and access management for applications running on Google Kubernetes Engine clusters. It enables secure authentication and authorization by integrating with external identity providers and managing credentials across multi-cluster and hybrid environments. The service simplifies identity governance by allowing organizations to apply consistent access policies and reduce credential management overhead across their Kubernetes deployments.
Game Warden provides support for GKE Identity Service (formerly Anthos Identity Service) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Google Admin console¶
The Google Admin console is a web-based management platform that allows administrators to manage users, devices, applications, and security settings across an organization's Google Cloud environment. It provides centralized control for user provisioning, group management, authentication policies, and access permissions. Administrators can configure organizational policies, monitor service usage, and manage deployed applications from a single dashboard.
Game Warden provides support for Google Admin console at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Google Admin console: Admin SDK¶
Google Admin SDK is a service that enables administrators to programmatically manage Google Workspace resources and settings through APIs and command-line tools. It allows automated provisioning and management of users, groups, organizational units, devices, and various administrative configurations across an organization's Google Cloud environment. The Admin SDK facilitates integration with existing identity and access management systems, reducing manual administrative overhead and enabling scalable management of large user bases.
Game Warden provides support for Google Admin console: Admin SDK at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Google Admin console: Directory Sync¶
Google Admin console: Directory Sync is a tool that synchronizes user and group information from an organization's on-premises Active Directory or LDAP directory to Google Cloud. It enables administrators to automatically provision, update, and deprovision user accounts and group memberships across Google Workspace and other Google Cloud services without manual data entry. This synchronization helps maintain consistency between an organization's identity management system and its Google Cloud environment.
Game Warden provides support for Google Admin console: Directory Sync at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Google Cloud app¶
Google Cloud App Engine is a fully managed, serverless platform that enables developers to build and deploy applications without managing underlying infrastructure. It automatically scales applications based on demand and supports multiple programming languages and frameworks. The service handles routine maintenance tasks such as patching and updates, allowing teams to focus on application development rather than operational overhead.
Game Warden provides support for Google Cloud app at IL2, as well as for FedRAMP and Commercial environments.
Google Cloud Armor¶
Google Cloud Armor is a distributed denial-of-service (DDoS) protection and web application firewall service that defends applications and APIs against malicious traffic and attacks. It uses Google's global infrastructure to detect and mitigate threats at the edge, allowing administrators to define custom security policies based on IP addresses, geographic location, and application-layer conditions. The service integrates with Google Cloud load balancers to provide real-time threat intelligence and adaptive protection for cloud-hosted applications.
Game Warden provides support for Google Cloud Armor at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Google Cloud Managed Service for Apache Kafka (excluding Kafka Connect and Kafka Schema registry)¶
Google Cloud Managed Service for Apache Kafka is a fully managed message streaming platform that enables organizations to build real-time data pipelines and event-driven applications. The service handles the operational complexity of deploying, managing, and scaling Apache Kafka clusters, allowing users to focus on application development rather than infrastructure maintenance. It provides publish-subscribe messaging capabilities for processing large volumes of continuous data streams with low latency and high throughput.
Game Warden does not currently provide compliance-scoped support for Google Cloud Managed Service for Apache Kafka (excluding Kafka Connect and Kafka Schema registry) IL4 and IL5 support is currently under DISA review. FedRAMP authorization is currently under GSA review.
Google Cloud Marketplace¶
Google Cloud Marketplace is a curated digital storefront where users can discover, launch, and manage third-party software solutions and services that run on Google Cloud Platform. The marketplace offers pre-configured virtual machine images, containers, datasets, and integrated applications from independent software vendors, simplifying deployment and management tasks. Users can browse, configure, and deploy solutions directly into their GCP projects with a single click.
Game Warden provides support for Google Cloud Marketplace at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Google Cloud Migration Center¶
Google Cloud Migration Center is a service that helps organizations assess, plan, and execute migrations of workloads from on-premises environments or other cloud platforms to Google Cloud. It provides tools for discovering and analyzing existing IT infrastructure, creating detailed migration plans, and tracking progress throughout the migration process. The service supports various workload types including virtual machines, databases, and applications, enabling teams to make informed decisions about their cloud migration strategy.
Game Warden provides support for Google Cloud Migration Center at IL2, as well as for FedRAMP and Commercial environments.
Google Cloud SDK¶
Google Cloud SDK is a command-line tool that enables developers to interact with Google Cloud services and manage cloud resources from their local machine or any environment. It provides command-line interfaces for deploying applications, managing virtual machines, databases, and other cloud resources, as well as the ability to authenticate and configure access to Google Cloud projects. The SDK includes tools like gcloud, gsutil, and kubectl, which allow users to perform administrative tasks, automate workflows, and integrate Google Cloud operations into development pipelines.
Game Warden provides support for Google Cloud SDK at IL2, as well as for FedRAMP and Commercial environments.
Google Earth Engine¶
Google Earth Engine is a geospatial analysis platform that provides access to petabytes of satellite imagery and geospatial datasets combined with planetary-scale computational resources. The service enables users to process and analyze large-scale environmental and geographic data for applications such as monitoring deforestation, tracking agricultural productivity, detecting land use changes, and managing natural resources. Earth Engine offers both a web-based code editor and APIs for programmatic access, allowing researchers, scientists, and analysts to perform complex analyses that would be impractical on local systems.
Game Warden provides support for Google Earth Engine at IL2, as well as for FedRAMP and Commercial environments.
Google Kubernetes Engine (GKE)¶
Google Kubernetes Engine (GKE) is a managed Kubernetes service that enables users to deploy, manage, and scale containerized applications on Google Cloud Platform. GKE automates the provisioning and management of Kubernetes clusters, including updates, patching, and resource optimization, allowing teams to focus on application development rather than infrastructure administration. The service provides integrated tools for monitoring, logging, and security management of containerized workloads running across multiple nodes.
Game Warden provides support for Google Kubernetes Engine (GKE) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Google Security Operations SIEM (Google SecOps SIEM)¶
Google Security Operations SIEM is a cloud-native security information and event management platform that ingests, analyzes, and correlates security data from across an organization's infrastructure and applications. It provides threat detection, investigation, and response capabilities by processing logs and security events to identify suspicious activities and potential security incidents. The service enables security teams to investigate alerts, hunt for threats, and gain visibility into their security posture through centralized analysis of security telemetry.
Game Warden provides support for Google Security Operations SIEM (Google SecOps SIEM) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
Google Security Operations SOAR (Google SecOps SOAR)¶
Google Security Operations SOAR (Security Orchestration, Automation and Response) is a cloud-native platform that helps security teams automate and orchestrate their incident response workflows. It integrates with existing security tools and data sources to streamline threat detection, investigation, and remediation processes. The service enables teams to create automated playbooks that respond to security alerts and incidents with reduced manual intervention.
Game Warden provides support for Google Security Operations SOAR (Google SecOps SOAR) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Identity-Aware Proxy (IAP) (excluding IAP for TCP)¶
Identity-Aware Proxy (IAP) is a Google Cloud service that controls access to cloud applications and resources by verifying user identity and device state before granting access. IAP works by intercepting requests to your applications and enforcing access policies based on user credentials and context, eliminating the need to expose applications directly to the internet. This service enables zero-trust security by ensuring that only authorized users can reach protected resources, regardless of network location.
Game Warden provides support for Identity-Aware Proxy (IAP) (excluding IAP for TCP) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Internal Application Load Balancer (regional)¶
The Internal Application Load Balancer is a regional load balancing service that distributes incoming application traffic across multiple backend resources within a virtual network. It operates at Layer 7 (application layer) and supports advanced routing capabilities such as path-based and host-based routing to intelligently direct requests to appropriate backend services. This load balancer is designed for internal communication between application components and is not exposed to the public internet.
Game Warden provides support for Internal Application Load Balancer (regional) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Internal passthrough Network Load Balancer¶
An Internal Passthrough Network Load Balancer is a GCP service that distributes traffic across backend instances within a private network using connection-based load balancing at Layer 4. It operates in passthrough mode, meaning it forwards traffic without terminating connections, preserving the original source and destination IP addresses. This load balancer is designed for high-performance, low-latency internal communication within a VPC network and supports both TCP and UDP protocols.
Game Warden provides support for Internal passthrough Network Load Balancer at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Internal proxy Network Load Balancer (regional)¶
The Internal proxy Network Load Balancer (regional) is a Google Cloud Platform service that distributes traffic across backend resources within a single region using a private IP address. It operates at Layer 4 (transport layer) and supports both TCP and UDP protocols, making it suitable for internal applications that require high performance and low latency communication. This load balancer uses proxy-based architecture to handle connection management and is designed for workloads that need internal traffic distribution within a VPC network.
Game Warden provides support for Internal proxy Network Load Balancer (regional) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Knative serving (formerly Cloud Run for Anthos)¶
Knative Serving is a serverless compute platform that automatically scales containerized applications based on demand, allowing developers to deploy and run workloads without managing underlying infrastructure. It abstracts away the complexity of Kubernetes cluster management by handling scaling, networking, and lifecycle management of containers. The service enables rapid deployment of stateless applications and microservices that can scale to zero when not in use.
Game Warden provides support for Knative serving (formerly Cloud Run for Anthos) at IL2, as well as for FedRAMP and Commercial environments.
GCP Knowledge Catalog (formerly Dataplex Universal Catalog; replaced Data Catalog)¶
Knowledge Catalog is a GCP service that enables organizations to discover, understand, and govern data assets across their enterprise. It provides a centralized repository where users can search and browse metadata about databases, tables, files, and other data resources, with enriched information including ownership, lineage, and quality metrics. The service helps data teams and business users locate relevant datasets while supporting data governance through tagging, classification, and access control policies.
Game Warden provides support for Knowledge Catalog (formerly Dataplex Universal Catalog; replaced Data Catalog) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Managed Service for Apache Airflow (formerly Cloud Composer)¶
Managed Service for Apache Airflow is a fully managed workflow orchestration service that enables users to author, schedule, and monitor complex data pipelines and workflows. The service handles the underlying infrastructure, scaling, and maintenance of Apache Airflow environments, allowing teams to focus on building and managing their workflows rather than managing the platform itself. It integrates with other Google Cloud services and supports multi-cloud and on-premises workloads through standard Airflow APIs and extensibility.
Game Warden provides support for Managed Service for Apache Airflow (formerly Cloud Composer) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Memorystore for Memcached¶
Memorystore for Memcached is a fully managed, in-memory data store service that helps applications retrieve data quickly by caching frequently accessed information. The service manages the operational overhead of deploying, managing, and scaling Memcached instances, allowing users to focus on application development. It integrates with other Google Cloud services to improve application performance and reduce latency for read-heavy workloads.
Game Warden provides support for Memorystore for Memcached at IL2, as well as for FedRAMP and Commercial environments.
GCP Memorystore for Redis¶
Memorystore for Redis is a fully managed, in-memory data store service that runs the open-source Redis protocol. It enables applications to cache data, manage sessions, and perform real-time analytics by providing fast data retrieval and manipulation capabilities. The service handles infrastructure management, patching, and failover, allowing developers to focus on application development rather than Redis instance administration.
Game Warden provides support for Memorystore for Redis at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Memorystore for Redis Cluster¶
Memorystore for Redis Cluster is a fully managed, in-memory data store service that provides high-performance caching and session storage capabilities on Google Cloud Platform. It enables applications to store and retrieve data rapidly using the open-source Redis protocol, supporting distributed clusters for improved scalability and throughput. The service handles infrastructure management, patching, and operational tasks, allowing users to focus on application development rather than Redis cluster administration.
Game Warden does not currently provide compliance-scoped support for Memorystore for Redis Cluster FedRAMP authorization is currently under GSA review.
GCP Memorystore for Valkey¶
Memorystore for Valkey is a fully managed, in-memory data store service on Google Cloud Platform that provides high-performance caching and session storage capabilities. It is compatible with Valkey and Redis protocols, allowing applications to store and retrieve data with extremely low latency. The service handles infrastructure management, maintenance, and scaling automatically, enabling developers to focus on application logic rather than cache infrastructure operations.
Game Warden provides support for Memorystore for Valkey for FedRAMP and Commercial environments.
GCP Metadata on Gemini Enterprise Agent Platform (formerly Vertex ML Metadata)¶
Metadata on Gemini Enterprise Agent Platform is a managed service that tracks, manages, and organizes metadata associated with machine learning workflows, models, and data artifacts. It enables users to capture lineage information, document model provenance, and maintain audit trails for ML experiments and production deployments. The service facilitates governance and reproducibility by storing structured metadata about datasets, training runs, model versions, and their relationships within ML pipelines.
Game Warden provides support for Metadata on Gemini Enterprise Agent Platform (formerly Vertex ML Metadata) for FedRAMP and Commercial environments.
GCP Migrate to Virtual Machines¶
Migrate to Virtual Machines is a GCP service that helps organizations move workloads from on-premises data centers and other cloud platforms to Google Cloud by automating the migration of virtual machines. The service discovers existing infrastructure, assesses compatibility, and handles the transfer of VM configurations, data, and applications with minimal downtime. It supports migrations from VMware, AWS, Azure, and other virtualized environments to Compute Engine instances on Google Cloud.
Game Warden does not currently provide compliance-scoped support for Migrate to Virtual Machines FedRAMP authorization is currently under GSA review.
GCP Migrate to Virtual Machines Model Armor¶
I don't have reliable information about a GCP service called "Migrate to Virtual Machines Model Armor" in my training data. This service name doesn't match standard GCP migration or security offerings that I can verify. To provide accurate content for a government cloud platform glossary, I'd recommend checking the official GCP documentation or contacting Google Cloud directly to confirm the correct service name and its functionality.
Game Warden provides support for Migrate to Virtual Machines Model Armor at IL2 and Commercial environments.
GCP Model Registry on Gemini Enterprise Agent Platform (formerly Vertex AI Model Registry)¶
Model Registry on Gemini Enterprise Agent Platform is a centralized repository for managing, organizing, and tracking machine learning models throughout their lifecycle. The service enables users to store model metadata, versions, and deployment information in a single location, facilitating collaboration and governance across teams. It integrates with other platform components to support model evaluation, deployment, and monitoring workflows.
Game Warden provides support for Model Registry on Gemini Enterprise Agent Platform (formerly Vertex AI Model Registry) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Neural Architecture Search on Gemini Enterprise Agent Platform (formerly Vertex AI Neural Architecture Search)¶
Neural Architecture Search on Gemini Enterprise Agent Platform is a service that automates the design of machine learning models by exploring and optimizing neural network architectures without requiring deep expertise in model design. The service uses machine learning techniques to efficiently search through the space of possible architectures and identify high-performing configurations tailored to specific datasets and performance objectives. This enables organizations to develop custom machine learning models more rapidly and with greater accuracy than manual model design approaches.
Game Warden provides support for Neural Architecture Search on Gemini Enterprise Agent Platform (formerly Vertex AI Neural Architecture Search) at IL2, as well as for FedRAMP and Commercial environments.
GCP Private Google Access¶
Private Google Access enables resources within a Virtual Private Cloud network to reach Google Cloud services and APIs without requiring a public IP address or traversing the public internet. This service routes traffic destined for Google Cloud APIs through Google's private network infrastructure, reducing exposure to external networks. It allows secure, direct connectivity to Google services such as Cloud Storage, BigQuery, and Pub/Sub from private instances within your VPC network.
Game Warden provides support for Private Google Access at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Private Service Connect¶
Private Service Connect is a Google Cloud Platform service that enables secure, private connectivity between virtual private cloud (VPC) networks and Google Cloud services or third-party services without exposing traffic to the public internet. It allows organizations to access services through private IP addresses using VPC Service Controls and internal DNS names, thereby reducing data exfiltration risks. The service supports both consumer-initiated connections through service attachments and producer-initiated connections through service endpoints.
Game Warden provides support for Private Service Connect at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Private services access¶
Private Service Access enables secure, private connectivity between a customer's Virtual Private Cloud (VPC) network and Google-managed services without requiring traffic to traverse the public internet. It uses VPC Service Controls and Private Service Connect technology to establish dedicated network paths, allowing applications to communicate with managed services like Cloud SQL, Firestore, and Bigtable while maintaining network isolation. This service is particularly useful for organizations that need to enforce strict network security policies and prevent data exposure through public endpoints.
Game Warden provides support for Private services access at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Privileged Access Manager¶
Privileged Access Manager is a GCP service that enables organizations to control and audit access to sensitive resources by requiring just-in-time approval workflows for privileged operations. It allows administrators to define policies that grant time-limited elevated permissions only when needed, reducing the risk of unauthorized or excessive access to critical systems. The service provides detailed logging and monitoring of all privileged access activities to support security auditing and investigation.
Game Warden provides support for Privileged Access Manager for FedRAMP and Commercial environments.
GCP Pub/Sub¶
Google Cloud Pub/Sub is a fully managed messaging service that enables asynchronous communication between independent applications and services. It allows applications to publish messages to topics and other applications to subscribe to those topics, decoupling senders from receivers so they can operate independently. This publish-subscribe pattern is commonly used for event streaming, real-time analytics, and integrating distributed systems.
Game Warden provides support for Pub/Sub at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Recommender¶
GCP Recommender is a service that analyzes your Google Cloud resources and usage patterns to provide actionable recommendations for improving performance, reducing costs, and enhancing security. The service identifies optimization opportunities across various GCP products and generates prioritized suggestions that you can review and implement directly through the console or APIs. Recommender helps organizations make data-driven decisions about their cloud infrastructure and resource management.
Game Warden provides support for Recommender for FedRAMP and Commercial environments.
GCP Secret Manager (excluding Global secrets)¶
Google Cloud Secret Manager is a secure and convenient service for storing, managing, and accessing sensitive data such as API keys, passwords, database credentials, and encryption keys. It provides centralized control over secrets with fine-grained Identity and Access Management (IAM) permissions, audit logging, and automatic secret rotation capabilities. The service encrypts secrets at rest and in transit, ensuring that sensitive information is protected throughout its lifecycle.
Game Warden provides support for Secret Manager (excluding Global secrets) for FedRAMP and Commercial environments.
GCP Secret Manager: Regional secrets¶
Secret Manager: Regional secrets is a Google Cloud Platform service that securely stores, manages, and controls access to sensitive data such as API keys, passwords, and certificates within a specific geographic region. The service encrypts secrets at rest and in transit, and provides fine-grained identity and access management controls to ensure only authorized applications and users can retrieve them. It enables automated secret rotation and maintains an audit log of all access and modifications to secrets.
Game Warden provides support for Secret Manager: Regional secrets at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Secure Source Manager (replaced Cloud Source Repositories)¶
Secure Source Manager is a fully managed source code repository service that provides version control and Git-based collaboration capabilities for development teams. It enables secure storage, management, and tracking of code changes while integrating with deployment and CI/CD pipelines. The service replaces the legacy Cloud Source Repositories offering with enhanced security features and modern development workflows.
Game Warden provides support for Secure Source Manager (replaced Cloud Source Repositories) at IL2, as well as for FedRAMP and Commercial environments IL4 and IL5 support is currently under DISA review.
GCP Security Command Center (excluding Enterprise)¶
Security Command Center is a centralized security and risk management service that provides visibility into the security posture of Google Cloud resources through continuous monitoring and threat detection. It identifies misconfigurations, vulnerabilities, and security findings across your cloud infrastructure and helps prioritize remediation efforts. The service enables security teams to assess compliance status and manage security risks from a unified dashboard.
Game Warden provides support for Security Command Center (excluding Enterprise) at IL2, as well as for FedRAMP and Commercial environments IL4 and IL5 support is currently under DISA review.
GCP Security Command Center Premium (excluding Compliance Manager)¶
Security Command Center Premium is a centralized security management and threat detection service that provides comprehensive visibility into an organization's cloud infrastructure, resources, and security posture across GCP. It enables security teams to identify, prioritize, and remediate vulnerabilities, misconfigurations, and security threats through continuous monitoring, automated scanning, and detailed risk assessments. The service includes advanced features such as custom findings, security health checks, and integration with third-party security tools to support threat investigation and incident response workflows.
Game Warden provides support for Security Command Center Premium (excluding Compliance Manager) at IL2, as well as for FedRAMP and Commercial environments.
GCP Sensitive Data Protection (formerly Cloud DLP)¶
Google Cloud Sensitive Data Protection (formerly Cloud DLP) is a service that discovers, classifies, and protects sensitive information across cloud storage, databases, and data streams. It uses pattern matching, machine learning, and custom detectors to identify data types such as personally identifiable information, payment card numbers, and credentials, then applies redaction, masking, or encryption to reduce exposure risk. Organizations can use the service to automate data protection workflows, enforce data governance policies, and generate detailed reports on sensitive data findings.
Game Warden provides support for Sensitive Data Protection (formerly Cloud DLP) at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Tabular Workflows on Gemini Enterprise Agent Platform (formerly Vertex AI Tabular Workflows)¶
Tabular Workflows on Gemini Enterprise Agent Platform is a service that enables organizations to build automated workflows for processing structured data using AI agents. The service allows users to define multi-step data processing pipelines that can extract insights, perform transformations, and execute actions on tabular data with minimal manual intervention. It combines workflow orchestration with generative AI capabilities to intelligently handle business logic and decision-making across data operations.
Game Warden provides support for Tabular Workflows on Gemini Enterprise Agent Platform (formerly Vertex AI Tabular Workflows) at IL2, as well as for FedRAMP and Commercial environments.
GCP Traffic Director API¶
The Traffic Director API is a Google Cloud service that enables programmatic management of global load balancing configurations for applications and services. It allows users to define, deploy, and modify load balancing policies through API calls rather than manual configuration, supporting advanced traffic steering, failover, and health checking capabilities. This API is particularly useful for organizations that need to automate infrastructure management and integrate load balancing into their deployment pipelines.
Game Warden provides support for Traffic Director API at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Vector Search on Gemini Enterprise Agent Platform (formerly Vertex AI Vector Search)¶
Vector Search on Gemini Enterprise Agent Platform is a managed service that enables fast and scalable similarity search over high-dimensional vector embeddings. It powers semantic search and recommendation capabilities by efficiently indexing and querying vector data at scale, allowing applications to find semantically similar content from large datasets. The service integrates with generative AI models to support natural language understanding and retrieval-augmented generation (RAG) workflows.
Game Warden provides support for Vector Search on Gemini Enterprise Agent Platform at IL2, as well as for FedRAMP and Commercial environments.
GCP Workforce Identity Federation¶
Workforce Identity Federation is a GCP service that enables organizations to manage access to cloud resources by using external identity providers instead of creating and maintaining separate Google Cloud identities. It allows employees and contractors to authenticate using their existing corporate identity systems, such as Active Directory or other SAML/OIDC-compliant providers, and then obtain temporary credentials to access GCP resources. This approach simplifies identity management, reduces operational overhead, and allows organizations to maintain centralized control over user authentication and access policies across on-premises and cloud environments.
Game Warden provides support for Workforce Identity Federation at IL2, IL4, and IL5, as well as for FedRAMP and Commercial environments.
GCP Workload Manager¶
Workload Manager is a Google Cloud service that helps organizations optimize and manage their applications and infrastructure workloads through automated monitoring, analysis, and recommendations. The service provides visibility into workload performance, resource utilization, and configuration best practices, enabling teams to improve efficiency and reduce operational overhead. It supports workload assessment, validation, and ongoing management across various application types and deployment scenarios.
Game Warden does not currently provide compliance-scoped support for Workload Manager FedRAMP authorization is currently under GSA review.
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.