We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@colinbjohnson I have the same issue, have you managed to figure it out meanwhile?
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: