You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use: Operational-Best-Practices-for-FedRAMP.yaml from here in CloudFormation in GovCloud and it will not deploy due to a couple reasons.
Some metrics are not on GovCloud.
Property validation failure: [Value of property {/InputParameters} does not match type {String}]
This is the same issue when trying to deploy the same conformance pack in Config in the AWS console.
I recommend adding a check to see if the region is a GovCloud region. I added this to my template so I can use the same template across partitions but I am stuck with the inputParameters not being a string.
The text was updated successfully, but these errors were encountered:
I tried to use:
Operational-Best-Practices-for-FedRAMP.yaml
from here in CloudFormation in GovCloud and it will not deploy due to a couple reasons.This is the same issue when trying to deploy the same conformance pack in Config in the AWS console.
I recommend adding a check to see if the region is a GovCloud region. I added this to my template so I can use the same template across partitions but I am stuck with the inputParameters not being a string.
The text was updated successfully, but these errors were encountered: