AWS News Blog
Category: Launch
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 […]
New Amazon CloudFront Feature: Default Root Object
If you have ever set up a web site from scratch, you know that you have to handle the root of the web site in a special way so that requests for the site’s root URL (e.g. http://aws.amazon.com) are handled properly. You generally map the root URL to an HTML document such as index.html using […]
What’s New in AWS Security: Vulnerability Reporting and Penetration Testing
Security is a top priority for Amazon Web Services. Providing a trustworthy infrastructure for you to develop and deploy applications is a responsibility we take very seriously. One important aspect of gaining your trust is being open and transparent about our security processes and continually working toward achieving industry-recognized certifications. Other important aspects include providing […]
New Amazon EC2 Instance Type – The Cluster Compute Instance
A number of AWS users have been using Amazon EC2 to solve a variety of computationally intensive problems. Here’s a sampling: Atbrox and Lingit use Elastic MapReduce to build data sets that help individuals with dyslexia to improve their reading and writing skills. Systems integrator Cycle Computing helps Varian to run compute-intensive Monte Carlo simulations. […]