/* 自定義代碼塊樣式 */

2024年10月31日 星期四

ubuntu 新增開機啟動服務

OS:ubuntu 22.04 新增開機啟動服務
#新增 system 服務文件
 sudo touch /etc/systemd/rc-local.service 
#使用編輯器開啟 rc-lcoal.service 新增以下內容
[Unit]
Description=/etc/rc.local Compatibility
ConditionPathExists=/etc/rc.local
[Service]
Type=forking
ExecStart=/etc/rc.local start
TimeoutSec=0
StandardOutput=tty
RemainAfterExit=yes
SysVStartPriority=99
[Install]
WantedBy=multi-user.target
# 建立 /etc/rc.local 啟動腳本
 sudo touch /etc/rc.local 
#使用編輯器新增
#!/bin/sh -e
#如果異常改成 bash
# rc.local
#
echo "auto start success !!" > /tmp/test.log
# 輸入要自動啟動指令 or 腳本

exit 0
#修改執行權限
sudo chmod 755 /etc/rc.local
#將rc-local.service設定開機啟動
sudo systemctl enable rc-local.service 
sudo systemctl start rc-local.service 

2022年10月7日 星期五

AWS Local Zones Taipei

 
AWS 宣布在台全新 AWS Local Zone 正式啟用

News:
Amazon Web Services (AWS) 於 2022 年 10 月 6 日宣布在台北正式啟用全新 AWS Local Zone
https://aws.amazon.com/tw/events/taiwan/news/aws-local-zone-launch-tw/

AWS Local Zones Expansion: Taipei and Delhi
https://aws.amazon.com/tw/blogs/aws/aws-local-zones-expansion-taipei-and-delhi/

GA - AWS Local Zones in Delhi and Taipei
https://aws.amazon.com/tw/about-aws/whats-new/2022/10/general-availability-aws-local-zones-delhi-taipei/

填寫申請表:
https://pages.awscloud.com/local-zones-location-interest-reg.html

啟用方式:
AWS Console 
Tokyo Region
Settings >> Zones

Enable >> Local Zones >> ap-northeast-1-tpe-1












選擇「ap-northeast-1-tpe-1」









VPC >> Create Subnet  
AZ 選擇 >> ap-northeast-1-tpe-1a





























AWS CLI 查詢可用 EC2 Type:
aws ec2 describe-instance-type-offerings --location-type availability-zone --region ap-northeast-1 --filters Name='location',Values='ap-northeast-1-tpe-1a'
Launch EC2
Network Settings >>  Subnet  >>  ap-northeast-1-tpe-1a





















踩雷:
一開始參照 Blog 
The new Local Zones include T3, C5, M5, R5, and G4dn instances in select sizes
選擇 T3 系列 EC2 出現以下 Error。
後來使用 AWS CLI 查詢可用 Type,改用 m5.2xlarge 可正常啟動。










MTR 測試 Hinet DNS 168.95.1.1




下載測試 (Ubuntu iso)








EC2 於 AWS Local Zones Taipei 費用
https://aws.amazon.com/tw/ec2/pricing/on-demand/