Skip to content

Commit

Permalink
Merge pull request #3 from in4it/feature/ami-update
Browse files Browse the repository at this point in the history
Update ecs base ami
  • Loading branch information
Lucas authored Mar 31, 2020
2 parents 3724097 + 63008a4 commit c0f057b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoscaling.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func (a *Autoscaling) getECSAMI() (string, error) {
input := &ec2.DescribeImagesInput{
Owners: []*string{aws.String("591542846629")}, // AWS
Filters: []*ec2.Filter{
{Name: aws.String("name"), Values: []*string{aws.String("amzn-ami-*-amazon-ecs-optimized")}},
{Name: aws.String("name"), Values: []*string{aws.String("amzn2-ami-ecs-*")}},
{Name: aws.String("virtualization-type"), Values: []*string{aws.String("hvm")}},
},
}
Expand Down

0 comments on commit c0f057b

Please sign in to comment.