AWS, Cloud Computing

4 Mins Read

Track your resource configuration changes with AWS Config

AWS Config provides the complete visibility over the deployment and tracking of resources. It checks the inventory changes and identifies the deleted resources. It analyses the compliance of the desired rule against the deployed configuration and respond to security incidents without distorting end user. It helps in troubleshooting the misconfigured resources.

AWS Config enables users to get a complete view of the configuration of AWS resources in associated with your AWS account. This enables to understand the relationship among all the resources and their configurations.

AWS Config uses AWS CloudTrail to record configuration changes and interdependencies of resources.

Why AWS Config ?

In AWS Config rules, IT admin provides desired configuration settings for all your resources. These rules are compared with the current deployment to provide an analysis. This result shows how your current deployment is configured and how it should be configured.

Sometimes, conflicts occur between the configurations showing the noncompliance in the configuration. This helps the administrators to figure out the misconfigured resources and fix it.

What is AWS Config Rules?

An AWS Config rule can be explained as the desired configuration setting for specific AWS resources or for an entire AWS account. AWS Config captures configuration changes as configuration items, it checks whether each configuration change complies with desired rules.

There are two kinds of config rules,

AWS Config records the configuration changes which is happening in your account and can either be configured to send SNS notifications or it can be viewed on AWS Config dashboard for compliance and resource changes.

Capabilities of AWS Config

Use Cases

The following explains the use cases on where to apply AWS config rules :

AWS Config continuously monitors configuration changes and helps you evaluate these configurations.

Here you can find out how the changes can affect the other related resources when it is misconfigured in our current deployment.

When changes in the resource configuration show noncompliance, a walk-through of the changes history from AWS Config dashboard will help to fix the misconfiguration.

Discover resources that exists in your account. A complete inventory of all resources and their configuration attributes is available via API and console.

 

Checking compliance of instance against VPC

Here we will create Config rule that inspects whether instances are under a particular VPC. If this is the case, the rule shows compliance otherwise, it is not.

1.Login into AWS Console and select Config under the Management Tools section.

2.Select ec2-instances-in-vpc which is existing rule with config(AWS Config rule only available in N.Virginia)

1

3.Give a name for your config rule and modify the scope of changes to Resources to filter the resources.

2

4. Select EC2 instance in resources field and give your instance-id in the next field provided , Since you are checking compliance against your VPC you have to give your VPC ID in the Rule parameter for key/value pair.

3

5.Config rule gets into effect once you click on save. Here you can see rule shows Compliant.

46.We can view the timeline and investigate the changes that have been made to the instance at the resource level.

screenshot-console.aws.amazon.com 2015-12-24 12-58-37

7. We can view how different resources are related to the EC2-instance.

screenshot-console.aws.amazon.com 2015-12-24 13-02-30

8. You can also track the changes made to the related resources, in my case I have made changes to the Security Groups and Network Interface.

screenshot-console.aws.amazon.com 2015-12-24 13-16-07

  1. We can also use the Config Console to look at the compliance status of all instances or any particular instance.screenshot-console.aws.amazon.com 2015-12-24 12-54-06

screenshot-console.aws.amazon.com 2015-12-24 12-56-58

10. In settings, you can change the S3 bucket name to store the Config records.

Advantages of AWS Config

Pricing for AWS Config

In AWS Config, you are charged for the number of resources to be tracked and configuration changes recorded for desired resources (denoted as Configuration Items) in AWS. There are no agreements, you can stop recording Configuration items at any time.

Pay once for each Configuration Item record, which is $0.003/Configuration Item.Charges also apply for S3 for the storage of Configuration snapshots, Configuration history files and notifications delivered via SNS.

Hope this blog provides a walk-through of the new service AWS Config which might help you to kick start the tracking process of your Resource Inventories in AWS.

 

 

 

WRITTEN BY CloudThat

SHARE

Comments

    Click to Comment

Get The Most Out Of Us

Our support doesn't end here. We have monthly newsletters, study guides, practice questions, and more to assist you in upgrading your cloud career. Subscribe to get them all!