< ciso
brief />
Tag Banner

All news with #product update tag

1109 articles · page 5 of 56

Amazon Connect extends tag-based access to quick responses

🔒 Amazon Connect now applies tag-based access control (TBAC) to quick response assignments for routing profiles. Administrators can restrict which routing profiles receive specific quick responses based on their TBAC permissions, so agents only see templates relevant to their assigned profiles. This change aligns quick responses with existing Amazon Connect resource access controls and supports compliance and localized disclosure workflows. The update is available in multiple AWS Regions.
read more →

Amazon CloudWatch Logs IA Adds Analytics and Masking

🔒 Amazon CloudWatch Logs Infrequent Access (Logs IA) now supports expanded analytics and data protection capabilities, including OpenSearch PPL and OpenSearch SQL query support. These additions let customers run advanced, flexible queries on infrequently accessed logs while keeping data consolidated natively on AWS. Built-in data protection can automatically detect and mask sensitive information in logs, helping organizations meet security and compliance requirements without manual redaction. Logs IA remains a lower-cost ingestion class with existing features like Logs Insights Query Language, S3 export, and encryption, making it suitable for ad-hoc troubleshooting and forensic analysis.
read more →

AWS Lambda Managed Instances: 32 GB and 16 vCPUs available

🚀 AWS now supports up to 32 GB of memory and up to 16 vCPUs for functions running on Lambda Managed Instances, enabling compute-intensive workloads without managing infrastructure. Customers can choose memory-to-vCPU ratios of 2:1, 4:1, or 8:1 to match CPU- or memory-heavy tasks (for example, 16, 8, or 4 vCPUs at 32 GB). The capability is available in all Regions where Lambda Managed Instances is GA and can be configured via Console, CLI, CloudFormation, CDK, or SAM.
read more →

AWS Console adds Visible Services and Regions settings

🔧 AWS announced the general availability of Visible services and Visible Regions account settings in the AWS Management Console. Administrators can customize which services and Regions appear for authorized users to simplify navigation and reduce clutter. Configure these options in Console under Unified Settings or programmatically via User Experience Customization (UXC) with the AWS CLI, SDKs, CDK, or CloudFormation; the features are available in AWS Commercial Regions at no additional cost.
read more →

Visualizing Cloudflare Workflows with Static Diagrams

🔍 Cloudflare has added complete visual diagrams to the Cloudflare Workflows dashboard so developers can better inspect and debug code-first workflows. Because Workflows are dynamic code — with Promises, await, loops and nested functions — Cloudflare parses the bundled script at deploy time into an AST, using oxc-parser and a Rust Worker compiled to WebAssembly to translate nodes into a graph. The renderer maps step and function relationships, tracks parallelism and ordering with starts and resolves indices, and exposes a concise set of node types to support debugging and future real-time tracing features.
read more →

Amazon GameLift Servers Adds Support for EC2 Gen 5–8

🎮 Amazon GameLift Servers now supports Amazon EC2 5th through 8th generation instances, expanding options for game server hosting. The release lets developers choose General Purpose (M), Compute Optimized (C), and Memory Optimized (R) families across Intel, AMD, and AWS Graviton processors, with variants offering local storage and enhanced networking. This update improves price-performance, efficiency, and flexibility for scaling multiplayer game workloads globally.
read more →

AWS HealthImaging: Study- and Series-Level Access Control

🔒 AWS HealthImaging now supports fine-grained study- and series-level access control for medical imaging data. Customers can reference DICOM Study Instance UIDs and Series Instance UIDs directly in IAM policies for DICOMweb APIs and create temporary, scoped grants using AWS STS session policies, removing the need to list individual image set ARNs. This reduces PHI exposure by limiting access to specific studies or series and supports workflows such as pathologist case-level access, radiology sharing with external partners, and controlled research distribution. The service is HIPAA-eligible and generally available in key regions.
read more →

AWS Step Functions Adds 28 New SDK Service Integrations

🤖 AWS Step Functions now supports 28 additional AWS service integrations and over 1,100 new API actions, enabling direct orchestration of a broader set of services without writing custom integration code. New integrations include Amazon Bedrock AgentCore for invoking AI agent runtimes and Amazon S3 Vectors for document ingestion workflows. The update also adds support for AWS Lambda durable execution APIs to enable idempotent durable function invocations and management of durable executions from workflows. These enhancements are generally available in all Regions where Step Functions is offered.
read more →

SageMaker Studio Now Supports Remote Kiro and Cursor IDEs

🔗 AWS now enables remote connections from Kiro and Cursor IDEs to Amazon SageMaker Studio. Data scientists, ML engineers, and developers can use their local Kiro/Cursor setups — including spec-driven development, conversational coding, and automated feature generation — while running workloads on SageMaker's scalable cloud compute. Authentication is supported via the AWS Toolkit extension or SageMaker Studio's web UI, preserving Studio security boundaries and reducing context switching.
read more →

Amazon ECS Managed Instances Add FIPS for Graviton/GPU

🔒 Amazon now supports FIPS-compliant operation for Amazon ECS Managed Instances running Graviton-based and GPU-accelerated workloads in the AWS GovCloud (US) Regions. ECS Managed Instances in GovCloud enable FIPS by default, use FIPS-compliant endpoints and validated cryptographic modules, and boot kernels in FIPS mode. Customers can enable the feature via the Console, ECS MCP Server, ECS Express Mode, or infrastructure-as-code; management charges apply in addition to EC2 costs.
read more →

