AWS dms documentation change
Summary
Updated example bucket names from 'mybucket' to 'amzn-s3-demo-bucket' in multiple locations
Security assessment
Standard example updates for consistency, no security-related content changes
Diff
diff --git a/dms/latest/userguide/CHAP_Source.S3.md index c3dfd7572..bc020689d 100644 --- a/dms/latest/userguide/CHAP_Source.S3.md +++ b/dms/latest/userguide/CHAP_Source.S3.md @@ -30 +30 @@ For source data files in comma-separated value (.csv) format, name them using th -For example, suppose that your data files are in `mybucket`, at the following Amazon S3 path. +For example, suppose that your data files are in `amzn-s3-demo-bucket`, at the following Amazon S3 path. @@ -33 +33 @@ For example, suppose that your data files are in `mybucket`, at the following Am - s3://mybucket/hr/employee + s3://amzn-s3-demo-bucket/hr/employee @@ -40 +40 @@ In addition to `bucketName` (which is required), you can optionally provide a `b - s3://mybucket/sourcedata/hr/employee + s3://amzn-s3-demo-bucket/sourcedata/hr/employee @@ -213 +213 @@ To indicate where AWS DMS can find the files, specify the `cdcPath` parameter. C - s3://mybucket/changedata + s3://amzn-s3-demo-bucket/changedata @@ -218 +218 @@ If you set `cdcPath` to ``changedata`` and `bucketFolder` to ``myFolder``, then - s3://mybucket/myFolder/changedata + s3://amzn-s3-demo-bucket/myFolder/changedata @@ -265 +265 @@ The AWS Identity and Access Management (IAM) role assigned to the user account u - "arn:aws:s3:::mybucket*/*" + "arn:aws:s3:::amzn-s3-demo-bucket*/*" @@ -274 +274 @@ The AWS Identity and Access Management (IAM) role assigned to the user account u - "arn:aws:s3:::mybucket*" + "arn:aws:s3:::amzn-s3-demo-bucket*" @@ -294 +294 @@ The AWS Identity and Access Management (IAM) role assigned to the user account u - "arn:aws:s3:::mybucket*/*" + "arn:aws:s3:::amzn-s3-demo-bucket*/*" @@ -303 +303 @@ The AWS Identity and Access Management (IAM) role assigned to the user account u - "arn:aws:s3:::mybucket*" + "arn:aws:s3:::amzn-s3-demo-bucket*" @@ -344,2 +344,2 @@ The following table shows the endpoint settings that you can use with Amazon S3 -`BucketFolder` | (Optional) A folder name in the S3 bucket. If this attribute is provided, source data files and CDC files are read from the path `s3://`myBucket`/`bucketFolder`/`schemaName`/`tableName`/` and `s3://`myBucket`/`bucketFolder`/` respectively. If this attribute isn't specified, then the path used is ``schemaName`/`tableName`/`. `'{"BucketFolder": "`sourceData`"}'` -`BucketName` | The name of the S3 bucket. `'{"BucketName": "`myBucket`"}'` +`BucketFolder` | (Optional) A folder name in the S3 bucket. If this attribute is provided, source data files and CDC files are read from the path `s3://`amzn-s3-demo-bucket`/`bucketFolder`/`schemaName`/`tableName`/` and `s3://`amzn-s3-demo-bucket`/`bucketFolder`/` respectively. If this attribute isn't specified, then the path used is ``schemaName`/`tableName`/`. `'{"BucketFolder": "`sourceData`"}'` +`BucketName` | The name of the S3 bucket. `'{"BucketName": "`amzn-s3-demo-bucket`"}'`