-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release-1.37.13: Bumping version to 1.37.13 Update changelog based on model updates Replaced /my-bucket/ with amzn-s3-demo-bucket (#9223)
- Loading branch information
Showing
117 changed files
with
552 additions
and
509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"category": "``datasync``", | ||
"description": "Doc-only update to provide more information on using Kerberos authentication with SMB locations.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``dms``", | ||
"description": "Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``iam``", | ||
"description": "This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``neptune-graph``", | ||
"description": "Added argument to `list-export` to filter by graph ID", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``qbusiness``", | ||
"description": "Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``sagemaker``", | ||
"description": "IPv6 support for Hyperpod clusters", | ||
"type": "api-change" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
**To create and configure AWS resources for a trail** | ||
|
||
The following ``create-subscription`` command creates a new S3 bucket and SNS topic for ``Trail1``. :: | ||
|
||
aws cloudtrail create-subscription \ | ||
--name Trail1 \ | ||
--s3-new-bucket amzn-s3-demo-bucket \ | ||
--sns-new-topic my-topic | ||
|
||
Output:: | ||
|
||
Setting up new S3 bucket amzn-s3-demo-bucket... | ||
Setting up new SNS topic my-topic... | ||
Creating/updating CloudTrail configuration... | ||
CloudTrail configuration: | ||
{ | ||
"trailList": [ | ||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail1", | ||
"TrailARN": "arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail1", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": false, | ||
"S3BucketName": "amzn-s3-demo-bucket", | ||
"SnsTopicName": "my-topic", | ||
"HomeRegion": "us-east-1" | ||
} | ||
], | ||
"ResponseMetadata": { | ||
"HTTPStatusCode": 200, | ||
"RequestId": "f39e51f6-c615-11e5-85bd-d35ca21ee3e2" | ||
} | ||
} | ||
Starting CloudTrail service... | ||
Logs will be delivered to my-bucket | ||
**To create and configure AWS resources for a trail** | ||
|
||
The following ``create-subscription`` command creates a new S3 bucket and SNS topic for ``Trail1``. :: | ||
|
||
aws cloudtrail create-subscription \ | ||
--name Trail1 \ | ||
--s3-new-bucket amzn-s3-demo-bucket \ | ||
--sns-new-topic my-topic | ||
|
||
Output:: | ||
|
||
Setting up new S3 bucket amzn-s3-demo-bucket... | ||
Setting up new SNS topic my-topic... | ||
Creating/updating CloudTrail configuration... | ||
CloudTrail configuration: | ||
{ | ||
"trailList": [ | ||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail1", | ||
"TrailARN": "arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail1", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": false, | ||
"S3BucketName": "amzn-s3-demo-bucket", | ||
"SnsTopicName": "my-topic", | ||
"HomeRegion": "us-east-1" | ||
} | ||
], | ||
"ResponseMetadata": { | ||
"HTTPStatusCode": 200, | ||
"RequestId": "f39e51f6-c615-11e5-85bd-d35ca21ee3e2" | ||
} | ||
} | ||
Starting CloudTrail service... | ||
Logs will be delivered to my-bucket |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
**To create a trail** | ||
|
||
The following ``create-trail`` example creates a multi-region trail named ``Trail1`` and specifies an S3 bucket. :: | ||
|
||
aws cloudtrail create-trail \ | ||
--name Trail1 \ | ||
--s3-bucket-name amzn-s3-demo-bucket \ | ||
--is-multi-region-trail | ||
|
||
Output:: | ||
|
||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail1", | ||
"TrailARN": "arn:aws:cloudtrail:us-west-2:123456789012:trail/Trail1", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": true, | ||
"S3BucketName": "amzn-s3-demo-bucket" | ||
} | ||
**To create a trail** | ||
|
||
The following ``create-trail`` example creates a multi-region trail named ``Trail1`` and specifies an S3 bucket. :: | ||
|
||
aws cloudtrail create-trail \ | ||
--name Trail1 \ | ||
--s3-bucket-name amzn-s3-demo-bucket \ | ||
--is-multi-region-trail | ||
|
||
Output:: | ||
|
||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail1", | ||
"TrailARN": "arn:aws:cloudtrail:us-west-2:123456789012:trail/Trail1", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": true, | ||
"S3BucketName": "amzn-s3-demo-bucket" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
**To describe a trail** | ||
|
||
The following ``describe-trails`` example returns the settings for ``Trail1`` and ``Trail2``. :: | ||
|
||
aws cloudtrail describe-trails \ | ||
--trail-name-list Trail1 Trail2 | ||
|
||
Output:: | ||
|
||
{ | ||
"trailList": [ | ||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail1", | ||
"TrailARN": "arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail1", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": false, | ||
"S3BucketName": "amzn-s3-demo-bucket", | ||
"CloudWatchLogsRoleArn": "arn:aws:iam::123456789012:role/CloudTrail_CloudWatchLogs_Role", | ||
"CloudWatchLogsLogGroupArn": "arn:aws:logs:us-east-1:123456789012:log-group:CloudTrail:*", | ||
"SnsTopicName": "my-topic", | ||
"HomeRegion": "us-east-1" | ||
}, | ||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail2", | ||
"S3KeyPrefix": "my-prefix", | ||
"TrailARN": "arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail2", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": false, | ||
"S3BucketName": "amzn-s3-demo-bucket2", | ||
"KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c5ae5ac-3c13-421e-8335-c7868ef6a769", | ||
"HomeRegion": "us-east-1" | ||
} | ||
] | ||
} | ||
**To describe a trail** | ||
|
||
The following ``describe-trails`` example returns the settings for ``Trail1`` and ``Trail2``. :: | ||
|
||
aws cloudtrail describe-trails \ | ||
--trail-name-list Trail1 Trail2 | ||
|
||
Output:: | ||
|
||
{ | ||
"trailList": [ | ||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail1", | ||
"TrailARN": "arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail1", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": false, | ||
"S3BucketName": "amzn-s3-demo-bucket", | ||
"CloudWatchLogsRoleArn": "arn:aws:iam::123456789012:role/CloudTrail_CloudWatchLogs_Role", | ||
"CloudWatchLogsLogGroupArn": "arn:aws:logs:us-east-1:123456789012:log-group:CloudTrail:*", | ||
"SnsTopicName": "my-topic", | ||
"HomeRegion": "us-east-1" | ||
}, | ||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail2", | ||
"S3KeyPrefix": "my-prefix", | ||
"TrailARN": "arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail2", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": false, | ||
"S3BucketName": "amzn-s3-demo-bucket2", | ||
"KmsKeyId": "arn:aws:kms:us-east-1:123456789012:key/4c5ae5ac-3c13-421e-8335-c7868ef6a769", | ||
"HomeRegion": "us-east-1" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
**To update the configuration settings for a trail** | ||
|
||
The following ``update-subscription`` example updates the trail to specify a new S3 bucket and SNS topic. :: | ||
|
||
aws cloudtrail update-subscription \ | ||
--name Trail1 \ | ||
--s3-new-bucket amzn-s3-demo-bucket \ | ||
--sns-new-topic my-topic-new | ||
|
||
Output:: | ||
|
||
Setting up new S3 bucket amzn-s3-demo-bucket... | ||
Setting up new SNS topic my-topic-new... | ||
Creating/updating CloudTrail configuration... | ||
CloudTrail configuration: | ||
{ | ||
"trailList": [ | ||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail1", | ||
"TrailARN": "arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail1", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": false, | ||
"S3BucketName": "amzn-s3-demo-bucket", | ||
"SnsTopicName": "my-topic-new", | ||
"HomeRegion": "us-east-1" | ||
} | ||
], | ||
"ResponseMetadata": { | ||
"HTTPStatusCode": 200, | ||
"RequestId": "31126f8a-c616-11e5-9cc6-2fd637936879" | ||
} | ||
} | ||
**To update the configuration settings for a trail** | ||
|
||
The following ``update-subscription`` example updates the trail to specify a new S3 bucket and SNS topic. :: | ||
|
||
aws cloudtrail update-subscription \ | ||
--name Trail1 \ | ||
--s3-new-bucket amzn-s3-demo-bucket \ | ||
--sns-new-topic my-topic-new | ||
|
||
Output:: | ||
|
||
Setting up new S3 bucket amzn-s3-demo-bucket... | ||
Setting up new SNS topic my-topic-new... | ||
Creating/updating CloudTrail configuration... | ||
CloudTrail configuration: | ||
{ | ||
"trailList": [ | ||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail1", | ||
"TrailARN": "arn:aws:cloudtrail:us-east-1:123456789012:trail/Trail1", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": false, | ||
"S3BucketName": "amzn-s3-demo-bucket", | ||
"SnsTopicName": "my-topic-new", | ||
"HomeRegion": "us-east-1" | ||
} | ||
], | ||
"ResponseMetadata": { | ||
"HTTPStatusCode": 200, | ||
"RequestId": "31126f8a-c616-11e5-9cc6-2fd637936879" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
**To update a trail** | ||
|
||
The following ``update-trail`` example updates a trail to use an existing bucket for log delivery. :: | ||
|
||
aws cloudtrail update-trail \ | ||
--name Trail1 \ | ||
--s3-bucket-name amzn-s3-demo-bucket | ||
|
||
Output:: | ||
|
||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail1", | ||
"TrailARN": "arn:aws:cloudtrail:us-west-2:123456789012:trail/Trail1", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": true, | ||
"S3BucketName": "amzn-s3-demo-bucket" | ||
} | ||
**To update a trail** | ||
|
||
The following ``update-trail`` example updates a trail to use an existing bucket for log delivery. :: | ||
|
||
aws cloudtrail update-trail \ | ||
--name Trail1 \ | ||
--s3-bucket-name amzn-s3-demo-bucket | ||
|
||
Output:: | ||
|
||
{ | ||
"IncludeGlobalServiceEvents": true, | ||
"Name": "Trail1", | ||
"TrailARN": "arn:aws:cloudtrail:us-west-2:123456789012:trail/Trail1", | ||
"LogFileValidationEnabled": false, | ||
"IsMultiRegionTrail": true, | ||
"S3BucketName": "amzn-s3-demo-bucket" | ||
} |
Oops, something went wrong.