来ました。
https://aws.amazon.com/jp/blogs/aws/amazon-elastic-file-system-production-ready-in-three-regions/
aws で SSL ! (Welcome Tokyo)
aws で SSL ! (なぜか無料)
きました。無料のSSLです。
更新もらくらくです。
ELBが必要ですが、逆にELBを使用しているサイトであれば、これを使わない手はない。
まだTokyoリージョンでは使えませんが、そのうち対応するでしょう!
aws で NAT (FULL Managed)
aws EC2 インスタンス 時間起動
AWS Route53 で DDNS を。
ふと思い立って、ググッてみた。
aws ec2 インスタンスの状態?を見る
curl http://169.254.169.254/latest/dynamic/instance-identity/document
{
“instanceId” : “i-e40855e1”,
“billingProducts” : null,
“version” : “2010-08-31”,
“region” : “ap-northeast-1”,
“accountId” : “xxx”,
“imageId” : “ami-xxx”,
“kernelId” : “aki-xxx”,
“ramdiskId” : null,
“architecture” : “x86_64”,
“pendingTime” : “2013-08-17T12:19:40Z”,
“instanceType” : “t1.micro”,
“availabilityZone” : “ap-northeast-1a”,
“devpayProductCodes” : null,
“privateIp” : “xxx”
}
RedHat AMI の snapshot からの AMI では、yum ができません
仕様だそうで。
https://forums.aws.amazon.com/thread.jspa?messageID=443651
スナップショット作って複製しても、それはもうサポート外ですということですね。
AWS RedHat AMI で stop/start すると sshd が failed して ssh 接続できない
RedHat6.4のバグだそうで。
Was able to fix this. This is due to a bug from REDHAT for 6.4 rhel instances[https://bugzilla.redhat.com/show_bug.cgi?id=956531]. After launching the machine from an AMI. Connect to the machine and switch to root user and make below changes to /etc/rc.d/rc.local file …
Remove the following three lines and save the file:
cat <> /etc/ssh/sshd_config UseDNS no PermitRootLogin without-password ../ One should also remove garbage entries from /etc/ssh/sshd_config file .. The machine once rebooted after these changes works fine.
Thanks Ashwani
AWS EC2 Linux タイムゾーンを日本時間に変更する
sudo cp -p /usr/share/zoneinfo/Japan /etc/localtime