InfoQ Homepage AWS Content on InfoQ
-
Amazon Launches a New Message Broker Service in AWS
At the recent re:Invent 2017, Amazon launched a new service called Amazon MQ, a managed message broker service for Apache ActiveMQ; an open-sourced, enterprise-grade message broker compatible with most industry standard protocols.
-
Chef Extends OpsWorks Capabilities in AWS
Chef has announced new capabilities to address application lifecycle control concerns in containers in AWS. New functionality includes Chef Automate with integrated compliance and builds on AWS OpsWorks for Chef Automate announced in 2016. OpsWorks for Chef Automate provides a managed Chef server and suite of automation tools.
-
Amazon Adds New Features to Its Rekognition Service
In a recent blog post, Amazon announced the addition of three new features to its Rekognition Service. These new features enable detection and recognition of text in images, face detection up to a hundred in a full picture, and real-time face recognition across ten million faces.
-
Amazon GuardDuty: A Zero-Footprint Managed Threat Detection Service for AWS Accounts and Resources
At the AWS re:invent conference, the release of Amazon GuardDuty was announced - a managed threat detection service that continuously monitors for malicious or unauthorised behaviour. The service can be centrally managed, is “zero footprint”, and remediation scripts or AWS Lambda functions can be configured to trigger automatically based on GuardDuty findings.
-
AWS re:Invent Day 2 Keynote Announcements: Alexa for Business, Cloud9 IDE & AWS Lambda Enhancements
At the second keynote of the AWS re:invent 2017 conference, running in Las Vegas, Werner Vogels, CTO of Amazon, took to the stage to announce several new product releases: Alexa for Business; AWS Cloud9 IDE; and multiple enhancements to the AWS Lambda service, including traffic shifting, the doubling of available RAM, and a pre-announcement of .NET Core 2 and Golang language support.
-
Traffic Shifting in AWS Lambda Aliases Coming Soon
Amazon’s Chris Munns announced at the recent Serverless Conference NYC that AWS Lambda will soon support a feature called traffic shifting. This will allow a weight to be applied to Lambda function aliases to shift traffic between two versions of a function. The feature will enable the use of canary releases and blue/green deployment.
-
AWS Offers 4TB Memory Virtual Machines
AWS has now the largest cloud virtual machine in terms of memory, after launching the x1e.32xlarge, a new memory-optimized EC2 instance type. AWS customers can use this new type of instances in their production environments in order to handle the high memory requirements of software like SAP HANA and their in-memory databases.
-
AWS Establishes Per-Second Billing for EC2 Instances
AWS instituted a per-second billing model for EC2 instances and EBS volumes on the 2nd of October.
-
Amazon CloudWatch Dashboards Gains API and CloudFormation Support
Amazon Web Services (AWS) recently added programmatic creation and manipulation of CloudWatch dashboards and widgets to support use cases such as dynamic resource lifecycle tracking and consistent cross-account dashboard maintenance.
-
Microsoft Introduces Azure Availability Zones, Completes MAREA Transatlantic Connection
In a recent blog post, Microsoft announced the expansion of High Availability (HA) and resiliency options for customers. The update comes in the form of Azure Availability Zones which increase the availability of certain Azure services within a specific region by providing complete redundancy and isolation of the infrastructure. Azure Availability Zones include a financially-backed SLA of 99.99%.
-
AWS Release ‘SAM Local’ to Facilitate Local Build and Test of AWS Lambda Serverless Applications
AWS have released a new tool in beta, SAM Local, that makes it easy to build and test serverless AWS Lambda applications on a local dev machine. Core features provided by SAM Local include: the ability to test AWS Lambda functions locally running within Docker, a simple CLI to start a local API Gateway, and the generation of sample payloads for testing the handling of various AWS event sources.
-
Amazon Web Services Joins Cloud Native Computing Foundation (CNCF)
The Cloud Native Computing Foundation (CNCF) has announced that Amazon Web Services (AWS) has joined the CNCF as a platinum member with the goal of accelerating the development and deployment of cloud native technologies in its market-leading public cloud.
-
Public Preview of Azure IaaS Disaster Recovery Announced
In a recent announcement, Microsoft released details about its public preview for Infrastructure-as-a-Service (IaaS) disaster recovery using Azure Site Recovery (ASR). Using the ASR service, organizations can protect IaaS workloads in one Azure region and have it replicated to a different Azure region within a geographical cluster.
-
Amazon CloudWatch Events Gains Cross-Account Event Delivery
Amazon Web Services (AWS) recently added cross-account event delivery to Amazon CloudWatch Events to support use cases such as the tracking of events across an entire organization and the handling of events in separate accounts to implement advanced security schemes.
-
AWS Web Application Firewall: Bolt-on Security for Insecure Websites
AWS Web Application Firewall inspects traffic coming into your web application, looking for suspicious activity. It can pass good requests onto your application and block requests that match common attack vectors - like SQL injection. WAF can add a layer of security onto an existing application without changing the app.