< ciso
brief />
Tag Banner

All news with #product update tag

1322 articles · page 19 of 67

Amazon CloudWatch Adds HTTP Log Collector Endpoints

📥 Amazon CloudWatch Logs now supports HTTP-based ingestion via a new HTTP Log Collector (HLC) and dedicated endpoints for ND-JSON, Structured JSON, and OpenTelemetry formats. This enables customers to send logs where AWS SDK integration isn't feasible, such as third-party or packaged software. Generate API keys in CloudWatch Settings—AWS creates the service-specific IAM user and credentials—and configure API key expirations (1, 5, 30, 90, or 365 days). To prevent unintended ingestion, enable bearer token authentication on each log group and consider service control policies to block creation of service-specific credentials.
read more →

Microsoft, NVIDIA Expand Azure AI Infrastructure and Foundry

🚀 Microsoft and NVIDIA announced deeper integration at NVIDIA GTC, extending Microsoft Foundry to support NVIDIA Nemotron models and to simplify building production agents. New Azure AI infrastructure optimized for inference and reasoning will bring Vera Rubin NVL72 into liquid‑cooled datacenters and add initial support on Azure Local. Foundry Agent Service, Control Plane observability and a Voice Live API preview aim to accelerate prototype‑to‑production paths, while Fabric–Omniverse links and a public Physical AI Toolchain support simulation‑to‑operations workflows.
read more →

SageMaker HyperPod Adds Idle Compute Resource Sharing

⚙️Amazon SageMaker HyperPod task governance now supports dynamic idle resource sharing, letting teams borrow unallocated compute capacity beyond their guaranteed quotas. Administrators can set both percentage-based and absolute borrow limits for resource types such as accelerators, vCPU, and memory to ensure fair distribution. HyperPod automatically recalculates borrowable resources as instances and quota policies change, and eligible ready, schedulable instances—including partitioned GPU configurations—contribute to the borrowable pool. This capability is available for EKS-based HyperPod clusters across multiple AWS Regions.
read more →

Amazon Neptune adds openCypher read-from-S3 capability

🔗 Amazon Neptune now supports reading S3 data directly from openCypher via the new neptune.read() procedure. This lets users federate S3-resident datasets into queries without preloading them into the graph. The feature handles standard and Neptune-specific formats (geometry, datetime), uses the caller's IAM credentials for access, and is available in all regions where Neptune runs.
read more →

Amazon Timestream for InfluxDB: Expanded Multi-Node Clusters

🚀 Amazon Timestream for InfluxDB 3 Enterprise now supports expanded multi-node clusters up to 15 nodes, enabling 1–4 combined writer/reader nodes, 0–13 dedicated reader-only nodes, plus a dedicated compactor node for long-term storage. Multi-node deployments distribute nodes across Availability Zones for improved fault tolerance and availability. You can add and remove nodes on Enterprise clusters, upgrade from Core to Enterprise, and configure custom topologies via the console, AWS CLI, or SDKs.
read more →

Amazon SimpleDB adds domain export capability to S3

📤 Amazon SimpleDB now supports exporting domain data directly to Amazon S3 in standard JSON format. Exports run in the background with no impact on database performance and support cross-region and cross-account targets, multiple encryption options, and flexible S3 bucket configuration. The capability is available in all SimpleDB regions and is accessed via three new APIs — StartDomainExport, GetExport, and ListExports — with built-in rate limits; there is no additional charge for the tool, though standard data transfer fees apply.
read more →

From Legacy to Leadership: PostgreSQL on Azure for Agility

🚀 Microsoft outlines how moving from legacy on-prem Oracle to Azure Database for PostgreSQL and the new Azure HorizonDB can reduce costs, boost performance, and improve agility. The post highlights an Apollo Hospitals migration that cut operational costs by 60%, improved uptime to 99.95%, and delivered a 3x performance gain. It also describes an AI-assisted Oracle-to-PostgreSQL migration tool integrated into VS Code that automates schema and application conversion, testing, and validation to reduce risk and accelerate adoption.
read more →

Gemini Enhances BigQuery Studio Assistant Workflow

🔍 The new Gemini-powered assistant in BigQuery Studio makes the agent context-aware by integrating active query tabs with the chat interface, eliminating copy-paste and context-switching. It generates advanced SQL, including AI operators and federated queries, to support more complex analyses from simple prompts. Built-in job analysis examines job history to diagnose long-running queries, failures, and cost drivers while respecting access permissions.
read more →

Amazon Connect Lets Agents Forward Email Contacts Externally

📧 Amazon Connect now lets agents forward email contacts to external email addresses and distribution lists directly from the Agent workspace and Contact Center Panel. When forwarded, agents retain ownership and the complete communication trail of the original contact, keeping a single point of contact for customers. This streamlines collaboration with back-office teams, subject matter experts, partners, and stakeholders. Email forwarding is available in multiple AWS regions.
read more →

AWS Security Agent Adds Service Quotas for Pentests

🔒 AWS Security Agent now integrates with AWS Service Quotas, giving teams a centralized view of applied limits and utilization for security workloads. Users can request quota increases through the Service Quotas console, and eligible requests are automatically approved to reduce manual intervention. The update explicitly covers pentesting limits, including action hours and concurrent pentest jobs, helping security and development teams scale testing without unexpected constraints.
read more →

Amazon CloudWatch Application Signals Adds SLO Tools