Research and Engineering Studio 2026.03: New Admin Tools

🆕 Research and Engineering Studio (RES) on AWS 2026.03 introduces expanded administrator controls, enhanced filesystem support, and session management improvements. Admins can onboard multiple FSx for ONTAP volumes as RES filesystems, configure DCV token expiration to support longer session files, and add up to three custom login links. The release also enables admins to restart VDIs in error states from the Sessions page and lets users reset VDI schedules to the system default, alongside assorted bug fixes and performance improvements.
read more →

Research and Engineering Studio on AWS — 2026.03 Update

🔔 Research and Engineering Studio (RES) 2026.03 introduces administrator controls, expanded filesystem support, and session-management improvements to simplify cloud-based research desktops. Administrators can onboard multiple FSx for ONTAP volumes, configure DCV token expiration for longer session files, and add up to three custom links on the RES login page. The release also enables restarting VDIs in error states from the Sessions page, lets users reset VDI schedules to system defaults with one action, and includes assorted bug fixes and performance improvements across supported AWS Regions.
read more →

AWS PCS adds slurmdbd and cgroups configuration settings

🔧 AWS Parallel Computing Service (AWS PCS) now supports additional Slurm settings for slurmdbd and cgroups accessible via the console, CLI, and SDK. Administrators can tune accounting behavior, privacy controls, and data retention through slurmdbd, while cgroups enable CPU binding, memory limits, and device access restrictions to prevent oversubscription. These options can be set at cluster creation or applied to existing clusters across all AWS PCS regions.
read more →

AWS Announces EC2 I8ge Instances Across New Regions

🔔 AWS has expanded availability of Amazon EC2 I8ge instances to Europe (Stockholm) and multiple Asia Pacific regions including Mumbai, Malaysia, Singapore, and Sydney. These storage-optimized instances run on Graviton4 processors and leverage third-generation Nitro SSDs, delivering up to 60% better compute and up to 55% better real-time storage performance per TB versus prior Graviton2-based storage instances. I8ge offers up to 120 TB of local NVMe, high network throughput, and dedicated EBS bandwidth for low-latency, data-intensive workloads.
read more →

AWS Lambda increases file descriptor limit to 4,096

🚀 AWS Lambda has raised the per-process file descriptor limit from 1,024 to 4,096 for functions running on Lambda Managed Instances (LMI). This 4x increase supports I/O-intensive and high-concurrency workloads by allowing larger connection pools and more simultaneous open files and sockets. The capability is available in all Regions where LMI is generally available and helps customers use managed EC2 instances with built-in routing, load-balancing, and auto-scaling without additional operational overhead.
read more →

AWS AppConfig adds enhanced targeting for rollouts

🎯 AWS AppConfig now supports enhanced targeting controls for feature flag and configuration rollouts, enabling customers to bind values to specific segments or individual users during gradual deployments. The capability makes feature flags “sticky” by using customer-provided entity identifiers together with the AppConfig Agent, preserving targeted behavior as updates progress. This feature is available in all AWS Regions, including AWS GovCloud (US).
read more →

Cloud SQL Powers Manhattan Associates' AI Supply Chain

🚀 Manhattan Associates modernized its Manhattan Active SaaS platform by migrating from legacy Oracle and DB2 to Google Cloud databases. Cloud SQL and BigQuery now power core transactions and real-time analytics, enabling over a billion API calls per day with average responses under 150 ms. Containerized microservices on GKE, Pub/Sub streaming, and managed observability deliver automated failover, cross-region recovery, and faster feature delivery. The shift reduced manual scaling and licensing overhead while boosting operational agility and resilience.
read more →

Red Hat OpenShift on Google Cloud: Migration Updates

🔔 Google Cloud announced integrations and product updates to simplify running Red Hat OpenShift on its platform, including Google Cloud Cluster Services for OpenShift, a guided console cluster-creation experience, and the general availability of OpenShift Virtualization on OpenShift Dedicated. The updates emphasize cost optimization via custom machine types, Hyperdisk, and Axion processors, joint engineering with Red Hat, and configuration validation through Workload Manager to help migrate and modernize clusters. Supported integrations and middleware plugins aim to preserve OpenShift-native architecture while enabling selective adoption of managed Google services.
read more →

AWS JDBC Wrapper adds automatic Valkey query caching

🔁 The AWS Advanced JDBC Wrapper now supports automated JDBC query caching using Valkey, including integration with Amazon ElastiCache for Valkey. Developers can add the wrapper dependency, enable the query cache plugin, configure database and cache endpoints, and mark which queries to cache via annotations or hints. Supported databases include Aurora and RDS for PostgreSQL, MySQL, and MariaDB. Caching result sets reduces database reads, lowers read latency, and can cut costs while improving application resilience.
read more →

Amazon EC2 R8gd Instances with Large Local NVMe Storage

🚀 Amazon Web Services has launched EC2 R8gd instances with up to 11.4 TB of local NVMe SSD storage, powered by Graviton4 processors. These instances deliver up to 30% better compute performance versus Graviton3 and show improvements for I/O-intensive databases and real-time analytics workloads. Offered in 12 sizes with up to 50 Gbps network and 40 Gbps EBS bandwidth, select sizes include Elastic Fabric Adapter (EFA) and support adjustable bandwidth weighting for greater deployment flexibility.
read more →