Integration & Automation
Category: Learning Levels
Automate sports data polling with AWS Step Functions
AWS collaborated with the Pacific Science Center (PacSci) in Seattle to build a customized light display in the iconic arches of PacSci’s Seattle Center campus. This post will show you how to deploy the PacSci automated sports data polling system for your use.
Read MoreKeep your AWS resources when you rename an AWS CloudFormation stack
Learn how to change the name of a CloudFormation stack without deleting the resources that it manages. In the walkthrough, which uses a simple architecture with a single resource, a virtual private cloud (VPC), you add a Retain attribute to the resource’s deletion policy so that the resource isn’t lost when that stack is deleted.
Read MoreCreate a more secure LAMP stack with AWS WAF (web application firewall)
Learn how to create a more secure LAMP stack with AWS WAF, Route 53 domain, and AWS Certificate Manager. This post walks you through automation steps to deploy a highly available LAMP-stack application with a web application firewall.
Read MoreDisaster recovery: 3 failover scenarios for your Amazon Aurora global database with Terraform (Part 2)
Simulate recovering an Amazon Aurora global database after a disaster. Walk through three failover scenarios, observe their effect on Terraform state, and learn how to maintain the global database topology and configuration using Terraform.
Read MoreDeploy bastion hosts into private subnets with AWS CDK
Learn how to use AWS CDK to deploy bastion hosts into private subnets of a VPC.
Read MorePrepare for faster disaster recovery: Deploy an Amazon Aurora global database with Terraform (Part 1)
Learn how to automate the deployment and management of an Amazon Aurora global database—across multiple AWS Regions—with Terraform. This architecture can provide disaster recovery from Region-wide outages with low recovery time objective (RTO) and recovery point objective (RPO).
Read MoreAutomate VPC tagging with AWS Control Tower lifecycle events
Automatically tag resources in an AWS account created by AWS Control Tower.
Read MoreUse AWS CDK to initialize Amazon RDS instances
Combine IaC resources and Lambda functions with the AWS CDK framework to initialize Amazon RDS scripts.
Read MoreUse AWS Control Tower to deploy AWS Quick Starts to multiple accounts
Use a configuration file in AWS Control Tower to deploy a single Quick Start to thousands of AWS accounts.
Read MoreHow to automate your software-composition analysis on AWS
In this blog post, we discuss an operation that reduces the risk of downloading new packages from public repositories.
Read More