Today, we release v3.1.x of our Free Templates for AWS CloudFormation. The highlights of the release are: You can now receive alerts if the infrastructure is not working with the oprations/alert.yaml template. Existing templates now have a ParentAlertStack parameter to enable alerting for the stack. We updated the AMIs to Amazon Linux 2017.03 The documentation […]
Archives for April 2017
AWS Velocity Series: Serverless app
The API Gateway provides an HTTPS endpoint that invokes a Lambda function when a request arrives. The diagram was created with Cloudcraft – Visualize your cloud architecture like a pro. As you can see, there is not much infrastructure to set up. To makes things even simpler, you will use the AWS Serverless Application Model […]
AWS Velocity Series: Containerized ECS based app CI/CD pipeline
In the previous article, you learned how to use CloudFormation to describe a production-ready infrastructure for a containerized app running on ECS. In this article you will learn to: Automate the creation of a Docker image that contains the app Deploy a CloudFormation stack based infrastructure/ecs.yml with AWS CodePipeline Run acceptance tests on AWS CodeBuild […]