mup-aws-beanstalk icon indicating copy to clipboard operation
mup-aws-beanstalk copied to clipboard

Is there a way to use EC2 spot?

Open lnfernandobr opened this issue 3 years ago • 3 comments

I wonder if i able to ue aws beanstalk with ec2 spot, someone call help me?

lnfernandobr avatar Oct 26 '21 20:10 lnfernandobr

Try EnableSpot with value 'true':

...
 customBeanstalkConfig: [
...
 {
        namespace: 'aws:ec2:instances',
        option: 'InstanceTypes',
        value: 't2.micro'
      },
      {
        namespace: 'aws:ec2:instances',
        option: 'EnableSpot',
        value: 'false'
      },
...
]

paulincai avatar Oct 27 '21 13:10 paulincai

Hi @lnfernandobr . Did this work. If yes, would you please close this issue? Tx

paulincai avatar Dec 06 '21 10:12 paulincai

@zodern I think we can close this issue.

paulincai avatar Dec 20 '21 18:12 paulincai