Skip to content

Commit

Permalink
GITBOOK-657: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
fborsani authored and gitbook-bot committed May 2, 2024
1 parent f61122f commit aeb1777
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

* [AWS Infrastructure](cloud-aws/aws-infrastructure.md)
* [References](cloud-aws/references.md)
* [Page](cloud-aws/page.md)
* [AWS Commands](cloud-aws/aws-commands.md)
* [Enumeration](cloud-aws/enumeration.md)
* [Bucket S3](cloud-aws/bucket-s3/README.md)
Expand Down
5 changes: 0 additions & 5 deletions cloud-aws/page.md

This file was deleted.

8 changes: 7 additions & 1 deletion cloud-aws/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ arn:partition:service:region:account-id:resource-type:resource-id
```

* Partition: can be one of the following: `aws`, `aws-cn` (Chinese branch), `aws-us-gov` (US Gov restricted access)
* Service
* [Service](references.md#services)
* [Region](references.md#regions)
* Account-id: account id of the resource owner
* Resource-id: id code of the specified resource or service
* Resource-type: some resource categories allow more granularity whensearching for a particular resource. For instance EC2 services can be subdivided into instances, images, security groups and so on

## Services

The following repository contains a list of services grouped by resource. The list is generated from the AWS documentation

{% embed url="https://github.com/fborsani/aws-service-list/blob/main/generated_docs/aws_services.md" %}

## Regions

<table><thead><tr><th width="239">Code</th><th>Name</th></tr></thead><tbody><tr><td>us-east-2</td><td>US East (Ohio)</td></tr><tr><td>us-east-1</td><td>US East (Virginia)</td></tr><tr><td>us-west-1</td><td>US West (N. California)</td></tr><tr><td>us-west-2</td><td>US West (Oregon)</td></tr><tr><td>ap-south-1</td><td>Asia Pacific (Mumbai)</td></tr><tr><td>ap-northeast-3</td><td>Asia Pacific (Osaka)</td></tr><tr><td>ap-northeast-2</td><td>Asia Pacific (Seoul)</td></tr><tr><td>ap-southeast-1</td><td>Asia Pacific (Singapore)</td></tr><tr><td>ap-southeast-2</td><td>Asia Pacific (Sydney)</td></tr><tr><td>ap-northeast-1</td><td>Asia Pacific (Tokyo)</td></tr><tr><td>ca-central-1</td><td>Canada (Central)</td></tr><tr><td>eu-central-1</td><td>Europe (Frankfurt)</td></tr><tr><td>eu-west-1</td><td>Europe (Ireland)</td></tr><tr><td>eu-west-2</td><td>Europe (London)</td></tr><tr><td>eu-west-3</td><td>Europe (Paris)</td></tr><tr><td>eu-north-1</td><td>Europe (Stockholm)</td></tr><tr><td>sa-east-1</td><td>South America (São Paulo)</td></tr></tbody></table>
Expand Down

0 comments on commit aeb1777

Please sign in to comment.