Open colinbjohnson opened 4 years ago
I have been trying to find a way to create an "HTTP to HTTPS" redirect method utilizing an AWS::ElasticBeanstalk::Environment in CloudFormation. The samples include documentation for doing this via a "Custom Resource" (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers-format-resources-eb.html) but I'm unable to find a way to accomplish the same thing via CloudFormation.
AWS::ElasticBeanstalk::Environment
@colinbjohnson I have the same issue, have you managed to figure it out meanwhile?
I have been trying to find a way to create an "HTTP to HTTPS" redirect method utilizing an
AWS::ElasticBeanstalk::Environment
in CloudFormation. The samples include documentation for doing this via a "Custom Resource" (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers-format-resources-eb.html) but I'm unable to find a way to accomplish the same thing via CloudFormation.