Introduction AWS CloudFormation is a service that enables us to provision AWS and third-party resources by treating infrastructure as code. It allows us to have consistent and version-controlled deployments. While there are other popular tools for IaC like Terraform and Pulumi, CloudFormation is designed specifically for AWS resources and services. It uses YAML or JSON-based […]| ITGix
Altocumulus Undulatus – What is that I can hear you asking? I think maybe the photo’s above will somewhat give it away! I have never seen anything like this before in my life! The photos you see above was the... Read the Post The post Altocumulus Undulatus! first appeared on Write of the Middle.| Write of the Middle
How to build a global reverse proxy with on-demand SSL support on AWS| tobilg.com
CloudFront supports two logging modes: v2 logging and legacy logging. Naturally, you’d expect to use the newer v2 logging—but if you’re provisioning CloudFront with CloudFormation, it’s easy to end up with the legacy setup by accident. If you use the Logging property in your AWS::CloudFront::Distribution, CloudFormation will default to legacy logging, writing directly to S3. There’s currently no way to switch this to v2 via the Logging property in CloudFormation. To enable v2 loggin...| Kevin Sookocheff
https://hidekazu-konishi.com/entry/aws_cfn_acm_lambdaedge_waf_s3_cloudfront.html AWS CloudFormation Templates and AWS Lambda Custom Resources for Associating AWS Certificate Manager, Lambda@Edge, and AWS WAF with a Website on Amazon S3 and Amazon CloudFront Cross-Region.| Hidekazu Konishi - Profile / Biography | hidekazu-konishi.com
https://hidekazu-konishi.com/entry/deploy_aws_cfn_stack_with_lambda_custom_resources.html Deploy AWS Cloudformation Stack Cross-Region with AWS Lambda Custom Resources.| Hidekazu Konishi - Profile / Biography | hidekazu-konishi.com
https://hidekazu-konishi.com/entry/summary_of_aws_cloudformation_stacksets.html Summary of AWS CloudFormation StackSets, with a focus on the relationship between the management console and API, account filter, and the role of parameters.| Hidekazu Konishi - Profile / Biography | hidekazu-konishi.com
AWS CloudFormation, a key service in the AWS ecosystem, simplifies IaC by allowing users to easily model and set up AWS resources.| Perficient Blogs
CDK generates Logical IDs used by the CloudFormation to track and identify resources. In this post, I'll explain what Logical IDs are, how they're generated, and why they're important. Understanding this will help you avoid unexpected resource deletions and baffling "resource already exists" errors during deployment.| Better Dev
This CloudFormation custom resources tutorial walks you though when and why to use custom resources. Further, it includes two examples of writing and using custom resources.| DeBrie Advisory Blog
Macros are a powerful tool for making CloudFormation easier to work with. Learn what CloudFormation macros are, as well as why and how to use them.| DeBrie Advisory Blog
In this post, we cover how CloudFormation handles updates to resources and how to prevent accidentally deleting critical infrastructure.| DeBrie Advisory Blog
Yet another “build a WireGuard VPN” guide! This setup here is mostly automated with scripts and Infrastructure as Code. It is meant to be quick temporary VPN setup; you spin it up in a few minutes, do whatever and destroy after use. There’s only about 50 lines of bash to put everything together. This guide […]| Bruceoutdoors Blog of Blots
This post covers how to automate the creation of auto-scaling architecture using CloudFormation and also how to create monitoring dashboards using CloudWatch.| Vuyisile Ndlovu
This post shows how to create a two-tier architecture to deploy a WordPress application using CloudFormation.| Vuyisile Ndlovu