AWS News Blog
New CloudWatch Metrics for Amazon Simple Workflow
The Amazon Simple Workflow Service (SWF for short) coordinates tasks and manages state for cloud-based applications. You can focus on your business logic and on your application instead of building complex glue code and implementing your own state machines. Among many other use cases, our customers are using SWF to manage complex video encoding pipelines, […]
Welcome to the new AWS Blog!
You are now reading the newest version of the AWS Blog! After hosting the blog externally for nearly ten years, we decided to “drink our own champagne” (as we often say at Amazon) and move to an AWS-powered environment. I am happy to be able to report that this blog is generated on Amazon EC2 […]
Important Change – Managing Your AWS Secret Access Keys
Last month I urged you to download your secret access key(s) for your AWS (root) account in advance of a planned change in our access model. We have implemented the change and you can no longer retrieve existing secret access keys for the root account. If you lose your secret access key, you must generate […]
AWS Week in Review – April 21, 2014
Let’s take a quick look at what happened in AWS-land last week: Monday, April 21 We announced New Features for Amazon Redshift. The AWS .NET Development Blog talked about Overriding Endpoints in the AWS SDK for .NET. The AWS Security Blog took on the task of Demystifying EC2 Resource-Level Permissions. Tuesday, April 22 We announced […]
Improved Query Filtering and Conditional Updates for DynamoDB
Amazon DynamoDB is a fast, fully-managed NoSQL database. You can easily create tables, provision the desired amount of read and write capacity, and then store as much information as you’d like. Each item in a DynamoDB table consists of one or more key/value pairs, indexed by a hash key or a combination of a hash […]
Backup and Restore ElastiCache Redis Clusters
You can use Amazon ElastiCache to implement an in-memory storage layer between your application code and your database using the Memcached or Redis engines. Adding an in-memory storage layer can often lead to dramatic speed improvements for database accesses. Regardless of which engine you choose, ElastiCache makes it easy to deploy, operate, and scale a […]
MySQL 5.5 to MySQL 5.6 Upgrade Support for Amazon RDS
The Amazon Relational Database Service (RDS) takes care of almost all of the day to day grunt work that would otherwise consume a lot of system administrator and DBA time. You don’t have to worry about hardware provisioning, operating system or database installation or patching, backups, monitoring, or failover. Instead, you can invest in your […]
AWS Elastic Beanstalk for Docker
AWS Elastic Beanstalk makes it easy for you to deploy and manage applications in the AWS cloud. After you upload your application, Elastic Beanstalk will provision, monitor, and scale capacity (Amazon EC2 instances), while also load balancing incoming requests across all of the healthy instances. Docker automates the deployment of applications in the form of […]