cloudformation code for enabling aws inspector2

0

can anybody please provide me the complete cloudformation code to enable aws inspector2 (latest version) in AWS Environment

Thanks

1 Answer
0

Hi,

One way would be to use the AWS CDK solution construct to enable this: https://constructs.dev/packages/oblcc-amazon-inspector-v2/v/0.0.4?lang=typescript. You can use the cdk synth command on the stack to generate the Cfn template. It would still be dependent on the environment being bootstrapped by CDK.

Thanks.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions