diff --git a/route53-alb-s3/README.md b/route53-alb-s3/README.md index e0b0da311..ad310beb5 100644 --- a/route53-alb-s3/README.md +++ b/route53-alb-s3/README.md @@ -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. @@ -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 @@ -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 ``` diff --git a/route53-alb-s3/example-pattern.json b/route53-alb-s3/example-pattern.json index af17d89d7..2afaa0eef 100644 --- a/route53-alb-s3/example-pattern.json +++ b/route53-alb-s3/example-pattern.json @@ -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": {