How many different configurations are possible with AWS? Why is this?
If You have Any Query Regarding this please ask in comment section I will be there to solve all your query in comment section immediately hope you will like it
AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations.
When you activate AWS Config, it first discover the compatible AWS resources that exist in your account and generate a configuration item for each resource.
AWS Config also generates configuration items when the configuration of a resource changes, and maintains historical records of the configuration elements of its resources from the moment the configuration logger starts. By default, AWS Config creates configuration items for each compatible resource in the region. If you do not want AWS Config to create configuration items for all supported resources, you can specify the types of resources that you want to track.
AWS Config tracks all changes in your resources by invoking the Describe or List API call for each resource in your account. The service uses those same API calls to capture configuration details for all related resources.
Get Answers For Free
Most questions answered within 1 hours.