AWS Fundamentals Logo
AWS Fundamentals
AWS::Config::ConformancePack

Config ConformancePack

A conformance pack is a collection of AWS Config rules and remediation actions that can be easily deployed as a single entity in an account and a region or across an entire AWS Organization.

Properties

7 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConformancePackName
string
RequiredCreate-only
ConformancePackInputParameters
Array<ConformancePackInputParameter>
DeliveryS3Bucket
string
DeliveryS3KeyPrefix
string
TemplateBody
string
Write-only
TemplateS3Uri
string
Write-only
TemplateSSMDocumentDetails
object
Write-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Config::ConformancePack

Resources:
  MyResource:
    Type: AWS::Config::ConformancePack
    Properties:
      ConformancePackName: "my-conformancepackname"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

config:PutConformancePackconfig:DescribeConformancePackStatusconfig:DescribeConformancePackss3:GetObjects3:GetBucketAcliam:CreateServiceLinkedRoleiam:PassRole

read

config:DescribeConformancePacks

update

config:PutConformancePackconfig:DescribeConformancePackStatuss3:GetObjects3:GetBucketAcliam:CreateServiceLinkedRoleiam:PassRole

delete

config:DeleteConformancePackconfig:DescribeConformancePackStatus

list

config:DescribeConformancePacks

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceConfig
Properties7
Required1
TaggingNot supported
Primary IDConformancePackName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ConformancePackName

External Links