AWS News Blog
Category: Uncategorized
Client-Side Data Encryption for Amazon S3 Using the AWS SDK for Java
The newest version of the AWS SDK for Java has a very convenient client-side encryption feature. Once enabled, the SDK will automatically encrypt data before sending it to Amazon S3, and decrypt it before returning it to your application. You have full control of the keys used to encrypt and decrypt your data and the […]
Announcing AWS $NAME
As I’ve blogged about in the past, we love to listen to our customers, and what we hear from them has a direct and very visible influence on our development process. I can literally watch as the information flows from customer meetings to trip reports to press releases (we write those first, before we build […]
IAM Now Available for Amazon CloudFront
You can now use AWS Identity and Access Management (IAM) to regulate access to the Amazon CloudFront APIs.For example, you could easily create three separate IAM groups with names and permissions as follows: Group CloudFrontManagement – Access to all CloudFront APIs. Group Publisher – Access to the CreateDistribution, GetDistribution, UpdateDistribution, and GetDistributionConfig APIs. Group StreamingPublisher […]
Building Powerful Web Applications in the AWS Cloud: A Love Story
‘Building powerful web applications in the AWS cloud’ is a (fictional) love story about scalability. Once upon a time, not so very long ago, there was a boy named Andy. Andy, like other 25-year olds, was having a tough time to find a friday-night date. Every Thursday, he used to be frustrated and impatient about […]
AWS CloudFormation in the AWS Management Console
The AWS Management Console now includes full support for AWS CloudFormation. You can create stacks from templates, monitor the creation process, access the parameters and the outputs, and terminate the stack when you are done with it. As is my custom, here’s a tour! Start out on the AWS CloudFormation tab. This tab displays all […]
AWS CloudFormation – Create Your AWS Stack From a Recipe
My wife’s “famous” Greek Easter Bread! My family does a lot of cooking and baking. Sometimes we start out with a goal, a menu, and some recipes. Other times we get a bit more creative and do something interesting with whatever we have on hand. As the lucky recipient of all of this calorie-laden deliciousness, […]
Attend 6-hour AWS Workshop at Cloud Connect
Attend the Amazon Web Services Workshop at Cloud Connect Knowing all the AWS services is one thing knowing when and where to use which one is a completely different issue. This workshop will not only help you understand different AWS Infrastructure services but also show you how to use them so that you can take […]
Host Your Static Website on Amazon S3
We’ve added some new features to Amazon S3 to make it even better at hosting static websites. Customers have been hosting their images and video for their websites on Amazon S3 for a long time. However, it was not that easy to host your entire website on S3. Why? If a user enters a site […]