AWS News Blog
Category: News
New AWS SDK for PHP
We’ve got a really nice new AWS SDK for PHP. Like our existing .NET and Java toolkits, this one was designed to be a high-quality SDK with comprehensive feature coverage, documentation, and tutorials. The first release supports a large subset of our infrastructure services including the Amazon Elastic Compute Cloud (EC2), the Amazon Simple Storage […]
New Amazon EC2 Features: Resource Tagging, Idempotency, Filtering, Bring Your Own Keys
We’ve just introduced four cool new features for Amazon EC2. Instead of trying to squeeze all of the information in to one ridiculously long post, I’ve written four separate posts. Here’s what we introduced: Resource Tagging -Tag the following types of resources: EC2 instances, Amazon Machine Images (AMIs), EBS volumes, EBS snapshots, and Amazon VPC […]
New Amazon EC2 Feature: Filtering
Many of our customers create large numbers of EC2 resources. Some of them run hundreds or thousands of EC2 instances, create thousands of EBS volumes, and retain tens of thousands of EBS volume snapshots. This growth has meant that the corresponding Describe APIs (DescribeInstances, DescribeVolumes, and DescribeSnapshots, to name a few) can return results that […]
New Amazon EC2 Feature: Resource Tagging
It is really easy to start up that first Amazon EC2 instance, and then another, and another as you find more and more ways to put it to use. It is really easy to create some EBS volumes, attach them to your instances, and to store lots and lots of data on them. The same […]
New Amazon EC2 Feature: Idempotent Instance Creation
The Amazon EC2 API includes functions which create resources such as instances, disk volumes and snapshots, IP addresses, and key pairs. Some of these functions create the resources in a synchronous fashion and you can determine the success or failure of the request by examining the value returned by the call. Other functions work in […]
New Amazon EC2 Feature: Bring Your Own Keypair
You can now import your own RSA keypair (or the public half, to be precise) for use with your Amazon EC2 instances. Why would you want to do this? Here are a couple of reasons: Trust – By importing your own keypair you can ensure that you have complete control over your keys. Security -You […]
New Amazon EC2 Micro Instances – New, Low Cost Option for Low Throughput Applications
I cant tell you how many of you have told me youd like to run smaller applications at lower cost on EC2. These applications are typically low traffic/low throughputweb applications, web site hosting, various types of periodic cron jobs and the like. Im happy to say we have now built an instance type exactly for […]
New CloudFront Feature: Invalidation
Under normal conditions, an Amazon S3 object in a bucket that is part of a CloudFront distribution can be cached at a CloudFront edge location per the object’s TTL (Time to Live). In many situations it is possible to come up with a reasonable value for the TTL ahead of time. In other cases you […]