Infrastructure & Automation
Category: Advanced (300)
Best practices for using Amazon S3 endpoints with AWS CloudFormation
Learn why you want to shift from path-style to virtual-hosted-style S3 endpoints in your AWS CloudFormation templates.
Read MoreAutomate Ansible playbook deployment with Amazon EC2 and GitHub
Learn how to automate Ansible playbook deployment with Amazon EC2 and GitHub either by using an AWS CloudFormation template or by following a step-by-step setup.
Read MoreHow to trigger AWS CodeBuild jobs for selective file changes in AWS CodeCommit
Learn how you can build only the files that need to be built when you commit changes. This solution uses AWS CodeCommit, AWS Lambda, and AWS CodeBuild to run selective builds of changes based on file type.
Read MoreBuilding a CI/CD pipeline for Hugo websites
Learn how to use a code pipeline to automate the static file generation and content publishing process of a Hugo website.
Read MoreRun code before terminating an EC2 Auto Scaling instance
Learn how to create an AWS CloudFormation template that runs code prior to terminating an EC2 Auto Scaling instance.
Read MoreAutomating ISV product packaging and deployment in AWS Landing Zone
Learn about the design and implementation details of a solution that automates add-on product preparation and deployment for AWS Landing Zone-based environments, and how you can use the solution to make your products available for customers to deploy.
Read MoreAmazon S3 authenticated bootstrapping in AWS CloudFormation
Learn how to securely access Amazon S3 during bootstrapping by using S3-authenticated objects.
Read MoreIntroduction to quickstart-linux-utilities
Learn how to automate the installation of cfn-init helper scripts across operating systems by invoking quickstart-linux-utilities at stack launch.
Read MoreSpeed up instance bootstrapping by using dynamically created images
Learn how to build an AMI from an Amazon EC2 instance at CloudFormation launch time, and then use the AMI for fast bootstrapping of the Auto Scaling group instances.
Read MoreLogging Windows Amazon EC2 UserData activity in Amazon CloudWatch
Track what is happening with your Amazon EC2 instance at creation time by leveraging CloudWatch to externalize log data. Use AWS Secrets Manager for credential security with PowerShell scripts, and create a reusable AWS CloudFormation template.
Read More