Skip to content

Commit 06deeb5

Browse files
committed
About Amazon Simple Storage Service, Identity and Access Management, and GovCloud
1 parent 030d1da commit 06deeb5

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

backup_and_restore/application_backup_and_restore/installing/installing-oadp-aws.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ You configure AWS for Velero, create a default `Secret`, and then install the Da
1717

1818
To install the OADP Operator in a restricted network environment, you must first disable the default OperatorHub sources and mirror the Operator catalog. See xref:../../../disconnected/using-olm.adoc#olm-restricted-networks[Using Operator Lifecycle Manager in disconnected environments] for details.
1919

20+
include::modules/oadp-s3-and-gov-cloud.adoc[leveloffset=+1]
2021

2122
//include::modules/oadp-installing-operator.adoc[leveloffset=+1]
2223
include::modules/migration-configuring-aws-s3.adoc[leveloffset=+1]

modules/oadp-s3-and-gov-cloud.adoc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * backup_and_restore/application_backup_and_restore/installing/installing-oadp-aws.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="oadp-s3-and-gov-cloud_{context}"]
7+
= About Amazon Simple Storage Service, Identity and Access Management, and GovCloud
8+
9+
Amazon Simple Storage Service (Amazon S3) is a storage solution of Amazon for the internet. As an authorized user, you can use this service to store and retrieve any amount of data whenever you want, from anywhere on the web.
10+
11+
You securely control access to Amazon S3 and other Amazon services by using the AWS Identity and Access Management (IAM) web service.
12+
13+
You can use IAM to manage permissions that control which AWS resources users can access. You use IAM to both authenticate, or verify that a user is who they claim to be, and to authorize, or grant permissions to use resources.
14+
15+
AWS GovCloud (US) is an Amazon storage solution developed to meet the stringent and specific data security requirements of the United States Federal Government. AWS GovCloud (US) works the same as Amazon S3 except for the following:
16+
17+
* You cannot copy the contents of an Amazon S3 bucket in the AWS GovCloud (US) regions directly to or from another AWS region.
18+
* If you use Amazon S3 policies, use the AWS GovCloud (US) Amazon Resource Name (ARN) identifier to unambiguously specify a resource across all of AWS, such as in IAM policies, Amazon S3 bucket names, and API calls.
19+
20+
** IIn AWS GovCloud (US) regions, ARNs have an identifier that is different from the one in other standard AWS regions, `arn:aws-us-gov`. If you need to specify the US-West or US-East region, use one the following ARNs:
21+
22+
*** For US-West, use `us-gov-west-1`.
23+
*** For US-East, use `us-gov-east-1`.
24+
25+
26+
** For all other standard regions, ARNs begin with: `arn:aws`.
27+
28+
* In AWS GovCloud (US) regions, use the endpoints listed in the *AWS GovCloud (US-East)* and *AWS GovCloud (US-West)* rows of the "Amazon S3 endpoints" table on link:https://docs.aws.amazon.com/general/latest/gr/s3.html[Amazon Simple Storage Service endpoints and quotas]. If you are processing export-controlled data, use one of the SSL/TLS endpoints. If you have FIPS requirements, use a FIPS 140-2 endpoint such as https://s3-fips.us-gov-west-1.amazonaws.com or https://s3-fips.us-gov-east-1.amazonaws.com.
29+
* To find the other AWS-imposed restrictions, see https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-s3.html#govcloud-S3-diffs[How Amazon Simple Storage Service Differs for AWS GovCloud (US)].
30+

0 commit comments

Comments
 (0)