Amazon EC2 Auto Scaling (autoscaling)

2023-02-23

3 new actions, 1 new condition | 1 updated action

Additions

    Actions
  • AttachTrafficSources
    • Description:  Grants permission to attach one or more traffic sources to an Auto Scaling group
    • Access:  Write
    • Resources: 

      Name: autoScalingGroup

      Required: Yes

    • Conditions: 

      autoscaling:ResourceTag/${TagKey}

      aws:ResourceTag/${TagKey}

      autoscaling:TrafficSourceIdentifiers

  • DescribeTrafficSources
    • Description:  Grants permission to describe the target groups for the specified Auto Scaling group
    • Access:  List
  • DetachTrafficSources
    • Description:  Grants permission to detach one or more traffic sources from an Auto Scaling group
    • Access:  Write
    • Resources: 

      Name: autoScalingGroup

      Required: Yes

    • Conditions: 

      autoscaling:ResourceTag/${TagKey}

      aws:ResourceTag/${TagKey}

      autoscaling:TrafficSourceIdentifiers

Updates