Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2019-01-01から1年間の記事一覧

【Docker】Docker Desktopの自動起動を無効にできない

Start Docker Desktop when you log inを設定しても、Docker Desktopが自動起動する。 環境 Windows 10 バージョン1903 Docker Desktop 2.1.0.4(39773)

AWS障害の振り返り

社内で共有した文書です。クラウド初心者向けに書いているので、割り引いて読んでください。

【Microsoft To-Do】待望のアップデートでリストのグループ化が可能に!

Microsoft To-Doでリストのグループ化ができるようになりました。個人的には待望のアップデートです。 techcommunity.microsoft.com

WSLインストール環境設定メモ

WSLの環境構築のメモ。 WSLインストール [プログラムと機能の追加]からWindows Subsystem for Linuxをインストール Ubuntuインストール ストアからインストール ls配色 www.kwbtblog.com AWS CLI sudo apt install python3-pip pip3 install awscli --upgrad…

viエディタTips

最近Linuxを使い始めたが、すぐ忘れるのでメモ。随時追記します。

【PostgreSQL】データベースのグローバルな設定を変更する

SELECT current_setting('hoge')で取得する値を変更したい。

.NET Frameworkのアップグレードによる影響を知りたい

.NET 4.6.1と4.6.2の差異が知りたい🤔#.NET— jhashimoto (@JHashimoto0518) July 9, 2019

【ASP.NET】compilation要素とhttpRuntime要素のtargetFrameworkプロパティの使い分け

.NET3.5のASP.NETアプリを.NET4.6にアップグレードした。

RedshiftのよくあるTips

RedshiftのよくあるTipsです。随時更新します。

Gitチートシート

随時更新します。

【PostgreSQL】経過日数を取得する

PostgreSQLはDATEDIFFをサポートしていないので、調べました。

アーキテクチャ設計書の雛形がほしいときは?

architecture template filetype:docxで検索。

【AWS Tools for Powershell】Data Pipelineの名前からパイプラインIDを取得する

動機 パイプラインIDはパイプラインを再作成(削除して作成)すると変わるので、パイプライン名から動的に取得したい。

【AWS Tools for PowerShell】Write-S3Objectで`The bucket you are attempting to access must be addressed using the specified endpoint.`のエラー

現象 Write-S3ObjectでThe bucket you are attempting to access must be addressed using the specified endpoint.のエラーが発生する。 > Write-S3Object -BucketName test_bucket -File test_file.txt -Key test_file.txt -ProfileName profile Write-S3O…