Hi@akhtar,
The CloudFront console allows you to specify either * or /* to invalidate the entire distribution. You can use the below command to create an invalidation.
$ aws cloudfront create-invalidation --distribution-id <DistributionID> --paths "/*"