Skip to content

Instantly share code, notes, and snippets.

@AndrewBestbier
Created March 5, 2020 11:38
Show Gist options
  • Save AndrewBestbier/a23d7cd13f44061116cc355fff3c67fa to your computer and use it in GitHub Desktop.
Save AndrewBestbier/a23d7cd13f44061116cc355fff3c67fa to your computer and use it in GitHub Desktop.
AutoScalingGroup:
Type: AWS::AutoScaling::AutoScalingGroup
Properties:
LaunchConfigurationName: !Ref AppLaunchConfig
# AvailabilityZones:
# - !Select [0, !GetAZs ]
# - !Select [1, !GetAZs ]
VPCZoneIdentifier: # (1)
- !Ref PublicSubnetA
- !Ref PublicSubnetB
DesiredCapacity: 3
MinSize: 3
MaxSize: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment