{"id":10074,"date":"2025-09-26T13:50:00","date_gmt":"2025-09-26T13:50:00","guid":{"rendered":"https:\/\/cyberwatch.fr\/?p=10074"},"modified":"2026-04-14T13:23:40","modified_gmt":"2026-04-14T13:23:40","slug":"use-aws-session-manager-to-scan-your-assets-on-cyberwatch","status":"publish","type":"post","link":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/","title":{"rendered":"Use AWS Session Manager to scan your assets on Cyberwatch"},"content":{"rendered":"\n<p><a href=\"https:\/\/docs.aws.amazon.com\/systems-manager\/latest\/userguide\/what-is-systems-manager.html\" target=\"_blank\" rel=\"noreferrer noopener\">AWS Systems Manager (SSM)<\/a> allows you to manage your <a href=\"https:\/\/aws.amazon.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Amazon Web Services<\/a> resources easily and securely, without the burden of complex infrastructure. In this article, discover how AWS Systems Manager Session Manager allows Cyberwatch to access your cloud assets quickly and securely, without additional deployment, to simplify vulnerability management.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is AWS Session Manager?<\/h2>\n\n\n\n<p>Session Manager is a feature of AWS Systems Manager that allows you to open secure sessions on EC2 instances without the need for SSH or RDP\/WinRM access.<\/p>\n\n\n\n<p>Session Manager eliminates the need to open SSH or RDP\/WinRM ports, enhancing security.<\/p>\n\n\n\n<p>Cyberwatch allows you to configure agentless connections via AWS Session Manager.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Configuration steps on AWS<\/h2>\n\n\n\n<p>On the AWS side, you need to configure EC2 to allow Session Manager. Your user must also have the necessary permissions to use Session Manager on your EC2 and execute commands on it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. EC2 configuration<\/h3>\n\n\n\n<p><strong>1\/ Verify that the SSM agent is installed on your EC2 instance:<\/strong><\/p>\n\n\n\n<p>The SSM agent is installed by default on certain images provided by AWS or trusted providers.<\/p>\n\n\n\n<p>If your image does not include it, you will need to install it manually by following the AWS documentation.<\/p>\n\n\n\n<p>To verify that it is installed on your instance, you can follow <a href=\"https:\/\/docs.aws.amazon.com\/systems-manager\/latest\/userguide\/ami-preinstalled-agent.html#verify-ssm-agent-status\" target=\"_blank\" rel=\"noreferrer noopener\">the steps provided by AWS<\/a>.<\/p>\n\n\n\n<p><strong>2\/ Create the IAM role for EC2:<\/strong><\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Go to the AWS IAM console and create a role.<\/li>\n\n\n\n<li>Select \u201c<em>AWS Service<\/em>\u201d as the approved identity type, then choose \u201c<em>EC2<\/em>\u201d as the service or use case.<\/li>\n\n\n\n<li>In step 2, choose the \u201c<em>AmazonSSMManagedInstanceCore<\/em>\u201d policy provided by AWS.<\/li>\n\n\n\n<li>In step 3, give the role a name (for example: Cyberwatch-EC2-SSM) and create it.<\/li>\n<\/ol>\n\n\n\n<p><strong>3\/ Attach the IAM role to the EC2 instance:<\/strong><\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Go to the details page for your EC2 instance.<\/li>\n\n\n\n<li>In the \u201cActions \u2192 Security \u2192 Change IAM Role\u201d tab, select the role you just created.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">2. Configuring permissions for the user<\/h3>\n\n\n\n<p><strong>1\/ Go to the AWS IAM console and create the following policy in JSON format (in \u201cAWS IAM \u2192 Policies \u2192 Create Policy\u201d):<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n\u2018Version\u2019: \u201c2012-10-17\u201d,\n\u201cStatement\u201d: &#91;\n{\n\u201cEffect\u201d: \u201cAllow\u201d,\n\u201cAction\u201d: &#91;\n\u201cssm:DescribeInstanceInformation\u201d,\n\u201cssm:SendCommand\u201d,\n\u201cssm:GetCommandInvocation\u201d\n],\n\u2018Resource\u2019: \u201c*\u201d\n}\n]\n}<\/code><\/pre>\n\n\n\n<p>This policy allows Cyberwatch to interact with AWS Session Manager to execute commands on your EC2 instances. However, it does not allow access to Session Manager via the AWS interface.<\/p>\n\n\n\n<p><strong>2\/ Associate this policy with your user.<\/strong><\/p>\n\n\n\n<p>Once these steps are complete, you can use AWS Session Manager as a connector to scan your EC2 instances in Cyberwatch.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Configuration steps on Cyberwatch<\/h3>\n\n\n\n<p>Now that your AWS environment is ready, you need to configure Cyberwatch to use AWS Session Manager as a connector and scan your EC2 instances. Here are the steps to follow:<\/p>\n\n\n\n<p><strong>1\/ Enable the AWS Session Manager connector:<\/strong><\/p>\n\n\n\n<p>By default, the AWS Session Manager connector is disabled. To enable it: go to \u201c<em>Administration <\/em>\u2192<em>Connector Management<\/em>\u201d and enable \u201c<em>AWS Session Manager<\/em>\u201d in \u201c<em>Agentless Connection Types<\/em>\u201d:<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e4ab2317d9c&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69e4ab2317d9c\" class=\"wp-block-image aligncenter size-large wp-lightbox-container\"><img decoding=\"async\" width=\"1024\" height=\"365\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/agentless-connections-aws-1024x365.png\" alt=\"\" class=\"wp-image-10075\" srcset=\"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/agentless-connections-aws-1024x365.png 1024w, https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/agentless-connections-aws-980x350.png 980w, https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/agentless-connections-aws-480x171.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p><strong>2\/ Add your asset:<\/strong><\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Go to \u201cAsset Management \u2192 Agentless Connections.\u201d<\/li>\n\n\n\n<li>Click \u201cAdd\u201d to create a new connection.<\/li>\n\n\n\n<li>Fill in the required fields (name, AWS credentials, etc.).<\/li>\n\n\n\n<li>Validate the connection and run a scan to test it.<\/li>\n<\/ol>\n\n\n\n<p>Here is an example:<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69e4ab2318265&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69e4ab2318265\" class=\"wp-block-image aligncenter size-full wp-lightbox-container\"><img decoding=\"async\" width=\"722\" height=\"751\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/agentless-connections-aws-creation.png\" alt=\"\" class=\"wp-image-10078\" srcset=\"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/agentless-connections-aws-creation.png 722w, https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/agentless-connections-aws-creation-480x499.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 722px, 100vw\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>AWS connection keys can be created from the AWS interface by clicking on the account name in the top right corner, then \u201cMy Security Credentials.\u201d<\/p>\n\n\n\n<p>Once these steps are complete, you will be able to view the scan results and monitor your assets continuously. To go further, consider configuring an \u201cAmazon Web Services\u201d discovery to automatically add multiple assets.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>AWS Systems Manager (SSM) allows you to manage your Amazon Web Services resources easily and securely, without the burden of complex infrastructure. In this article, discover how AWS Systems Manager Session Manager allows Cyberwatch to access your cloud assets quickly and securely, without additional deployment, to simplify vulnerability management. What is AWS Session Manager? Session [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":10081,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[29],"tags":[],"class_list":["post-10074","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Use AWS Session Manager to scan your assets on Cyberwatch - Cyberwatch<\/title>\n<meta name=\"description\" content=\"In this article, learn how to use AWS Session Manager to scan your assets on Cyberwatch. Read more...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Use AWS Session Manager to scan your assets on Cyberwatch - Cyberwatch\" \/>\n<meta property=\"og:description\" content=\"In this article, learn how to use AWS Session Manager to scan your assets on Cyberwatch. Read more...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/\" \/>\n<meta property=\"og:site_name\" content=\"Cyberwatch\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-26T13:50:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-14T13:23:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/thumbnail-aws.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1953\" \/>\n\t<meta property=\"og:image:height\" content=\"1015\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Amel KACHETEL\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Amel KACHETEL\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/\"},\"author\":{\"name\":\"Amel KACHETEL\",\"@id\":\"https:\/\/cyberwatch.fr\/en\/#\/schema\/person\/dc5fffdc7da6109c7b6dd82c2b28aa82\"},\"headline\":\"Use AWS Session Manager to scan your assets on Cyberwatch\",\"datePublished\":\"2025-09-26T13:50:00+00:00\",\"dateModified\":\"2026-04-14T13:23:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/\"},\"wordCount\":553,\"publisher\":{\"@id\":\"https:\/\/cyberwatch.fr\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/thumbnail-aws.png\",\"articleSection\":[\"news\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/\",\"url\":\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/\",\"name\":\"Use AWS Session Manager to scan your assets on Cyberwatch - Cyberwatch\",\"isPartOf\":{\"@id\":\"https:\/\/cyberwatch.fr\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/thumbnail-aws.png\",\"datePublished\":\"2025-09-26T13:50:00+00:00\",\"dateModified\":\"2026-04-14T13:23:40+00:00\",\"description\":\"In this article, learn how to use AWS Session Manager to scan your assets on Cyberwatch. Read more...\",\"breadcrumb\":{\"@id\":\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#primaryimage\",\"url\":\"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/thumbnail-aws.png\",\"contentUrl\":\"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/thumbnail-aws.png\",\"width\":1953,\"height\":1015},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cyberwatch.fr\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Use AWS Session Manager to scan your assets on Cyberwatch\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cyberwatch.fr\/en\/#website\",\"url\":\"https:\/\/cyberwatch.fr\/en\/\",\"name\":\"Cyberwatch\",\"description\":\"Supervisez vos vuln\u00e9rabilit\u00e9s. Contr\u00f4lez vos conformit\u00e9s.\",\"publisher\":{\"@id\":\"https:\/\/cyberwatch.fr\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cyberwatch.fr\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cyberwatch.fr\/en\/#organization\",\"name\":\"Cyberwatch\",\"url\":\"https:\/\/cyberwatch.fr\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cyberwatch.fr\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2021\/04\/logo_simple_black.png\",\"contentUrl\":\"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2021\/04\/logo_simple_black.png\",\"width\":1883,\"height\":500,\"caption\":\"Cyberwatch\"},\"image\":{\"@id\":\"https:\/\/cyberwatch.fr\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cyberwatch.fr\/en\/#\/schema\/person\/dc5fffdc7da6109c7b6dd82c2b28aa82\",\"name\":\"Amel KACHETEL\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/6d8994d3a862bb8039fe4fe77808a3c15bc10b245803b3f7bdd6a7725b60c756?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6d8994d3a862bb8039fe4fe77808a3c15bc10b245803b3f7bdd6a7725b60c756?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6d8994d3a862bb8039fe4fe77808a3c15bc10b245803b3f7bdd6a7725b60c756?s=96&d=mm&r=g\",\"caption\":\"Amel KACHETEL\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Use AWS Session Manager to scan your assets on Cyberwatch - Cyberwatch","description":"In this article, learn how to use AWS Session Manager to scan your assets on Cyberwatch. Read more...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/","og_locale":"en_US","og_type":"article","og_title":"Use AWS Session Manager to scan your assets on Cyberwatch - Cyberwatch","og_description":"In this article, learn how to use AWS Session Manager to scan your assets on Cyberwatch. Read more...","og_url":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/","og_site_name":"Cyberwatch","article_published_time":"2025-09-26T13:50:00+00:00","article_modified_time":"2026-04-14T13:23:40+00:00","og_image":[{"width":1953,"height":1015,"url":"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/thumbnail-aws.png","type":"image\/png"}],"author":"Amel KACHETEL","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Amel KACHETEL","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#article","isPartOf":{"@id":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/"},"author":{"name":"Amel KACHETEL","@id":"https:\/\/cyberwatch.fr\/en\/#\/schema\/person\/dc5fffdc7da6109c7b6dd82c2b28aa82"},"headline":"Use AWS Session Manager to scan your assets on Cyberwatch","datePublished":"2025-09-26T13:50:00+00:00","dateModified":"2026-04-14T13:23:40+00:00","mainEntityOfPage":{"@id":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/"},"wordCount":553,"publisher":{"@id":"https:\/\/cyberwatch.fr\/en\/#organization"},"image":{"@id":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#primaryimage"},"thumbnailUrl":"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/thumbnail-aws.png","articleSection":["news"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/","url":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/","name":"Use AWS Session Manager to scan your assets on Cyberwatch - Cyberwatch","isPartOf":{"@id":"https:\/\/cyberwatch.fr\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#primaryimage"},"image":{"@id":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#primaryimage"},"thumbnailUrl":"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/thumbnail-aws.png","datePublished":"2025-09-26T13:50:00+00:00","dateModified":"2026-04-14T13:23:40+00:00","description":"In this article, learn how to use AWS Session Manager to scan your assets on Cyberwatch. Read more...","breadcrumb":{"@id":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#primaryimage","url":"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/thumbnail-aws.png","contentUrl":"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2026\/04\/thumbnail-aws.png","width":1953,"height":1015},{"@type":"BreadcrumbList","@id":"https:\/\/cyberwatch.fr\/en\/news\/use-aws-session-manager-to-scan-your-assets-on-cyberwatch\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cyberwatch.fr\/en\/"},{"@type":"ListItem","position":2,"name":"Use AWS Session Manager to scan your assets on Cyberwatch"}]},{"@type":"WebSite","@id":"https:\/\/cyberwatch.fr\/en\/#website","url":"https:\/\/cyberwatch.fr\/en\/","name":"Cyberwatch","description":"Supervisez vos vuln\u00e9rabilit\u00e9s. Contr\u00f4lez vos conformit\u00e9s.","publisher":{"@id":"https:\/\/cyberwatch.fr\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cyberwatch.fr\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cyberwatch.fr\/en\/#organization","name":"Cyberwatch","url":"https:\/\/cyberwatch.fr\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cyberwatch.fr\/en\/#\/schema\/logo\/image\/","url":"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2021\/04\/logo_simple_black.png","contentUrl":"https:\/\/cyberwatch.fr\/wp-content\/uploads\/2021\/04\/logo_simple_black.png","width":1883,"height":500,"caption":"Cyberwatch"},"image":{"@id":"https:\/\/cyberwatch.fr\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cyberwatch.fr\/en\/#\/schema\/person\/dc5fffdc7da6109c7b6dd82c2b28aa82","name":"Amel KACHETEL","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6d8994d3a862bb8039fe4fe77808a3c15bc10b245803b3f7bdd6a7725b60c756?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6d8994d3a862bb8039fe4fe77808a3c15bc10b245803b3f7bdd6a7725b60c756?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6d8994d3a862bb8039fe4fe77808a3c15bc10b245803b3f7bdd6a7725b60c756?s=96&d=mm&r=g","caption":"Amel KACHETEL"}}]}},"_links":{"self":[{"href":"https:\/\/cyberwatch.fr\/en\/wp-json\/wp\/v2\/posts\/10074","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cyberwatch.fr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cyberwatch.fr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cyberwatch.fr\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/cyberwatch.fr\/en\/wp-json\/wp\/v2\/comments?post=10074"}],"version-history":[{"count":1,"href":"https:\/\/cyberwatch.fr\/en\/wp-json\/wp\/v2\/posts\/10074\/revisions"}],"predecessor-version":[{"id":10084,"href":"https:\/\/cyberwatch.fr\/en\/wp-json\/wp\/v2\/posts\/10074\/revisions\/10084"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cyberwatch.fr\/en\/wp-json\/wp\/v2\/media\/10081"}],"wp:attachment":[{"href":"https:\/\/cyberwatch.fr\/en\/wp-json\/wp\/v2\/media?parent=10074"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cyberwatch.fr\/en\/wp-json\/wp\/v2\/categories?post=10074"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cyberwatch.fr\/en\/wp-json\/wp\/v2\/tags?post=10074"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}