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

EC2 Network Configurations

Open Roshdy opened this issue 11 months ago • 0 comments

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

Roshdy avatar Mar 22 '24 23:03 Roshdy