Tech News
← Home  ·  All topics

Aws

30 GoKawiil briefs on this topic

OpenAI's GPT-6 Astra launch stumbles, Altman apologizes to paying users

OpenAI rolled out its new GPT-6 Astra model first to enterprise customers with access to its Daybreak cybersecurity platform, delaying access for Plus and Pro subscribers who expected earlier availability. CEO Sam Altman acknowledged the rollout was 'messy' and apologized, while an OpenAI engineering lead offered subscription credits to affected users for each day access was delayed.

Enterprises rank non-Nvidia AI chips ahead of Blackwell in evaluation plans

VentureBeat's July VB Pulse survey of 170 AI infrastructure buyers found 39.4% plan to evaluate non-Nvidia accelerators like AWS Trainium, Google TPU, AMD Instinct or Intel Gaudi over the next year, versus 25.3% who plan to evaluate Nvidia's next-gen Blackwell GPUs. Despite this evaluation gap, the share of respondents expecting to switch platforms within three months actually dropped from 38.3% to 28.8%, even as usage and infrastructure activity rose across the board.

Microsoft to break out Azure's quarterly revenue as it cuts reporting segments to two

Microsoft announced it will begin reporting Azure cloud revenue every quarter, ending years of disclosing only growth percentages. The move accompanies a restructuring that reduces the company's operating segments from three to two, its first such change since 2015.

AWS Executive Ruba Borno Deploys AI Agents Internally to Model Adoption for Clients

Ruba Borno, who leads AWS's Global Specialists and Partners organization, is using AI agents to run her own team's operations while also guiding AWS customers on how to integrate AI into their businesses. Her approach treats internal adoption as a demonstration of the practices she recommends to clients seeking to apply AI advances for measurable business results.

Attackers exploit critical Langflow RCE bug to harvest OpenAI and AWS credentials

Hackers are actively exploiting CVE-2026-0768, a critical unauthenticated remote code execution flaw in the open-source Langflow AI development platform, to steal cloud and API credentials. VulnCheck's honeypots recorded roughly 50 exploitation attempts over a weekend, mostly from Russian IP addresses, with the count climbing to 360 attacks within days. The flaw lets attackers run arbitrary Python code with root privileges by abusing improper input validation in Langflow's code validator.

MySQL replica upgrade exposes AUTO_INCREMENT replication bug, corrupting foreign keys

An engineer upgrading a MySQL database via a replica discovered that a table's auto-incrementing primary key was assigned in a different row order on the replica than on the source. Because six related tables had been migrated to reference these new IDs, one of them ended up pointing to completely wrong rows after the switchover, while the other five happened to remain correct.

Startup founder details three-week struggle configuring AWS Cognito authentication

A startup developer recounts spending three weeks trying to implement AWS Cognito for authentication, encountering broken password reset flows despite following official documentation exactly. He attributes the trouble to inconsistent, fragmented documentation that mixes outdated code examples from different SDK versions and targets multiple audiences without a clear path for any of them.

FlowG adds AWS, GCP and Azure log forwarders ahead of 1.0 release, using floci for local testing

The FlowG team is preparing its 1.0 release and identified a gap: no native integrations with the logging services of AWS, Google Cloud, and Azure, despite already supporting eight general-purpose forwarders. To build and test the AWS CloudWatch integration without incurring cloud costs or needing live accounts, they used floci, a local emulator launched via a single Docker command, which let them configure the AWS SDK to hit a local endpoint and verify log forwarding using standard CLI tools.

OpenAI, Google, Microsoft and 100+ firms sign joint pledge on AI cyber defense

More than 100 companies spanning AI, cloud, finance and cybersecurity—including OpenAI, Google, Microsoft, Anthropic, AWS and CrowdStrike—signed an open letter urging coordinated action against AI-powered cyberattacks. The letter warns that AI-enabled attacks will grow more widespread and sophisticated as models improve, and calls on governments, industry and AI developers to build stronger defensive tools and monitoring systems.

Amazon to Shut Down Mechanical Turk Crowdsourcing Platform on September 30, 2026

Amazon announced it will permanently retire Amazon Mechanical Turk (MTurk), the crowdsourced task platform it launched in 2005, effective September 30, 2026. The company cited its routine practice of evaluating tools and services, without giving a specific reason, though MTurk has reportedly been losing ground to newer AI-training platforms for years.

AWS launches Route 53 Files for direct file-system access to DNS records

AWS introduced Route 53 Files, a feature that exposes hosted zones as a standard file system so DNS records can be edited with ordinary UNIX tools like a text editor. Changes made through the file system, the AWS console, the API, or CLI all sync automatically, and the file system can be mounted on EC2 instances, ECS or EKS containers, and Lambda functions.

New CLI tool Restoredrill verifies PostgreSQL backups actually restore

Restoredrill is a new open-source command-line tool that automatically fetches the latest PostgreSQL backup, restores it into a disposable container, runs user-defined validation checks, and outputs a JSON report documenting restore time and success. It's currently at version 0.1.0 and supports only Postgres for now.