404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.219.44.3: ~ $
**To record all supported resources**

The following command creates a configuration recorder that tracks changes to all supported resource types, including global resource types::

    aws configservice put-configuration-recorder --configuration-recorder name=default,roleARN=arn:aws:iam::123456789012:role/config-role --recording-group allSupported=true,includeGlobalResourceTypes=true

**To record specific types of resources**

The following command creates a configuration recorder that tracks changes to only those types of resources that are specified in the JSON file for the `--recording-group` option::

    aws configservice put-configuration-recorder --configuration-recorder name=default,roleARN=arn:aws:iam::123456789012:role/config-role --recording-group file://recordingGroup.json

`recordingGroup.json` is a JSON file that specifies the types of resources that AWS Config will record::

    {
      "allSupported": false,
      "includeGlobalResourceTypes": false,
      "resourceTypes": [
        "AWS::EC2::EIP",
        "AWS::EC2::Instance",
        "AWS::EC2::NetworkAcl",
        "AWS::EC2::SecurityGroup",
        "AWS::CloudTrail::Trail",
        "AWS::EC2::Volume",
        "AWS::EC2::VPC",
        "AWS::IAM::User",
        "AWS::IAM::Policy"
      ]
    }

Before you can specify resource types for the `resourceTypes` key, you must set the `allSupported` and `includeGlobalResourceTypes` options to false or omit them.

If the command succeeds, AWS Config returns no output. To verify the settings of your configuration recorder, run the `describe-configuration-recorders`__ command.

.. __: http://docs.aws.amazon.com/cli/latest/reference/configservice/describe-configuration-recorders.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