File size: 15,578 Bytes
23888e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
{
    "AWSTemplateFormatVersion": "2010-09-09",
    "Description": "AWS CloudFormation Sample Template Config: This template demonstrates the usage of AWS Config resources. **WARNING** You will be billed for the AWS resources used if you create a stack from this template.",
    "Metadata": {
        "License": "Apache-2.0"
    },
    "Parameters": {
        "DeliveryChannelExists": {
            "Description": "Do you have an exisiting AWS Config delivery channel?",
            "Type": "String",
            "AllowedValues": [
                "false",
                "true"
            ],
            "Default": "false"
        },
        "Ec2VolumeAutoEnableIO": {
            "Type": "String",
            "AllowedValues": [
                "false",
                "true"
            ],
            "Default": "false"
        },
        "Ec2VolumeTagKey": {
            "Type": "String",
            "Default": "CostCenter"
        }
    },
    "Conditions": {
        "CreateDeliveryChannel": {
            "Fn::Equals": [
                {
                    "Ref": "DeliveryChannelExists"
                },
                "false"
            ]
        }
    },
    "Resources": {
        "Ec2Volume": {
            "Type": "AWS::EC2::Volume",
            "Metadata": {
                "guard": {
                    "SuppressedRules": [
                        "EC2_EBS_ENCRYPTION_BY_DEFAULT",
                        "ENCRYPTED_VOLUMES"
                    ]
                }
            },
            "Properties": {
                "AutoEnableIO": {
                    "Ref": "Ec2VolumeAutoEnableIO"
                },
                "Size": "5",
                "AvailabilityZone": {
                    "Fn::Select": [
                        0,
                        {
                            "Fn::GetAZs": null
                        }
                    ]
                },
                "Tags": [
                    {
                        "Key": {
                            "Ref": "Ec2VolumeTagKey"
                        },
                        "Value": "Ec2VolumeTagValue"
                    }
                ]
            }
        },
        "ConfigRecorder": {
            "Type": "AWS::Config::ConfigurationRecorder",
            "Properties": {
                "Name": "default",
                "RecordingGroup": {
                    "ResourceTypes": [
                        "AWS::EC2::Volume"
                    ]
                },
                "RoleARN": {
                    "Fn::GetAtt": [
                        "ConfigRole",
                        "Arn"
                    ]
                }
            }
        },
        "DeliveryChannel": {
            "Type": "AWS::Config::DeliveryChannel",
            "Properties": {
                "ConfigSnapshotDeliveryProperties": {
                    "DeliveryFrequency": "Six_Hours"
                },
                "S3BucketName": {
                    "Ref": "ConfigBucket"
                },
                "SnsTopicARN": {
                    "Ref": "ConfigTopic"
                }
            },
            "Condition": "CreateDeliveryChannel"
        },
        "ConfigBucket": {
            "Type": "AWS::S3::Bucket",
            "Metadata": {
                "guard": {
                    "SuppressedRules": [
                        "S3_BUCKET_DEFAULT_LOCK_ENABLED",
                        "S3_BUCKET_VERSIONING_ENABLED",
                        "S3_BUCKET_REPLICATION_ENABLED",
                        "S3_BUCKET_LOGGING_ENABLED"
                    ]
                }
            },
            "Properties": {
                "BucketEncryption": {
                    "ServerSideEncryptionConfiguration": [
                        {
                            "ServerSideEncryptionByDefault": {
                                "SSEAlgorithm": "AES256"
                            }
                        }
                    ]
                },
                "PublicAccessBlockConfiguration": {
                    "BlockPublicAcls": true,
                    "BlockPublicPolicy": true,
                    "IgnorePublicAcls": true,
                    "RestrictPublicBuckets": true
                }
            }
        },
        "ConfigTopic": {
            "Type": "AWS::SNS::Topic"
        },
        "ConfigTopicPolicy": {
            "Type": "AWS::SNS::TopicPolicy",
            "Properties": {
                "PolicyDocument": {
                    "Id": "ConfigTopicPolicy",
                    "Version": "2012-10-17",
                    "Statement": [
                        {
                            "Effect": "Allow",
                            "Principal": {
                                "Service": "config.amazonaws.com"
                            },
                            "Action": "SNS:Publish",
                            "Resource": "*"
                        }
                    ]
                },
                "Topics": [
                    {
                        "Ref": "ConfigTopic"
                    }
                ]
            }
        },
        "ConfigRuleForVolumeTags": {
            "Type": "AWS::Config::ConfigRule",
            "DependsOn": "ConfigRecorder",
            "Properties": {
                "InputParameters": {
                    "tag1Key": "CostCenter"
                },
                "Scope": {
                    "ComplianceResourceTypes": [
                        "AWS::EC2::Volume"
                    ]
                },
                "Source": {
                    "Owner": "AWS",
                    "SourceIdentifier": "REQUIRED_TAGS"
                }
            }
        },
        "ConfigRuleForVolumeAutoEnableIO": {
            "Type": "AWS::Config::ConfigRule",
            "DependsOn": [
                "ConfigPermissionToCallLambda",
                "ConfigRecorder"
            ],
            "Properties": {
                "ConfigRuleName": "ConfigRuleForVolumeAutoEnableIO",
                "Scope": {
                    "ComplianceResourceId": {
                        "Ref": "Ec2Volume"
                    },
                    "ComplianceResourceTypes": [
                        "AWS::EC2::Volume"
                    ]
                },
                "Source": {
                    "Owner": "CUSTOM_LAMBDA",
                    "SourceDetails": [
                        {
                            "EventSource": "aws.config",
                            "MessageType": "ConfigurationItemChangeNotification"
                        }
                    ],
                    "SourceIdentifier": {
                        "Fn::GetAtt": [
                            "VolumeAutoEnableIOComplianceCheck",
                            "Arn"
                        ]
                    }
                }
            }
        },
        "ConfigPermissionToCallLambda": {
            "Type": "AWS::Lambda::Permission",
            "Metadata": {
                "guard": {
                    "SuppressedRules": [
                        "LAMBDA_FUNCTION_PUBLIC_ACCESS_PROHIBITED"
                    ]
                }
            },
            "Properties": {
                "FunctionName": {
                    "Fn::GetAtt": [
                        "VolumeAutoEnableIOComplianceCheck",
                        "Arn"
                    ]
                },
                "Action": "lambda:InvokeFunction",
                "Principal": "config.amazonaws.com"
            }
        },
        "VolumeAutoEnableIOComplianceCheck": {
            "Type": "AWS::Lambda::Function",
            "Metadata": {
                "guard": {
                    "SuppressedRules": [
                        "LAMBDA_INSIDE_VPC"
                    ]
                }
            },
            "Properties": {
                "Code": {
                    "ZipFile": "var aws  = require('aws-sdk');\nvar config = new aws.ConfigService();\nvar ec2 = new aws.EC2();\nexports.handler = function(event, context) {\n    var compliance = evaluateCompliance(event, function(compliance, event) {\n        var configurationItem = JSON.parse(event.invokingEvent).configurationItem;\n        var putEvaluationsRequest = {\n            Evaluations: [{\n                ComplianceResourceType: configurationItem.resourceType,\n                ComplianceResourceId: configurationItem.resourceId,\n                ComplianceType: compliance,\n                OrderingTimestamp: configurationItem.configurationItemCaptureTime\n            }],\n            ResultToken: event.resultToken\n        };\n        config.putEvaluations(putEvaluationsRequest, function(err, data) {\n            if (err) context.fail(err);\n            else context.succeed(data);\n        });\n    });\n};\nfunction evaluateCompliance(event, doReturn) {\n    var configurationItem = JSON.parse(event.invokingEvent).configurationItem;\n    var status = configurationItem.configurationItemStatus;\n    if (configurationItem.resourceType !== 'AWS::EC2::Volume' || event.eventLeftScope || (status !== 'OK' && status !== 'ResourceDiscovered'))\n        doReturn('NOT_APPLICABLE', event);\n    else ec2.describeVolumeAttribute({VolumeId: configurationItem.resourceId, Attribute: 'autoEnableIO'}, function(err, data) {\n        if (err) context.fail(err);\n        else if (data.AutoEnableIO.Value) doReturn('COMPLIANT', event);\n        else doReturn('NON_COMPLIANT', event);\n    });\n}\n"
                },
                "Handler": "index.handler",
                "Runtime": "nodejs20.x",
                "Timeout": "30",
                "Role": {
                    "Fn::GetAtt": [
                        "LambdaExecutionRole",
                        "Arn"
                    ]
                }
            }
        },
        "LambdaExecutionRole": {
            "Type": "AWS::IAM::Role",
            "Properties": {
                "AssumeRolePolicyDocument": {
                    "Version": "2012-10-17",
                    "Statement": [
                        {
                            "Effect": "Allow",
                            "Principal": {
                                "Service": [
                                    "lambda.amazonaws.com"
                                ]
                            },
                            "Action": [
                                "sts:AssumeRole"
                            ]
                        }
                    ]
                },
                "Policies": [
                    {
                        "PolicyName": "root",
                        "PolicyDocument": {
                            "Version": "2012-10-17",
                            "Statement": [
                                {
                                    "Effect": "Allow",
                                    "Action": [
                                        "logs:*",
                                        "config:PutEvaluations",
                                        "ec2:DescribeVolumeAttribute"
                                    ],
                                    "Resource": "*"
                                }
                            ]
                        }
                    }
                ]
            }
        },
        "ConfigRole": {
            "Type": "AWS::IAM::Role",
            "Properties": {
                "AssumeRolePolicyDocument": {
                    "Version": "2012-10-17",
                    "Statement": [
                        {
                            "Effect": "Allow",
                            "Principal": {
                                "Service": [
                                    "config.amazonaws.com"
                                ]
                            },
                            "Action": [
                                "sts:AssumeRole"
                            ]
                        }
                    ]
                },
                "ManagedPolicyArns": [
                    "arn:aws:iam::aws:policy/service-role/AWS_ConfigRole"
                ],
                "Policies": [
                    {
                        "PolicyName": "root",
                        "PolicyDocument": {
                            "Version": "2012-10-17",
                            "Statement": [
                                {
                                    "Effect": "Allow",
                                    "Action": "s3:GetBucketAcl",
                                    "Resource": {
                                        "Fn::Join": [
                                            "",
                                            [
                                                "arn:aws:s3:::",
                                                {
                                                    "Ref": "ConfigBucket"
                                                }
                                            ]
                                        ]
                                    }
                                },
                                {
                                    "Effect": "Allow",
                                    "Action": "s3:PutObject",
                                    "Resource": {
                                        "Fn::Join": [
                                            "",
                                            [
                                                "arn:aws:s3:::",
                                                {
                                                    "Ref": "ConfigBucket"
                                                },
                                                "/AWSLogs/",
                                                {
                                                    "Ref": "AWS::AccountId"
                                                },
                                                "/*"
                                            ]
                                        ]
                                    },
                                    "Condition": {
                                        "StringEquals": {
                                            "s3:x-amz-acl": "bucket-owner-full-control"
                                        }
                                    }
                                },
                                {
                                    "Effect": "Allow",
                                    "Action": "config:Put*",
                                    "Resource": "*"
                                }
                            ]
                        }
                    }
                ]
            }
        }
    },
    "Outputs": {
        "ConfigRuleForVolumeTagsArn": {
            "Value": {
                "Fn::GetAtt": [
                    "ConfigRuleForVolumeTags",
                    "Arn"
                ]
            }
        },
        "ConfigRuleForVolumeTagsConfigRuleId": {
            "Value": {
                "Fn::GetAtt": [
                    "ConfigRuleForVolumeTags",
                    "ConfigRuleId"
                ]
            }
        },
        "ConfigRuleForVolumeAutoEnableIOComplianceType": {
            "Value": {
                "Fn::GetAtt": [
                    "ConfigRuleForVolumeAutoEnableIO",
                    "Compliance.Type"
                ]
            }
        }
    }
}