AWS Config Service

How To Get All Resources Deployed In AWS

How To Get All Resources Deployed In AWS Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we discussed how to create conformance pack in AWS config. https://cloudaffaire.com/how-to-create-conformance-pack-in-aws-config/ Sometimes you may want to get the list of all resources deployed in your AWS landscape. You may be using a free tire account and getting billed for some resources that you cannot identify where its deployed. Or you may have…

Comments Off on How To Get All Resources Deployed In AWS

How To Create Conformance Pack In AWS Config

How To Create Conformance Pack In AWS Config Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we discussed how to auto-remediate AWS config rules. https://cloudaffaire.com/how-to-auto-remediate-using-aws-config-rule/ You can deploy a collection of config rule together using Conformance Pack. To deploy a conformance pack, first you need to define the rules that you want to include in your conformance pack and their respective remediation configuration in the form of YAML.…

Comments Off on How To Create Conformance Pack In AWS Config

How To Auto Remediate Using AWS Config Rule

How To Auto Remediate Using AWS Config Rule Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we discussed how to create a custom config rule using rdk. https://cloudaffaire.com/how-to-create-a-custom-aws-config-rule-using-rdk/ There are multiple ways you can create automation to remediate issues in your AWS cloud landscape. One such way is to use AWS config rule remediation feature to auto remediate your resource configuration. AWS config rule remediation feature uses System…

Comments Off on How To Auto Remediate Using AWS Config Rule

How To Create A Custom AWS Config Rule Using RDK

How To Create A Custom AWS Config Rule Using RDK Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we discussed AWS config rule with example. https://cloudaffaire.com/aws-config-rules-with-examples/ In this blog post, we will discuss how to create a custom AWS config rule using rule development kit (RDK). AWS provides lots of AWS managed config rules that you can use directly with AWS config service. But sometime you may need…

Comments Off on How To Create A Custom AWS Config Rule Using RDK

AWS Config Rules With Examples

AWS Config Rules With Examples Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have enabled the AWS config service and started recording configuration changes. https://cloudaffaire.com/how-to-enable-aws-config-service-using-api/ Today we are going to discuss AWS config rules with some examples. AWS config service can compare your configuration settings with some predefined set of rules to evaluate if the configuration setting is compliant. You can use AWS provided config rules or…

Comments Off on AWS Config Rules With Examples

How To Enable AWS Config Service Using API

How To Enable AWS Config Service Using API Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed key concepts of AWS config service. https://cloudaffaire.com/key-concepts-of-aws-config-service/ In today’s blog post, we will discuss how to enable AWS config service using API. You can enable AWS Config service on your AWS account for a specific region and for all supported resources or a subset of supported resources. AWS Config…

Comments Off on How To Enable AWS Config Service Using API

Key Concepts Of AWS Config Service

Key Concepts Of AWS Config Service Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss key concepts of AWS Config service and how AWS Config service works. AWS Config gives you a complete picture of how your AWS resources are configured in your account. This covers how the resources are linked to one another and how they were historically configured, makes it easy to track how the…

Comments Off on Key Concepts Of AWS Config Service