Skip to content

Instantly share code, notes, and snippets.

View montamal's full-sized avatar
🦥
Working from home

Alex Montambeault montamal

🦥
Working from home
  • Sherbrooke, Quebec
View GitHub Profile
# Enable autoscaling for the service
ScalableTarget:
Type: AWS::ApplicationAutoScaling::ScalableTarget
DependsOn: Service
Properties:
ServiceNamespace: 'ecs'
ScalableDimension: 'ecs:service:DesiredCount'
ResourceId:
Fn::Join:
- '/'