Skip to content

Instantly share code, notes, and snippets.

@evandbrown
Created February 4, 2014 05:06
Show Gist options
  • Save evandbrown/8798430 to your computer and use it in GitHub Desktop.
Save evandbrown/8798430 to your computer and use it in GitHub Desktop.
Modify an Elastic Beanstalk Environment's AS config to automatically associate a public IP address so the AS Group can run in the same public subnet as the ELB.
Resources:
AWSEBAutoScalingLaunchConfiguration:
Type: AWS::AutoScaling::LaunchConfiguration
Properties:
AssociatePublicIpAddress: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment