Skip to content

Instantly share code, notes, and snippets.

View cuongtv2004's full-sized avatar

cuongtv2004 cuongtv2004

View GitHub Profile
@cuongtv2004
cuongtv2004 / Auto Scale
Last active June 14, 2019 19:07
CloudFormation
"myAutoScale": {
"Type": "AWS::AutoScaling::AutoScalingGroup",
"Properties": {
"LaunchConfigurationName": {
"Ref": "myLaunchConfig"
},
"MinSize": "1",
"MaxSize": "3",
"TargetGroupARNs": [
{