by shigemk2

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

2021-12-23から1日間の記事一覧

PHP 2021-12-22

PHP

[2021-12-22 18:54:32 +0900]: Reset Bucket->key of deleted HastTable elemets to NULL. [2021-12-22 18:40:04 +0900]: Fix the value param of SimpleXMLElement::addAttribute()

go 2021-12-22

Go

[2021-12-22 07:44:27 +0900]: doc/go1.18: document {text,html}/template {break,continue} commands [2021-12-22 05:04:57 +0900]: doc/go1.18: mention new go/types/Config.Context field [2021-12-22 03:00:23 +0900]: cmd/link: use SHT_INIT_ARRAY f…

fish-shell 2021-12-22

[2021-12-22 11:52:45 +0900]: status.rst: fixup [2021-12-22 10:24:47 +0900]: More synopsis work. [2021-12-22 07:06:19 +0900]: webconfig.py: don't handle except BaseException [2021-12-22 06:59:33 +0900]: controllers.js: remove unused variable…

Emacs 2021-12-22

[2021-12-22 23:24:56 +0900]: ; * etc/NEWS: Fix a recently-added entry. [2021-12-22 23:19:41 +0900]: Adjust test after recent help.el change [2021-12-22 22:36:00 +0900]: * src/pgtkterm.c (scroll_event): Fix scroll delta scale. [2021-12-22 2…

CloudFormation S3 GetAtt

AWS

ドメイン名とかArnとかはGetAttで取れるけど、バケット名そのものはRefで取る。 Outputs: BucketName: Value: !Ref S3Bucket Description: Name of the sample Amazon S3 bucket with CORS enabled. docs.aws.amazon.com

ELB CloudFormationメモ

AWS

ALBでも一緒。アクセスログ保存などは以下のようにLoadBalancerAttributesのところで書く。 Type: 'AWS::ElasticLoadBalancingV2::LoadBalancer' Properties: Name: MyLB LoadBalancerAttributes: - Key: access_logs.s3.enabled Value: "false" - Key: acce…