mup-aws-beanstalk
mup-aws-beanstalk copied to clipboard
EC2 Network Configurations
Hello, I was wondering how can I set customBeanstalkConfig
for EC2 network configurations
I have tried
{
namespace: 'aws:ec2:NetworkInterface',
option: 'SourceDestCheck',
value: 'false' // Disable source/destination checking for the ENI
}
and
{
namespace: 'aws:ec2:instance',
option: 'SourceDestCheck',
value: 'false' // Disable source/destination checking for the ENI
}
Both gave me Unknown Option
Can you please guide me on how to achieve it?
Many Thanks