You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage: "[Optional] Specifies the EC2 instance type for your container instances. Defaults to t2.micro. NOTE: Not applicable for launch type FARGATE.",
88
88
},
89
+
cli.StringFlag{
90
+
Name: flags.SpotPriceFlag,
91
+
Usage: "[Optional] If filled and greater than 0, EC2 Spot instances will be requested.",
92
+
},
89
93
cli.StringFlag{
90
94
Name: flags.ImageIdFlag,
91
95
Usage: "[Optional] Specify the AMI ID for your container instances. Defaults to amazon-ecs-optimized AMI. NOTE: Not applicable for launch type FARGATE.",
0 commit comments