aws-samples / aws-system-manager-automation-unencrypted-to-encrypted-resources

Examples to help automate encrypting unencrypted resources.
MIT No Attribution
25 stars 24 forks source link

create failed #17

Open betorvs opened 1 year ago

betorvs commented 1 year ago

I tried to create this CloudFormation Stack and it fails when creating it rdsstorageencryptedwithremediation6018FF11.

The error:

You must create a configuration recorder before you can create or update a Config rule. (Service: AmazonConfig; Status Code: 400; Error Code: NoAvailableConfigurationRecorderException; Request ID: ******; Proxy: null)

I hope it helps to fix this issue. Its a good documentation but if this did not work, it will be useless. Thanks in advance.

JoshuaSmeda commented 1 year ago

You need to enable AWS Config in your region first before you run Stack2.yaml.

The documentation doesn't mention it, but it cannot create the AWS config rules without AWS Config enabled.

Hope this helps.