by shigemk2

当面は技術的なことしか書かない

fluentd 1.12.3

Enhancement

Bug fix

Misc

https://raw.githubusercontent.com/fluent/fluentd/master/CHANGELOG.md

Secrets Managerの料金

aws.amazon.com

シークレットあたり USD/月 シークレットあたり 0.40USD/月。レプリカシークレットは個別のシークレットとみなされ、レプリカごとに 1 か月あたり 0.40USD で請求されます。保存期間が 1 か月未満のシークレットについては、料金は (時間数に基づいて) 案分計算されます。 10,000 回の API コールあたり 10,000 件の API コールあたり0.05USD。

存在するだけで多少の料金と、使用量に料金が発生する。リージョンは関係ないっぽい。

composer Does not match the regex pattern

composer installのエラー。「小文字の英字と数字だけにしろ」って感じのエラー。 v1だとdeprecatedだけどv2ではエラーになる。

stackoverflow.com

github.com

packagistでプロジェクト名を小文字にしたいっていう流れがあったようで、composerもv2からプロジェクト名を全部小文字にする動きになってた。 github.com

github.com

PHP ip2long

ip2long — ドット表記の (IPv4) IP アドレスを、長整数表現に変換する

longな数値を取得する。 以下はインターネットホスト名からIPアドレスをとってきて、それをip2longでlongに変換する。

<?php
$ip = gethostbyname('www.example.com');
$out = "以下の URL は同じ意味です:<br />\n";
$out .= 'http://www.example.com/, http://' . $ip . '/, そして http://' . sprintf("%u", ip2long($ip)) . "/<br />\n";
echo $out;
?>

www.php.net

awscli 2.1.38

  • api-change:dms: AWS DMS added support of TLS for Kafka endpoint. Added Describe endpoint setting API for DMS endpoints.
  • api-change:codestar-connections: This release adds tagging support for CodeStar Connections Host resources
  • api-change:route53: Documentation updates for route53
  • api-change:sts: STS now supports assume role with Web Identity using JWT token length upto 20000 characters
  • api-change:mediaconnect: For flows that use Listener protocols, you can now easily locate an output's outbound IP address for a private internet. Additionally, MediaConnect now supports the Waiters feature that makes it easier to poll for the status of a flow until it reaches its desired state.
  • api-change:config: Add exception for DeleteRemediationConfiguration and DescribeRemediationExecutionStatus

Release 2.1.38 · aws/aws-cli · GitHub

cloudformationのテンプレートのs3置き場

AWS CloudFormation 製品を作成する際にアップロードする AWS Service Catalog テンプレートは、Amazon Simple Storage Service アカウントで Amazon S3 で始まる cf-templates- (AWS) バケットに保存されます。これらのファイルが使用されていないことが確実でない限り、ファイルを削除しないでください。

リージョンによってs3が違うらしい。 ちなみにブロックパブリックアクセスはかかってない。

製品の追加 - AWS Service Catalog