Page 34

Using S3 for static web hosting

Hosting a static website is possible with S3, an AWS service that offers unlimited cloud storage capacity. You are able to deliver static content like HTML, CSS, images (e.g., PNG and JPG), audio or videos. You can’t execute server-side scripts like PHP...

Read more

6 tips and tricks for AWS command-line ninjas

The AWS Command Line Interface (CLI) allows you to manage AWS services. Using the CLI from your terminal interactively allows you to half-automate tasks and frees you from logging into the AWS Management Console. In addition integrating the CLI into she...

Read more

AWS Monthly Review - May 2016

AWS is innovating fast. This is a summary of what happened during past month. Announcements and News AWS Certificate Manager allows to generate SSL/TLS certificates in the following regions: US East (N.Virginia), US West (N. California), US West (Oregon...

Read more

Integrate SQS and Lambda: serverless architecture for asynchronous workloads

The Gold Standard for modern cloud-native applications is a serverless architecture. AWS Lambda allows you to implement scalable and fault tolerant applications without the need of a single virtual machine. A serverless infrastructure based on AWS Lambd...

Read more

Free ebook: Cloud Native Applications

Cloud Native Applications is a collection of hand-picked chapters presenting five topics that will give you insights into the world of cloud computing. Get a free copy now! Andreas and I, authors of Amazon Web Services in Action, selected these specif...

Read more

Pro bono: non-profit project wanted

Andreas and I would like to give away one month of our consulting time to a non-profit project for free. We can help you with anything related to AWS, DevOps, Software Development (Node.js, Java, Scala, Erlang). Are you a researcher trying to analyze...

Read more

DIY AWS Security Review

A regular security review of your AWS account can reveal security issues with little effort. There are some very easy things you can automatically check with the help of the AWS Command Line Interface that have a big impact. Limit network traffic from 0...

Read more

AWS Monthly Review - April 2016

AWS is innovating fast. This is a summary of what happened during past month. Announcements and News CloudFormation adds support for EC2 Dedicated Hosts, improves handling of ECS and allows you to specify a name for a Lambda function. (Official Announc...

Read more

Avoid security credentials on GitHub

Your AWS account is a valuable target for bad guys. With access to your security credentials an attacker is potential able to steal sensitive data, utilize resources on your costs, or sabotage your infrastructure. Two years ago AWS and their customers o...

Read more

Free ebook: Building and Deploying Applications on the Cloud

DZone published a new guide: Building and Deploying Applications on the Cloud. It contains an article from Michael and me: Building Blocks for Highly Available Systems on AWS. The ebook contains the following articles: Fullstack Engineering in the Age...

Read more