UsingAwsVPC
A Boolean value that specifies whether to access the Amazon S3 bucket using an Amazon Virtual Private Cloud (Amazon VPC). When you access the Amazon S3 bucket in this way, you do not need to set the parameters AwsAccessKeyId or AwsSecretKey.
Several conditions must be met before you set this parameter to TRUE
:
- The connector must be running on an Amazon EC2 instance in Amazon Web Services (AWS).
- You must have created an Amazon VPC.
- The S3 bucket must have a bucket policy that allows connections through the Amazon VPC.
For more information, refer to the Amazon documentation.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | UsingAwsVPC=TRUE
|
See Also: |