Integration & Automation
Category: Integration & Automation
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.
Securing passwords in AWS Quick Starts using AWS Secrets Manager
See how you can securely generate, store, and retrieve passwords during automated workflows by using AWS Secrets Manager and AWS CloudFormation.
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.
Using AWS Systems Manager to orchestrate PowerShell DSC
This second post in a two-part series covers how you can streamline your automated deployments by orchestrating Windows PowerShell Desired State Configuration within AWS Systems Manager Automation documents.
Using AWS Systems Manager Automation and AWS CloudFormation together
In this first post of a two-part series, read about the benefits of using AWS CloudFormation and AWS Systems Manager together to streamline deployment, and outputting logs to Amazon CloudWatch for centralized troubleshooting.
Automated documentation of AWS CloudFormation template parameters
Automate the documentation of AWS CloudFormation templates by using a serverless solution that eliminates the need to run local scripts.
Deploy CloudFormation stacks at the click of a button
Deploy your Quick Starts and other AWS CloudFormation templates securely at the click of a button by using the AWS IoT Button.
Multiple-account, multiple-Region AWS CloudFormation
AWS CloudFormation nested stacks execute in the same account and AWS Region as the parent stack. This post shows you how to nest stacks in different accounts, Regions, or IAM identities.