From 37ccfbb353c3f64fee51efec7c79719601b840ef Mon Sep 17 00:00:00 2001 From: RR <5737258+rr-on-gh@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:43:20 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ben <9841563+bfreiberg@users.noreply.github.com> --- route53-alb-s3/README.md | 6 +++--- route53-alb-s3/example-pattern.json | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/route53-alb-s3/README.md b/route53-alb-s3/README.md index 2b9ac0f78..5cdb252bb 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 @@ -59,7 +59,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": {