AWS News Blog

Jeff Barr

Author: Jeff Barr

Jeff Barr is Chief Evangelist for AWS. He started this blog in 2004 and has been writing posts just about non-stop ever since.

AWS SDK for Python (Boto) Now Supports Python 3

The AWS SDK for Python (also known as Boto) has been updated and is now compatible with Python 3. You can now build AWS applications using versions 2.6, 2.7, 3.3, and 3.4 of Python. Here’s a screen shot of some Boto code running on Python 3.4.1: (py3)$ python Python 3.4.1 (default, May 19 2014, 13:10:29) […]

Amazon RDS Now Supports T2 Instances

We launched the T2 instance type last month. This new Amazon Elastic Compute Cloud (Amazon EC2) instance type provides a solid level of baseline performance and the ability to burst above the baseline as needed. As I wrote in my blog post, these instances are ideal for development, testing, and medium-traffic web sites. Today we […]

Updated IAM Console

If you are an AWS user, I sincerely hope that you are using AWS Identity and Access Management (IAM) to control access to your services and your resources! As you probably know, you can create AWS users and groups and use permissions to allow and deny access to many aspects of AWS. Today we are […]

AWS Week in Review – July 28, 2014

Let’s take a quick look at what happened in AWS-land last week: Monday, July 28 The AWS Big Data Blog talked about Best Practices for High-Frequency Loading on Amazon Redshift. We updated the EC2 Public IP Address Ranges. Tuesday, July 29 We announced New Amazon Climate Research Grants. The AWS Startup Collection published a Sample App […]

AWS Trusted Advisor For Everyone

AWS Trusted Advisor is your customized cloud expert! It helps you to observe best practices for the use of AWS by inspecting your AWS environment with an eye toward saving money, improving system performance and reliability, and closing security gaps. Since we launched Trusted Advisor in 2013, our customers have viewed over 1.7 million best-practice […]

Auto Scaling Update – Lifecycle Management, Standby State, and DetachInstances

Auto Scaling is a key AWS service. You can use it to build resilient, highly scalable applications that react to changes in load by launching or terminating Amazon EC2 instances as needed, all driven by system or user-defined metrics collected and tracked by Amazon CloudWatch. Today we are enhancing Auto Scaling with the addition of […]