Integration & Automation
Category: Intermediate (200)
Using a long-lived compute resource as a custom resource in AWS CloudFormation
Learn how to extend AWS CloudFormation by using AWS CodeBuild as a long-lived compute environment. This example is based on the AWX Quick Start.
Toward a bastion-less world
Looking for a way to improve your security posture by eliminating open ports on your private Amazon EC2 instances? Learn how you can use the AWS Systems Manager Session Manager to securely connect to your instances without requiring open ports or a key pair.
Automating Amazon CloudWatch alarms with an AWS CloudFormation macro
Tired of writing out each Amazon CloudWatch alarm within your AWS CloudFormation template? Learn how to append alarms automatically by using a CloudFormation macro.
Data analysis with SnapLogic
This post is a hands-on companion to the Data Lake with SnapLogic on AWS Quick Start. See how to use a SnapLogic pipeline to transform your input data, load it into an Amazon Redshift data warehouse, query the data in Amazon Redshift, and visualize it with Amazon QuickSight, so that you can analyze the data.
A tale from the trenches: The CloudBees Core on AWS Quick Start
David B. Schott, Senior Business Development Engineer at CloudBees, Inc., details his technology adventures building, with a tight deadline and a learning curve, a Quick Start for the CloudBees Core CI/CD product.
AWS Quick Start best practices for broad customer impact
See best practices that you can apply in developing AWS Quick Starts to help gain broad customer reach and impact.
Conditionally launch AWS CloudFormation resources based on user input
Here are two patterns that you can add to AWS CloudFormation to customize automated deployments based on values provided during the launch. The first pattern is for designing nested stacks that are optional. The second pattern allows you to change template URLs based on the current scenario.
Handling circular dependency errors in AWS CloudFormation
Circular dependencies can be frustrating to resolve. In this post we will talk about what leads to circular dependencies, a few examples of circular dependencies and approaches to solve them.