steampipe-mod-aws-compliance icon indicating copy to clipboard operation
steampipe-mod-aws-compliance copied to clipboard

Add FSBP AutoScaling.6

Open rajlearner17 opened this issue 3 years ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

[AutoScaling.6] Auto Scaling groups should use multiple instance types in multiple Availability Zones

Need further investigation to check, how we update to multiple instance-types, Further input mixed_instances_policy_launch_template_overrides is only updated after initial provisioning of autoscaling Launch configurations

"mixed_instances_policy_launch_template_overrides": [
   {
    "InstanceRequirements": null,
    "InstanceType": "c6g.medium",
    "LaunchTemplateSpecification": null,
    "WeightedCapacity": null
   },
   {
    "InstanceRequirements": null,
    "InstanceType": "a1.medium",
    "LaunchTemplateSpecification": null,
    "WeightedCapacity": null
   }
  ],

References

  • https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-mixed-instances-groups.html
  • https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-configurations.html

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

rajlearner17 avatar Jul 23 '22 04:07 rajlearner17