📈 Amazon CloudWatch Application Signals now includes three console-based SLO capabilities: SLO Recommendations, Service-Level SLOs, and SLO Performance Report. The features analyze 30 days of service metrics (P99 latency and error rates) to suggest validated, data-driven SLO targets and allow customers to approve recommendations before rollout. Service-Level SLOs provide a holistic view of service reliability across operations, while SLO Performance Report delivers calendar-aligned historical analysis for daily, weekly, and monthly intervals. These updates aim to reduce misconfigured thresholds and alert fatigue and are available in all Regions where Application Signals runs; pricing is usage-based with per-SLO charges.
read more →

Amazon MSK Adds M7g Graviton3 Brokers in Cape Town

🚀Amazon MSK now supports Standard brokers on AWS Graviton3-based M7g instances in the Africa (Cape Town) region. M7g brokers deliver up to 24% compute cost savings and up to 29% higher write and read throughput versus comparable M5-based MSK clusters. You can create new clusters with M7g brokers or upgrade existing M5 clusters via the Amazon MSK console or AWS CLI; consult the Amazon MSK Developer Guide for implementation details.
read more →

Cloud Run: IAP integration and DRS-compatible public access

🔒 Cloud Run now supports direct Identity-Aware Proxy (IAP) integration and a new option to allow public access compatible with Domain Restricted Sharing. Enable IAP with a single click or via the --iap flag without provisioning load balancers, bringing context-aware, enterprise-grade authentication to serverless apps at no added load balancer cost. The 'Allow Public access' toggle disables the IAM invoker check to support public websites or private microservices that rely on network-level or organizational controls, and IAP’s CORS handling permits unauthenticated OPTIONS for preflight while authenticating other requests.
read more →

AWS Lambda Managed Instances Adds Rust Support Globally

🚀 AWS now supports Rust on Lambda Managed Instances, enabling developers to run high-performance Rust functions on Lambda-managed EC2 instances while preserving Lambda’s operational simplicity. The integration exposes specialized compute configurations—latest-generation processors and high-bandwidth networking—and supports parallel request processing within each execution environment. Rust on Lambda Managed Instances is available today in all Regions where the service is offered.
read more →

AWS Elastic Beanstalk Adds Deployments Tab with Logs

🛠️ AWS Elastic Beanstalk now includes a Deployments tab in the environment dashboard, offering a consolidated view of deployment history and real-time, step-by-step deployment logs. Previously, customers had to wait until a deployment completed and then aggregate events from multiple sources; the new tab surfaces status, events, and detailed logs while deployments are still in progress. The feature covers application deployments, configuration updates, and environment launches, and is supported across all Linux-based platform branches and available in AWS Commercial and GovCloud (US) Regions.
read more →

AWS Private CA SCEP Connector Adds AWS PrivateLink

🔒 AWS Private CA Connector for SCEP now supports AWS PrivateLink, enabling clients within an Amazon VPC to request certificates without traversing the public internet. The managed AWS Private CA Connector for SCEP uses SCEP to automate certificate enrollment and renewal for mobile, network, and IoT devices. PrivateLink removes the need for internet gateways, NAT devices, or VPNs while keeping traffic on the AWS network.
read more →

Why Context Matters for AI Data Security with SDP Now

🔒 Google Cloud’s Sensitive Data Protection (SDP) now applies advanced AI context classifiers and image object detectors to identify and redact sensitive content across text and images. It detects medical and financial contexts, faces, passports, credit cards, and other PII, and can generate redacted versions so organizations keep valuable training data while protecting privacy. SDP supports both Vertex AI tuning and live agent interactions and integrates with Model Armor, Security Command Center, and contact center solutions.
read more →

Amazon EC2 M8i and M8i-flex Added to Europe Regions

⚡ Amazon EC2 M8i and M8i-flex instances are now available in Europe (Ireland) and Europe (London). Powered by AWS-exclusive custom Intel Xeon 6 processors, they deliver up to 15% better price-performance and 2.5x the memory bandwidth versus previous Intel-based instances. AWS reports up to 20% higher general compute performance versus M7i, with specific workload gains—up to 30% for PostgreSQL, 60% for NGINX web applications, and 40% for deep learning recommendation models. M8i-flex targets common general-purpose sizes while M8i offers larger and SAP-certified configurations including a new 96xlarge.
read more →

Amazon Bedrock AgentCore Memory Adds Kinesis Streaming

🔔 Amazon announced that AgentCore Memory for Bedrock now supports streaming notifications for long-term memory, delivering push events to Amazon Kinesis whenever memory records are created or modified. Developers can subscribe to these streams to trigger downstream workflows, refresh application state, and build audit trails without polling. This reduces developer overhead and simplifies integration of personalized, memory-driven experiences. The feature is available in 15 AWS Regions.
read more →

AWS Glue zero-ETL adds configurable CDC for DynamoDB

AWS Glue zero-ETL now supports configurable change data capture (CDC) refresh intervals and on-demand ingestion for Amazon DynamoDB sources. You can set refresh windows from 15 minutes up to 6 days, letting teams balance data freshness and cost, and trigger immediate ingestion for urgent updates. These enhancements align DynamoDB zero-ETL integrations with SaaS sources such as Salesforce, SAP, and ServiceNow. The capabilities are available today in all regions where zero-ETL is supported.
read more →