[[PageOutline]] = Lambda = * [http://qiita.com/saku/items/fc6b70a420a5c510de2b#_reference-af86f0a015e2bdb570c2 AWSの料金をLambdaのcronで定期チェックしてSlackに通知する - Qiita] = Route53 = * [https://serverfault.com/questions/570681/amazon-route-53-restrict-iam-user-access-to-single-record-set Amazon Route 53, restrict IAM user access to single record set - Server Fault] > You can create AWS Lambda function that make this change (only for this single record) and make an invocation policy for this function. * [http://tech.feedforce.jp/roadworker.html roadworkerを使ってRoute53を管理する | feedforce Engineers' blog] * [http://dev.classmethod.jp/cloud/aws/route53-as-code-roadworker/ 【AWS】Route53をgitで管理する「Roadworker」を早速試してみました | Developers.IO] * [https://remotestance.com/blog/3208/ Route 53でメール認証(DKIM)用のTXTレコード追加時に「CharacterStringTooLong 」が発生した場合の解決方法 | 遍歴プログラマ日記] > ちなみに、「"」と「"」の間に改行を入れると認証できませんでした。改行の代わりにスペースにすると認証できました。 * [https://serverfault.com/questions/763815/route-53-doesnt-allow-adding-dkim-keys-because-length-is-too-long amazon web services - Route 53 doesn't allow adding DKIM keys because length is too long - Server Fault] * [https://forums.aws.amazon.com/message.jspa?messageID=343304 AWS Developer Forums: Route 53 Says TXTRDATATooLong ...] * [http://gihyo.jp/admin/serial/01/ubuntu-recipe/0334 第334回 Route 53でダイナミックDNSを運用する:Ubuntu Weekly Recipe|gihyo.jp … 技術評論社] * [http://blog.eiel.info/blog/2014/02/14/route53-iam/ Route 53 の特定の Hosted Zone を IAM ユーザで設定できるようにしてみた | そんなこと覚えてない] * [http://dev.classmethod.jp/cloud/aws/route53-transfer-hostedzones/ Route 53でサブドメインを別のHosted Zoneに権限委譲する | Developers.IO] * [http://dev.classmethod.jp/cloud/aws/dns-autoregist-in-lambda/ CloudTrail+LambdaでRoute 53のDNSレコード登録を自動化する | Developers.IO] * [http://qiita.com/nori3tsu/items/80a620553f589e19f002 AWSのCloudWatch Events+Lambda+Route53でDDNSを構築 - Qiita] * [http://qiita.com/jrsyo/items/a5901970d670aca9cf58 |小ネタ| Route53 + CloudWatch Events + Lambda + Tagsを使って簡易DDNSを作る - Qiita] * [github:awslabs/aws-lambda-ddns-function Building a Dynamic DNS for Route 53 using CloudWatch Events and Lambda]