Skip to content

Commit

Permalink
feat(aws): upgrade to AWS-Architecture-Icons_SVG_20200131
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Jun 8, 2020
1 parent 51a8522 commit 1abcae0
Show file tree
Hide file tree
Showing 215 changed files with 2,421 additions and 69 deletions.
4 changes: 2 additions & 2 deletions cloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ setConstants

downloadPlantUML

awsIconsUrl="https://d1.awsstatic.com/webteam/architecture-icons/AWS-Architecture-Icons_SVG_20200131.abfc4fb34450d2294f8c65d2dcc9ea1602b6a449.zip"
awsIconsUrl="https://d1.awsstatic.com/webteam/architecture-icons/AWS-Architecture-Icons_SVG_20200430.974b253cb3059403544585500365fb828d305321.zip"
azureIconsUrl="https://download.microsoft.com/download/1/7/1/171DA19A-5477-4F50-B354-4ABAF28502A6/Microsoft_Cloud_AI_Azure_Service_Icon_Set_2019_09_11.zip"
gcpIconsUrl="https://cloud.google.com/icons/files/gcp-icons.zip"
materialsIconsUrl="https://github.com/google/material-design-icons/releases/download/3.0.1/material-design-icons-3.0.1.zip"

downloadIcons aws ${awsIconsUrl} "AWS-Architecture-Icons_SVG_20200131/SVG Light"
downloadIcons aws ${awsIconsUrl} "AWS-Architecture-Icons_SVG_20200430/SVG Light"
generateIcons aws -pps='s/-on-aws//i;s/-light-bg//i;' -pns='s/amazon//ig;s/aws//ig;'
generateElements aws
generateGroups aws
Expand Down
Binary file modified cloud/documentation/aws/Analytics/AwsAnalytics.element.png
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.
Binary file modified cloud/documentation/aws/ArVr/AwsArVr.element.png
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.
81 changes: 81 additions & 0 deletions cloud/documentation/aws/AwsCostManagement/AwsSavingsPlans.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# AwsSavingsPlans
```text
elements/aws/AwsCostManagement/AwsSavingsPlans
```
| Icon | Element | Card |
| :-: | :-: | --- |
| ![AwsSavingsPlans icon](../../../icons/aws/AwsCostManagement/AwsSavingsPlans.png) | ![AwsSavingsPlans element](AwsSavingsPlans.element.png) | ![AwsSavingsPlans card](AwsSavingsPlans.card.png) |
## Element
### Load remotely
```plantuml
@startuml
' configures the library
!global $LIB_BRANCH="master"
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud"
' loads the library
!includeurl $LIB_BASE_LOCATION/library.puml
' loads the style
include('styles/aws')
' loads the AwsSavingsPlans element
include('elements/aws/AwsCostManagement/AwsSavingsPlans')
AwsSavingsPlans('element', 'Savings Plans', 'an optional tech field')
@enduml
```
### Load locally
```plantuml
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../../"
' loads the library
!include ../../../library.puml
' loads the style
include('styles/aws')
' loads the AwsSavingsPlans element
include('elements/aws/AwsCostManagement/AwsSavingsPlans')
AwsSavingsPlans('element', 'Savings Plans', 'an optional tech field')
@enduml
```
## Card
### Load remotely
```plantuml
@startuml
' configures the library
!global $LIB_BRANCH="master"
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud"
' loads the library
!includeurl $LIB_BASE_LOCATION/library.puml
' loads the style
include('styles/aws')
' loads the AwsSavingsPlans card
include('elements/aws/AwsCostManagement/AwsSavingsPlans')
AwsSavingsPlansCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.')
@enduml
```
### Load locally
```plantuml
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../../"
' loads the library
!include ../../../library.puml
' loads the style
include('styles/aws')
' loads the AwsSavingsPlans card
include('elements/aws/AwsCostManagement/AwsSavingsPlans')
AwsSavingsPlansCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.')
@enduml
```
Binary file modified cloud/documentation/aws/Blockchain/AwsBlockchain.element.png
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.
81 changes: 81 additions & 0 deletions cloud/documentation/aws/Compute/AwsBottlerocket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# AwsBottlerocket
```text
elements/aws/Compute/AwsBottlerocket
```
| Icon | Element | Card |
| :-: | :-: | --- |
| ![AwsBottlerocket icon](../../../icons/aws/Compute/AwsBottlerocket.png) | ![AwsBottlerocket element](AwsBottlerocket.element.png) | ![AwsBottlerocket card](AwsBottlerocket.card.png) |
## Element
### Load remotely
```plantuml
@startuml
' configures the library
!global $LIB_BRANCH="master"
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud"
' loads the library
!includeurl $LIB_BASE_LOCATION/library.puml
' loads the style
include('styles/aws')
' loads the AwsBottlerocket element
include('elements/aws/Compute/AwsBottlerocket')
AwsBottlerocket('element', 'Bottlerocket', 'an optional tech field')
@enduml
```
### Load locally
```plantuml
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../../"
' loads the library
!include ../../../library.puml
' loads the style
include('styles/aws')
' loads the AwsBottlerocket element
include('elements/aws/Compute/AwsBottlerocket')
AwsBottlerocket('element', 'Bottlerocket', 'an optional tech field')
@enduml
```
## Card
### Load remotely
```plantuml
@startuml
' configures the library
!global $LIB_BRANCH="master"
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud"
' loads the library
!includeurl $LIB_BASE_LOCATION/library.puml
' loads the style
include('styles/aws')
' loads the AwsBottlerocket card
include('elements/aws/Compute/AwsBottlerocket')
AwsBottlerocketCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.')
@enduml
```
### Load locally
```plantuml
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../../"
' loads the library
!include ../../../library.puml
' loads the style
include('styles/aws')
' loads the AwsBottlerocket card
include('elements/aws/Compute/AwsBottlerocket')
AwsBottlerocketCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.')
@enduml
```
Binary file modified cloud/documentation/aws/Compute/AwsCompute.element.png
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.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# AwsTransferForSftp
# AwsParallelCluster
```text
elements/aws/MigrationTransfer/AwsTransferForSftp
elements/aws/Compute/AwsParallelCluster
```
| Icon | Element | Card |
| :-: | :-: | --- |
| ![AwsTransferForSftp icon](../../../icons/aws/MigrationTransfer/AwsTransferForSftp.png) | ![AwsTransferForSftp element](AwsTransferForSftp.element.png) | ![AwsTransferForSftp card](AwsTransferForSftp.card.png) |
| ![AwsParallelCluster icon](../../../icons/aws/Compute/AwsParallelCluster.png) | ![AwsParallelCluster element](AwsParallelCluster.element.png) | ![AwsParallelCluster card](AwsParallelCluster.card.png) |
## Element
### Load remotely
```plantuml
Expand All @@ -19,9 +19,9 @@ elements/aws/MigrationTransfer/AwsTransferForSftp
' loads the style
include('styles/aws')
' loads the AwsTransferForSftp element
include('elements/aws/MigrationTransfer/AwsTransferForSftp')
AwsTransferForSftp('element', 'Transfer For Sftp', 'an optional tech field')
' loads the AwsParallelCluster element
include('elements/aws/Compute/AwsParallelCluster')
AwsParallelCluster('element', 'Parallel Cluster', 'an optional tech field')
@enduml
```
### Load locally
Expand All @@ -37,9 +37,9 @@ AwsTransferForSftp('element', 'Transfer For Sftp', 'an optional tech field')
' loads the style
include('styles/aws')
' loads the AwsTransferForSftp element
include('elements/aws/MigrationTransfer/AwsTransferForSftp')
AwsTransferForSftp('element', 'Transfer For Sftp', 'an optional tech field')
' loads the AwsParallelCluster element
include('elements/aws/Compute/AwsParallelCluster')
AwsParallelCluster('element', 'Parallel Cluster', 'an optional tech field')
@enduml
```
## Card
Expand All @@ -56,9 +56,9 @@ AwsTransferForSftp('element', 'Transfer For Sftp', 'an optional tech field')
' loads the style
include('styles/aws')
' loads the AwsTransferForSftp card
include('elements/aws/MigrationTransfer/AwsTransferForSftp')
AwsTransferForSftpCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.')
' loads the AwsParallelCluster card
include('elements/aws/Compute/AwsParallelCluster')
AwsParallelClusterCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.')
@enduml
```
### Load locally
Expand All @@ -74,8 +74,8 @@ AwsTransferForSftpCard('card', 'an optional functional name', 'Molestiae praesen
' loads the style
include('styles/aws')
' loads the AwsTransferForSftp card
include('elements/aws/MigrationTransfer/AwsTransferForSftp')
AwsTransferForSftpCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.')
' loads the AwsParallelCluster card
include('elements/aws/Compute/AwsParallelCluster')
AwsParallelClusterCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.')
@enduml
```
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cloud/documentation/aws/Database/AwsDatabase.element.png
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.
Binary file modified cloud/documentation/aws/GameTech/AwsGameTech.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cloud/documentation/aws/General/AwsEmail.card.png
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.
81 changes: 81 additions & 0 deletions cloud/documentation/aws/General/AwsEmail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# AwsEmail
```text
elements/aws/General/AwsEmail
```
| Icon | Element | Card |
| :-: | :-: | --- |
| ![AwsEmail icon](../../../icons/aws/General/AwsEmail.png) | ![AwsEmail element](AwsEmail.element.png) | ![AwsEmail card](AwsEmail.card.png) |
## Element
### Load remotely
```plantuml
@startuml
' configures the library
!global $LIB_BRANCH="master"
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud"
' loads the library
!includeurl $LIB_BASE_LOCATION/library.puml
' loads the style
include('styles/aws')
' loads the AwsEmail element
include('elements/aws/General/AwsEmail')
AwsEmail('element', 'Email', 'an optional tech field')
@enduml
```
### Load locally
```plantuml
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../../"
' loads the library
!include ../../../library.puml
' loads the style
include('styles/aws')
' loads the AwsEmail element
include('elements/aws/General/AwsEmail')
AwsEmail('element', 'Email', 'an optional tech field')
@enduml
```
## Card
### Load remotely
```plantuml
@startuml
' configures the library
!global $LIB_BRANCH="master"
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/" + $LIB_BRANCH + "/cloud"
' loads the library
!includeurl $LIB_BASE_LOCATION/library.puml
' loads the style
include('styles/aws')
' loads the AwsEmail card
include('elements/aws/General/AwsEmail')
AwsEmailCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.')
@enduml
```
### Load locally
```plantuml
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../../"
' loads the library
!include ../../../library.puml
' loads the style
include('styles/aws')
' loads the AwsEmail card
include('elements/aws/General/AwsEmail')
AwsEmailCard('card', 'an optional functional name', 'Molestiae praesentium aut natus dolorem. Aut consequatur fugiat a consequatur ut.')
@enduml
```
Binary file modified cloud/documentation/aws/General/AwsGeneral.card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cloud/documentation/aws/General/AwsGeneral.element.png
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.
Loading

0 comments on commit 1abcae0

Please sign in to comment.