-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
71 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Sample Web application - Architecture diagram | ||
|
||
## Sample Web application (ECS) | ||
|
||
![ECS](../../doc/images/BLEA-GuestSampleWebECS.png) | ||
|
||
- bin/blea-guest-ecsapp-sample.ts | ||
- ECS/Fargate + AuroraPostgreSQL | ||
|
||
## Sample Web application (ECS+SSL) | ||
|
||
![ECS-and-SSL](../../doc/images/BLEA-GuestSampleWebECSSSL.png) | ||
|
||
- bin/blea-guest-ecsapp-ssl-sample.ts | ||
- ECS/Fargate + AuroraPostgreSQL | ||
- With SSL Certificate for your domain | ||
|
||
## Sample Web application (Autoscaling Group) | ||
|
||
![ASG](../../doc/images/BLEA-GuestSampleWebASG.png) | ||
|
||
- bin/blea-guest-asgapp-sample.ts | ||
- EC2 Autoscaling Group + Aurora PostgreSQL | ||
|
||
## Sample Web application (EC2) | ||
|
||
![EC2](../../doc/images/BLEA-GuestSampleWebEC2.png) | ||
|
||
- bin/blea-guest-ec2app-sample.ts | ||
- EC2 + AuroraPostgreSQL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,30 @@ | ||
### ECS システムサンプル | ||
# Web アプリケーションサンプルアーキテクチャ図 | ||
|
||
![BLEA-GuestSampleECS](doc/images/BLEA-GuestSampleECS.png) | ||
## Web アプリケーションサンプル (ECS) | ||
|
||
![ECS](../../doc/images/BLEA-GuestSampleWebECS.png) | ||
|
||
- bin/blea-guest-ecsapp-sample.ts | ||
- ECS/Fargate+AuroraPostgreSQL を使ったサンプルシステム | ||
|
||
## Web アプリケーションサンプル (ECS+SSL) | ||
|
||
![ECS-and-SSL](../../doc/images/BLEA-GuestSampleWebECSSSL.png) | ||
|
||
- bin/blea-guest-ecsapp-ssl-sample.ts | ||
- ECS/Fargate+AuroraPostgreSQL を使ったサンプルシステム | ||
- 独自ドメインによる SSL 証明書対応 | ||
|
||
### AutoSacling システムサンプル | ||
## Web アプリケーションサンプル (Autoscaling Group) | ||
|
||
![BLEA-GuestSampleASG](doc/images/BLEA-GuestSampleASG.png) | ||
![ASG](../../doc/images/BLEA-GuestSampleWebASG.png) | ||
|
||
- bin/blea-guest-asgapp-sample.ts | ||
- EC2 Autoscaling Group+AuroraPostgreSQL を使ったサンプルシステム | ||
|
||
### EC2 システムサンプル | ||
## Web アプリケーションサンプル (EC2) | ||
|
||
![BLEA-GuestSampleEC2](doc/images/BLEA-GuestSampleEC2.png) | ||
![EC2](../../doc/images/BLEA-GuestSampleWebEC2.png) | ||
|
||
- bin/blea-guest-ec2app-sample.ts | ||
- EC2+AuroraPostgreSQL を使ったサンプルシステム |