ハイブリットアクティベーションを使ってみる
root@ubuntu:/home/admin# ./ssm-setup-cli -register -activation-code "xxxxx" -activation-id "xxxx" -region "ap-northeast-1"
2026-09-10 09:22:22 INFO ssm-setup-cli -version: 3.3.5226.0
2026-09-10 09:22:22 INFO Setting proxy config
2026-09-10 09:22:22 INFO Proxy environment variables:
2026-09-10 09:22:22 INFO https_proxy:
2026-09-10 09:22:22 INFO http_proxy:
2026-09-10 09:22:22 INFO no_proxy:
2026-09-10 09:22:22 INFO Setup parameters:
2026-09-10 09:22:22 INFO env=
2026-09-10 09:22:22 INFO install=false
2026-09-10 09:22:22 INFO shutdown=false
2026-09-10 09:22:22 INFO role=
2026-09-10 09:22:22 INFO tags=
2026-09-10 09:22:22 INFO register=true
2026-09-10 09:22:22 INFO region=ap-northeast-1
2026-09-10 09:22:22 INFO override=false
2026-09-10 09:22:22 INFO version=
2026-09-10 09:22:22 INFO manifest-url=
2026-09-10 09:22:22 INFO artifactsDir=
2026-09-10 09:22:22 INFO skip-signature-validation=false
2026-09-10 09:22:22 INFO use-dualstack-endpoint=false
2026-09-10 09:22:22 DEBUG Package manager snap is available, checking if agent is installed
2026-09-10 09:22:22 INFO Agent is already installed with snap, selecting it as p ackage manager
2026-09-10 09:22:22 INFO Selecting SnapSystemctl as service manager
2026-09-10 09:22:22 INFO Initialize download manager
2026-09-10 09:22:22 DEBUG getting platform details
2026-09-10 09:22:22 DEBUG fetching platform details from /etc/os-release
2026-09-10 09:22:22 DEBUG Command output &{Ubuntu 24.04}
2026-09-10 09:22:22 INFO Detected platform Ubuntu
2026-09-10 09:22:22 DEBUG Agent is installed using snap
2026-09-10 09:22:22 INFO Detected agent installed with snap
2026-09-10 09:22:22 DEBUG Determining endpoint for service s3 in region ap-northeast-1
2026-09-10 09:22:22 DEBUG [DownloadManager] attempting to download as http/https download from
https://s3.ap-northeast-1.amazonaws.com/amazon-ssm-ap-northeast-1 /ssm-agent-manifest.json to /home/admin/ssm_setup_cli_artifacts3260402647/child_1409644296
2026-09-10 09:22:22 INFO [DownloadManager]
/home/admin/ssm_setup_cli_artifacts3260402647/child_1409644296/2b10b61cbf1e65013d883366a1acb297c0bd4b6a with 631752 bytes downloaded
2026-09-10 09:22:22 INFO found package amazon-ssm-agent
2026-09-10 09:22:22 INFO found file amazon-ssm-agent-ubuntu-amd64.tar.gz
2026-09-10 09:22:22 INFO [DownloadManager] Downloading SSM Setup CLI
★S3にsetup-cliを取りに行ってる
2026-09-10 09:22:22 DEBUG [DownloadManager] attempting to download as http/https download from https://s3.ap-northeast-1.amazonaws.com/amazon-ssm-ap-northeast-1/latest/debian_amd64/ssm-setup-cli to /home/admin/ssm_setup_cli_artifacts3260402647/child_1409644296
2026-09-10 09:22:23 INFO [DownloadManager]
/home/admin/ssm_setup_cli_artifacts3260402647/child_1409644296/649e3ae4f0bbf6fff35e109751c2872300e04ab3 with 14175648 bytes downloaded
2026-09-10 09:22:23 INFO [DownloadManager] Downloaded SSM-Setup-CLI successfully
2026-09-10 09:22:23 INFO Installed agent version - 3.3.4793.0
2026-09-10 09:22:23 INFO Version already installed 3.3.4793.0:
2026-09-10 09:22:23 INFO Attempting to configure agent
2026-09-10 09:22:23 INFO Agent is configured successfully
2026-09-10 09:22:23 INFO Verifying agent is installed before attempting to register
2026-09-10 09:22:23 INFO Verified agent is installed
2026/09/10 09:22:23 Found config file at /etc/amazon/ssm/amazon-ssm-agent.json.
2026/09/10 09:22:23 Applying config override from /etc/amazon/ssm/amazon-ssm-agent.json.
2026/09/10 09:22:23 processing appconfig overrides
2026-09-10 09:22:23 INFO Agent already registered with instance id: mi-04dba77e67d1dfd67
2026-09-10 09:22:23 INFO skipping registration because override flag is not set,just starting agent back2026-09-10 09:22:23 INFO Starting agent using SnapSystemctl service manager
2026-09-10 09:22:23 INFO Agent is running
2026-09-10 09:22:28 INFO Process Path: /snap/amazon-ssm-agent/13349/amazon-ssm-agent
2026-09-10 09:22:28 INFO Agent process count: 1
2026-09-10 09:22:28 INFO Agent registration completed
何をしているのか確認してみる
root@ubuntu:/home/admin# ls
ssm-setup-cli ssm_setup_cli_artifacts3260402647
root@ubuntu:/home/admin/ssm_setup_cli_artifacts3260402647# ls
child_1409644296
root@ubuntu:/home/admin/ssm_setup_cli_artifacts3260402647/child_1409644296# ls -l
total 14464
-rw-r--r-- 1 root root 631752 Sep 10 09:22 2b10b61cbf1e65013d883366a1acb297c0bd4b6a
-rw-r--r-- 1 root root 14175648 Sep 10 09:22 649e3ae4f0bbf6fff35e109751c2872300e04ab3
root@ubuntu:/home/admin/ssm_setup_cli_artifacts3260402647/child_1409644296# head -20 2b10b61cbf1e65013d883366a1acb297c0bd4b6a
{
"SchemaVersion": "1.0",
"Packages": [
{
"Files": [
{
"Name": "amazon-ssm-agent-linux-amd64.tar.gz",
"AvailableVersions": [
{
"CheckSum": "d2b67b804e0c3d3d83d09992a6a62b9e6a79fa3214b00685b07998b4e548870e",
"Version": "1.0.178.0",
"Status": "Inactive"
~~~~
パッケージをダウンロードいるっぽい