Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit e97092a

Browse files
committed
update Webapp step 1 README to fix region list, tweak description
1 parent 8d30636 commit e97092a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

WebApplication/1_StaticWebHosting/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this module you'll configure AWS Amplify Console to host the static resources
44

55
## Architecture Overview
66

7-
The architecture for this module is very straightforward. All of your static web content including HTML, CSS, JavaScript, images and other files will be stored in Amazon S3 served via Amazon Cloudfront as managed by AWS Amplify Console. Your end users will then access your site using the public website URL exposed by AWS Amplify Console. You don't need to run any web servers or use other services in order to make your site available.
7+
The architecture for this module is very straightforward. All of your static web content including HTML, CSS, JavaScript, images and other files will be managed by AWS Amplify Console and served via Amazon CloudFront. Your end users will then access your site using the public website URL exposed by AWS Amplify Console. You don't need to run any web servers or use other services in order to make your site available.
88

99
![Static website architecture](../images/static-website-architecture.png)
1010

@@ -15,16 +15,17 @@ the workshop.
1515

1616
Each of the following sections provides an implementation overview and detailed, step-by-step instructions. The overview should provide enough context for you to complete the implementation if you're already familiar with the AWS Management Console or you want to explore the services yourself without following a walkthrough.
1717

18-
If you're using the latest version of the Chrome, Firefox, or Safari web browsers the step-by-step instructions won't be visible until you expand the section.
19-
2018
### Region Selection
2119

22-
This workshop can be deployed in any AWS region that supports the following services:
20+
This workshop step can be deployed in any AWS region that supports the following services:
2321

2422
- AWS Amplify Console
2523
- AWS CodeCommit
2624

27-
You can refer to the [region table](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/) in the AWS documentation to see which regions have the supported services. Among the supported regions you can choose are N. Virginia, Ohio, Oregon, Ireland, London, Frankfurt, Tokyo, Seol, Mumbai, and Sydney.
25+
You can refer to the [AWS region table][region-services] in the AWS documentation to see which regions have the supported services. Among the supported regions you can choose are:
26+
* North America: N. Virginia, Ohio, Oregon
27+
* Europe: Ireland, London, Frankfurt
28+
* Asia Pacific: Tokyo, Seoul, Singapore, Sydney, Mumbai
2829

2930
Once you've chosen a region, you should deploy all of the resources for this workshop there. Make sure you select your region from the dropdown in the upper right corner of the AWS Console before getting started.
3031

@@ -181,3 +182,4 @@ wherein you'll configure Amazon Cognito User Pools to manage the users for our a
181182
[amplify-console]: https://aws.amazon.com/amplify/console/
182183
[amplify-console-console]: https://console.aws.amazon.com/amplify/home
183184
[user-management]: ../2_UserManagement/
185+
[region-services]: https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/

0 commit comments

Comments
 (0)