404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.144.92.138: ~ $
**To create a delivery channel**

The following command provides the settings for the delivery channel as JSON code::

    aws configservice put-delivery-channel --delivery-channel file://deliveryChannel.json

The ``deliveryChannel.json`` file specifies the delivery channel attributes::

    {
        "name": "default",
        "s3BucketName": "config-bucket-123456789012",
        "snsTopicARN": "arn:aws:sns:us-east-1:123456789012:config-topic",
        "configSnapshotDeliveryProperties": {
            "deliveryFrequency": "Twelve_Hours"
        }
    }

This example sets the following attributes:

- ``name`` - The name of the delivery channel. By default, AWS Config assigns the name ``default`` to a new delivery channel.

  You cannot update the delivery channel name with the ``put-delivery-channel`` command. For the steps to change the name, see `Renaming the Delivery Channel`__. 

  .. __: http://docs.aws.amazon.com/config/latest/developerguide/update-dc.html#update-dc-rename

- ``s3BucketName`` - The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.

  If you specify a bucket that belongs to another AWS account, that bucket must have policies that grant access permissions to AWS Config. For more information, see `Permissions for the Amazon S3 Bucket`__.

.. __: http://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html

- ``snsTopicARN`` - The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.

  If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config. For more information, see `Permissions for the Amazon SNS Topic`__.

.. __: http://docs.aws.amazon.com/config/latest/developerguide/sns-topic-policy.html

- ``configSnapshotDeliveryProperties`` - Contains the ``deliveryFrequency`` attribute, which sets how often AWS Config delivers configuration snapshots and how often it invokes evaluations for periodic Config rules.

If the command succeeds, AWS Config returns no output. To verify the settings of your delivery channel, run the `describe-delivery-channels`__ command.

.. __: http://docs.aws.amazon.com/cli/latest/reference/configservice/describe-delivery-channels.html

Filemanager

Name Type Size Permission Actions
delete-config-rule.rst File 181 B 0644
delete-delivery-channel.rst File 173 B 0644
delete-evaluation-results.rst File 256 B 0755
deliver-config-snapshot.rst File 336 B 0644
describe-compliance-by-config-rule.rst File 1.28 KB 0644
describe-compliance-by-resource.rst File 1.35 KB 0644
describe-config-rule-evaluation-status.rst File 677 B 0644
describe-config-rules.rst File 1.33 KB 0644
describe-configuration-recorder-status.rst File 570 B 0644
describe-configuration-recorders.rst File 605 B 0644
describe-delivery-channel-status.rst File 925 B 0644
describe-delivery-channels.rst File 432 B 0644
get-compliance-details-by-config-rule.rst File 2.07 KB 0644
get-compliance-details-by-resource.rst File 1.5 KB 0644
get-compliance-summary-by-config-rule.rst File 722 B 0644
get-compliance-summary-by-resource-type.rst File 1.87 KB 0644
get-resource-config-history.rst File 278 B 0644
get-status.rst File 435 B 0644
list-discovered-resources.rst File 659 B 0644
put-config-rule.rst File 3.2 KB 0644
put-configuration-recorder.rst File 1.68 KB 0644
put-delivery-channel.rst File 2.27 KB 0644
start-config-rules-evaluation.rst File 248 B 0755
start-configuration-recorder.rst File 426 B 0644
stop-configuration-recorder.rst File 426 B 0644
subscribe.rst File 1.15 KB 0644