Created
February 4, 2014 05:06
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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