mup-aws-beanstalk
mup-aws-beanstalk copied to clipboard
Is there a way to use EC2 spot?
I wonder if i able to ue aws beanstalk with ec2 spot, someone call help me?
Try EnableSpot with value 'true':
...
customBeanstalkConfig: [
...
{
namespace: 'aws:ec2:instances',
option: 'InstanceTypes',
value: 't2.micro'
},
{
namespace: 'aws:ec2:instances',
option: 'EnableSpot',
value: 'false'
},
...
]
Hi @lnfernandobr . Did this work. If yes, would you please close this issue? Tx
@zodern I think we can close this issue.