コンテンツにスキップ

Raspberry Pi で ECS クラスターを構築する

参考) Amazon VPC と接続可能なおうち Amazon ECS Anywhere クラスターの構築

基本的には上記記事を参考にしていますので、詳細はそちらを参照してください。

Raspberry Pi の初期設定

  • OS: Ubuntu Server 22.04 (64bit)

cgroups を有効化する (/boot/firmware/cmdline.txt)

-console=serial0,115200 dwc_otg.lpm_enable=0 console=tty1 root=LABEL=writable rootfstype=ext4 rootwait fixrtc quiet splash
+console=serial0,115200 dwc_otg.lpm_enable=0 console=tty1 root=LABEL=writable rootfstype=ext4 rootwait fixrtc quiet splash cgroup_enable=memory