Skip to content

Instantly share code, notes, and snippets.

@chrisbelyea
Created February 24, 2021 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisbelyea/75197a03bb1ca7f8cb720435073b52c7 to your computer and use it in GitHub Desktop.
Save chrisbelyea/75197a03bb1ca7f8cb720435073b52c7 to your computer and use it in GitHub Desktop.
Infrastructure as Code at Enterprise Scale
AWSTemplateFormatVersion: "2010-09-09"
Resources:
LoadBalancer:
Type: AWS::CloudFormation::Stack
Properties:
TemplateURL: "https://exampleco-cfn-templates.s3.us-east-2.amazonaws.com/alb/com.example.alb-1.77.2.yaml"
Parameters:
Scheme: internet-facing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment