Amazon Redshift
The following list details the differences for using this service in the AWS GovCloud (US) Region compared to other AWS regions:
-
In the AWS GovCloud (US) Region, all Amazon Redshift clusters must be launched in an Amazon VPC.
-
Snapshot copy is not available in the AWS GovCloud (US) Region.
-
To connect to Amazon Redshift with SSL, you must download the Amazon Redshift certificate bundle from https://s3-us-gov-west-1.amazonaws.com/redshift-downloads/redshift-ca-bundle-ugw1.crt. For more information, see Configure Security Options for Connections.
-
If you want Amazon Redshift to write logs to an Amazon S3 bucket, the bucket must have a policy that uses
665727464434
for the Amazon Redshift Account ID. For more information, see Managing Log Files in the Amazon Redshift Cluster Management Guide.The following shows an example of a bucket policy that enables audit logging for the AWS GovCloud (US) Region, where
BucketName
is a placeholder for your bucket name:{ "Statement": [ { "Sid": "Put bucket policy needed for audit logging", "Effect": "Allow", "Principal": { "AWS": "arn:aws-us-gov:iam::665727464434:user/logs" }, "Action": "s3:PutObject", "Resource": "arn:aws-us-gov:s3:::
BucketName
/*" }, { "Sid": "Get bucket policy needed for audit logging ", "Effect": "Allow", "Principal": { "AWS": "arn:aws-us-gov:iam::665727464434:user/logs" }, "Action": "s3:GetBucketAcl", "Resource": "arn:aws-us-gov:s3:::BucketName
" } ] }
For more information about Amazon Redshift, see the Amazon Redshift documentation.
ITAR Boundary
The ITAR boundary defines where customers are allowed to store ITAR-regulated data for this service in the AWS GovCloud (US) Region. You must comply with the boundaries in order to maintain ITAR compliance. If you do not have any ITAR-regulated data in the AWS GovCloud (US) Region, this section does not apply to you. The following information identifies the ITAR boundary for this service:
ITAR-Regulated Data Permitted |
ITAR-Regulated Data Not Permitted |
---|---|
|
|
If you are processing ITAR-regulated data with Amazon Redshift, follow these guidelines in order to maintain ITAR compliance:
-
When you use the console or the AWS APIs, the only data field that is protected as ITAR-regulated data is the Amazon Redshift Master Password.
-
After you create your database, change the master password of your Amazon Redshift cluster by directly using the database client.
-
You can enter ITAR-regulated data into any data fields by using your database client-side tools. Do not pass ITAR-regulated data by using the web service APIs that are provided by Amazon Redshift.
-
To secure ITAR-regulated data in your VPC, set up access control lists (ACLs) to control traffic entering and exiting your VPC. If you have multiple databases configured with different ports, set up ACLs on all the ports.
-
For example, if you're running an application server on an Amazon EC2 instance that connects to an Amazon Redshift cluster, a non-U.S. person could reconfigure the DNS to redirect ITAR-regulated data out of the VPC and into any server that could possibly be outside of the AWS GovCloud (US) Region.
To prevent this type of attack and to maintain ITAR compliance, use network ACLs to prevent network traffic from exiting the VPC on the database port. For more information, see Network ACLs in the Amazon VPC User Guide.
-
-
For each cluster that contains ITAR-regulated data, ensure that only specific CIDR ranges and Amazon EC2 security groups can access the cluster, especially when an Internet gateway is attached to the VPC. Only allow connections that are from the AWS GovCloud (US) Region or other ITAR-controlled environments to ITAR-controlled clusters.
If you are processing ITAR-regulated data with this service, use the SSL (HTTPS) endpoint to maintain ITAR compliance. For a list of endpoints, see AWS GovCloud (US) Endpoints.