Skip to content

Commit 4a25966

Browse files
committed
Updated ConfigRecorder with service linked role ARN.
1 parent cd82f01 commit 4a25966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_sra_examples/solutions/config/config_management_account/templates/sra-config-management-account.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Resources:
165165
Type: AWS::Config::ConfigurationRecorder
166166
Properties:
167167
Name: !Sub ${pManagedResourcePrefix}-BaselineConfigRecorder
168-
RoleARN: !Sub arn:${AWS::Partition}:iam::${AWS::AccountId}:role/${pManagedResourcePrefix}-ConfigRecorderRole
168+
RoleARN: !Sub arn:${AWS::Partition}:iam::${AWS::AccountId}:role/aws-service-role/config.amazonaws.com/AWSServiceRoleForConfig
169169
RecordingGroup:
170170
AllSupported: !Ref pAllSupported
171171
IncludeGlobalResourceTypes: !If

0 commit comments

Comments
 (0)