Postdeployment options
Verifying the solution functionality
Verify account activation in CrowdStrike Falcon console
- Sign in to the CrowdStrike Falcon console.
- Navigate to Cloud-Security > Registration.
- Verify that each AWS account ID is active in the Configuration (IOM), Behavior (IOA) and 1-click sensor deployment columns.
- After waiting several minutes, choose Refresh to retrieve the latest account status.
Verify SSM Distributor Package deployments in CrowdStrike Falcon console
- Sign in to the CrowdStrike Falcon console.
- Navigate to Host setup and management > Host management.
- Verify that your AWS Instances begin to appear in the host management list with a Host status of “Online”.
- After waiting several minutes, choose Refresh to retrieve the latest host status.
Update the IAM Role with Latest IOM Permissions
Update the IAM Role in the master account.
- Download the latest main template here.
- Sign in to the AWS Account in which you deployed the main stack for this solution.
- Navigate to
CloudFormation
>Stacks
- Select the main stack for this solution.
- Click
Stack Actions
>create change set
- Select
Replace existing template
andUpload a template file
. - Upload the latest template you downloaded in step 1.
- Click
next
. - Leave all parameters the same and click
next
. - Check the boxes under
Capabilities
and clicknext
. - Click
submit
. - Once the change set is generated, click
Execute
.
Update the IAM Role in the member accounts.
- Sign in to the AWS Account in which you deployed the main stack for this solution.
- Navigate to
CloudFormation
>StackSets
>CrowdStrike-Cloud-Security-Stackset
- Click
Actions
>Edit StackSet details
- Select
Replace Current Template
and paste the S3 url: https://aws-abi.s3.us-east-1.amazonaws.com/cfn-abi-crowdstrike-fcs/templates/aws_cspm_cloudformation_v2.json - Click
Next
- Leave all parameters the same and click
next
. - Check the box under Capabilities and click
next
. - Enter your
AWS OU Id
to define the scope (this should match the scope of your deployment, ie. if you deployed to the root our-******
, enter that same value here). - Select the
region
(there should only be one). - Click
Next
and ClickSubmit
.
Create change set for bug fixes and other updates
- Download the latest main template here.
- Sign in to the AWS Account in which you deployed the main stack for this solution.
- Navigate to
CloudFormation
>Stacks
- Select the main stack for this solution.
- Click
Stack Actions
>create change set
- Select
Replace existing template
andUpload a template file
. - Upload the latest template you downloaded in step 1.
- Click
next
. - Leave all parameters the same and click
next
. - Check the boxes under
Capabilities
and clicknext
. - Click
submit
. - Once the change set is generated, click
Execute
.
Next: Choose Test the deployment.