Does AWS Config proactive compliance work with Terraform ?

0

Does AWS Config proactive compliance work with Terraform ?

AWS
질문됨 일 년 전850회 조회
2개 답변
1
수락된 답변

No, at present it appears that Terraform does not support proactive Config Rules. The aws_config_config_rule resource documentation does not include an evaluation_modes block, which is required for enabling proactive rule evaluation (as mentioned in the PutConfigRule API documentation).

Also, it seems that this product was designed with CloudFormation in mind. In the StartResourceEvaluation API, the only valid value for the ResourceConfigurationSchemaType is CFN_RESOURCE_SCHEMA. Perhaps they'll add more types over time, but for now it looks like only CloudFormation is supported.

profile picture
전문가
bwhaley
답변함 일 년 전
0

What are the use cases in which we much use AWS Config Proactive Compliance ? there is any way to start a resource evaluation inside a CI/CD pipeline or the only way is to call the config service API from CLI ?

profile picture
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인