-
Notifications
You must be signed in to change notification settings - Fork 1k
New Serverless Pattern - Route53-ALB-S3 (hosting a private website) #2438
New issue
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
New Serverless Pattern - Route53-ALB-S3 (hosting a private website) #2438
Conversation
route53-alb-s3/README.md
Outdated
|
|
||
| 2. From the CloudShell command prompt run the following command to access your private website. Replace `{PrivateWebsiteUrl}` with the corresponding output value of the `sam deploy` command: | ||
| ``` | ||
| curl -v -k -L {PrivateWebsiteUrl} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please give a one sentence explanation what these parameters do. Also, is -v necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bfreiberg I have added some explanation to the command. Yeah -v is probably not needed and have removed it. I was using it primarily to test if the cert chain was indeed a private one or not.
route53-alb-s3/template.yaml
Outdated
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete empty lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com>
…b-s3' into biswanathmukherjee-feature-r53-alb-s3
|
Looks good, thanks for your contribution. Your pattern will be merged soon |
Issue #, if available:
Description of changes:
This pattern deploys a framework to host a internal static website on Amazon S3 bucket that can only be accessed from private network.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.