Skip to content

Commit

Permalink
Merge remote-tracking branch 'biswa/biswanathmukherjee-feature-r53-al…
Browse files Browse the repository at this point in the history
…b-s3' into biswanathmukherjee-feature-r53-alb-s3
  • Loading branch information
rr-on-gh committed Sep 6, 2024
2 parents 374eb86 + 37ccfbb commit e30a359
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions route53-alb-s3/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Internal static website hosting using Amazon Route53, ALB and S3
# Internal static website hosting using Amazon Route53, Application Load Balancer and Amazon S3

This pattern deploys a framework to host an internal static website on Amazon S3 bucket that can only be accessed from private network.

Expand Down Expand Up @@ -41,7 +41,7 @@ Please refer to the architecture diagram below:
![End to End Architecture](architecture.png)
This template deploys Amazon Route53, Application Load Balancer (ALB), VPC Endpoint and Amazon S3. The private website URL will be exposed via Route 53 private hosted zone. This URL is accessible from within VPC.
This template deploys a Route53 hosted zone, an Application Load Balancer (ALB), a VPC Endpoint and a S3 bucket. The private website URL will be exposed via the Route 53 private hosted zone. This URL is accessible from within the VPC.
## Testing
Expand All @@ -63,7 +63,7 @@ This template deploys Amazon Route53, Application Load Balancer (ALB), VPC Endpo
## Cleanup
1. Delete the contents of the S3 bucket.
1. Delete the contents of the S3 bucket. Make sure to use the correct bucket name.
```bash
aws s3 rm s3://{WebsiteBucket} --recursive
```
Expand Down
10 changes: 5 additions & 5 deletions route53-alb-s3/example-pattern.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"title": "Internal static website hosting using Amazon Route53, ALB and S3",
"description": "This pattern deploys a framework to host a internal static website on Amazon S3 bucket that can only be accessed from private network.",
"language": "SAM",
"title": "Internal static website hosting using Amazon Route53, ALB and Amazon S3",
"description": "This pattern hosts an internal static website on an Amazon S3 bucket that can only be accessed from private network.",
"language": "YAML",
"level": "200",
"framework": "SAM",
"introBox": {
"headline": "How it works",
"text": [
"This template deploys Amazon Route53, Application Load Balancer (ALB), VPC Endpoint and Amazon S3.",
"The private website URL will be exposed via Route 53 private hosted zone. This URL is accessible from within VPC."
"This template deploys a Route53 hosted zone, an Application Load Balancer (ALB), a VPC Endpoint and a S3 bucket.",
"The private website URL will be exposed via the Route 53 private hosted zone. This URL is accessible from within the VPC."
]
},
"gitHub": {
Expand Down

0 comments on commit e30a359

Please sign in to comment.