InfoQ Homepage AWS Content on InfoQ
-
AWS Updates the Well-Architected Framework and Lens Catalog
AWS has recently announced updates to the Well-Architected Framework and Lens Catalog. With a significant focus on security and observability, the new release has expanded guidance on architectural best practices to build and maintain optimized, secure, and resilient workloads in the cloud.
-
Distill CLI: Amazon CTO Werner Vogels Unveils Rust-Powered Media Summarization Tool
Werner Vogels, CTO of Amazon, has recently launched Distill CLI, a personal project written in Rust. The open-source tool leverages Amazon Transcribe and Amazon Bedrock to generate summaries of audio recordings directly from the command line.
-
AWS Adds Passkey Support for Enhanced Security, Enforces MFA for Root Users
AWS has recently announced two new security features. First, passkeys can now be used for multi-factor authentication (MFA) for root and IAM users, providing additional security beyond just a username and password. Second, AWS now requires MFA for root users, starting with the root user account in an AWS Organization. This requirement will be expanded to other accounts throughout the year.
-
Amazon EC2 U7i Instances: 896 vCPUs and up to 32 TiB of Memory for High Memory Workloads
AWS recently announced the general availability of high-memory U7i instances. Simplifying the vertical scaling of large workloads, these new U7i instances are designed to support large, in-memory databases such as SAP HANA, Oracle, and SQL Server.
-
Azure Eliminates Inter-Availability Zone Data Transfer Fees to Encourage Deployment Best Practices
Microsoft has recently announced that Azure will no longer charge for data transfer across availability zones whether using private or public IPs. This change will facilitate the development of resilient multi-AZ applications without the concern of additional data transfer expenses.
-
AWS Cloud Control Terraform Provider Enables Quicker Access to AWS Features
HashiCorp has moved the AWS Cloud Control (AWSCC) provider to general availability. The AWSCC provider is automatically generated based on the Cloud Control API published by AWS, implying that new AWS features can be supported in Terraform upon their release.
-
AWS Fargate Significantly Improves Windows Container Launch Times
AWS has announced improved launch times for Windows containers running on AWS Fargate. Launch times were improved by pre-baking the AMIs, leveraging EC2 fast launch, and eliminating the network proxy. The team has also provided recommendations for users to further enhance their container launch times.
-
Fullstack TypeScript on AWS: Amplify Gen 2 Now Generally Available
AWS has recently announced the general availability of Amplify Gen 2, a “code-first developer experience” that enables TypeScript and JavaScript developers to build and deploy fullstack applications on AWS.
-
AWS Introduces Amazon Bedrock Studio for Building Generative AI Applications
AWS has recently announced Amazon Bedrock Studio, a web interface for developers to collaborate and build generative AI applications. Currently in public preview, the rapid prototyping environment provides access to multiple foundation models, knowledge bases, agents, and guardrails.
-
Uber Migrates 1 Trillion Records from DynamoDB to LedgerStore to Save $6 Million Annually
Uber migrated all its payment transaction data from DynamoDB and blob storage into a new long-term solution, a purpose-built data store named LedgerStore. The company was looking for cost savings and had previously reduced the use of DynamoDB to store hot data (12 weeks old). The move resulted in significant savings and simplified the storage architecture.
-
Ahrefs Joins Others in Suggesting That On-Premises Hosting Can Be More Cost Effective than Cloud
A recent article claims that Ahrefs, an SEO software suite company, was able to prevent $400 million in expenditures over three years by not leveraging cloud resources. Similarly, 37Signals, the makers of Basecamp, has begun a cloud exodus with the stated goal of saving seven million dollars in infrastructure costs over five years.
-
AWS Adds Auto-Instrumentation of Python Applications to CloudWatch Application Signals
AWS announced the support of auto-instrumentation of Python applications to the Amazon Cloudwatch Application Signals feature. Application Signals enables the use of AWS Distro for OpenTelemetry to instrument Python applications without code changes. Application Signals allows for the monitoring of service-level objectives (SLOs) and works with several AWS observability and monitoring tooling.
-
Amazon Q Business and Amazon Q Developer Now Generally Available
AWS has recently announced the general availability of Amazon Q a generative AI-powered assistant tailored for businesses and developers. Amazon Q Developer provides code suggestions and recommendations in real time, while Amazon Q Business enables companies to get insights from structured and unstructured data.
-
Amazon S3 Unauthorized Request Billing Issue: an Empty S3 Bucket Can Dramatically Increase the Costs
Maciej Pocwierz, a senior software engineer, recently revealed a significant issue—an empty S3 bucket can unexpectedly result in a substantial AWS bill. In his case, nearly 100,000,000 S3 PUT requests were executed within a single day, leading to a bill that was far from negligible.
-
Terraform 1.8 Adds Provider-Defined Functions, Improves AWS, GCP, and Kubernetes Providers
HashiCorp has released version 1.8 of Terraform, their infrastructure-as-code language. The release introduces provider-defined functions. This enables the creation of custom functions within a given provider that handle computational-style tasks. Several providers have introduced new provider-defined functions. Version 1.8 also introduces improvements to refactoring across resource types.