Page 32

Complete AWS IAM Reference

Writing IAM policies is hard. Following the principle of least privilege is even harder. To write a secure IAM policy you need to know: What actions are needed? Are resource-level permissions supported and on what levels? Are conditions supported to re...

Read more

AWS Weekly 2016-32

A quick summary of what happened in the AWS universe last week. Monday, August 8 Expanding to Canada: new edge locations for CloudFront (CDN) in Montreal and Toronto. Announcing regional expansion of EC2 instance types: C4 in South America (Sao Paulo),...

Read more

Create a serverless RESTful API with the Serverless Framework powered by API Gateway, Lambda, and DynamoDB

This article teaches you how to create a Serverless RESTful API on AWS with the Serverless Framework. DynamoDB is used to store the data. The example’s source code is available on GitHub and can be used to speed up your project. If you are interested i...

Read more

AWS Weekly 2016-31

A quick summary of what happened in the AWS universe last week. Monday, August 1 Leonardo from Cloud Academy published A curated list of AWS resources to prepare for the AWS Certifications We announced the Complete AWS IAM Reference DevOps Meets Securi...

Read more

API Gateway Custom Authorization with Lambda, DynamoDB and CloudFormation

API Gateway provides an HTTP API endpoint that is fully configurable. You define the HTTP resources (like /user), the HTTP methods on that resources (like POST, GET, DELETE, …) and the integration (e.g. Lambda function) that should be called to process ...

Read more

AWS Weekly 2016-30

A quick summary of what happened in the AWS universe last week. Monday, July 25 Service expansion: API Gateway & AWS Lambda is now available in Asia Pacific (Singapore) Snowball is now available in EU (Frankfurt) region. Start and stop EC2 Instance...

Read more

Your AWS Account is a mess? Learn how to fix it!

Have you no wildcard ec2:* in your IAM policies? Your Security Group rules are as strict as possible? Your S3 Bucket Access Policies only contain rules you know? You know about every single resource that runs in your account? If so, stop reading and ple...

Read more

Create a serverless RESTful API with API Gateway, CloudFormation, Lambda, and DynamoDB

This article teaches you how to create a serverless RESTful API on AWS. You will use CloudFormation to define the API Gateway in combination with Lambda to implement the functionality. DynamoDB is used to store the data. The example’s source code is ava...

Read more

AWS Weekly 2016-29

A quick summary of what happened in the AWS universe last week. Monday, July 18 Going Serverless: CloudSploit shared their migration story New course from AWS Community Hero ‪Lynn Langit: Amazon Web Services for Data Science Wednesday, July 20 Four Ne...

Read more

DevOps and Security #c9d9

What are some of the best practices for building security as an integral part of your tools and practices throughout your delivery pipeline? On Tuesday I participated in an online panel on the subject of DevOps and Security, as part of Continuous Discus...

Read more