aws

no image

ElasticIP を使わず EC2 instance へsshする

ElasticIP を使わず SSM を使って Linux に ssh する方法を紹介

no image

About the concept of S3 directories

Most of the tasks in aws can be operated with aws commands. The only command I couldn't find in the official documentation was "create folder," which should be on the screen.

no image

boto3 でファイルをアップロードする

python 経由で s3 にファイルをアップロードしたくなる場合がある。 本記事はその際のメモ。 ポイントとして、書き込み先の s3 のディレクトリに対し書き込むとき、存在しないディレクトリを対象にすると、存在しないデ…

no image

EC2 で動いている Windows Server をアップグレードについて

EC2 で動いている Windows Server をアップグレードについて、インプレースアップグレード、並行アップグレードという戦略について紹介。

fargate platform 1.4 で service を起動できない

今まで fargate で service を動かせていたが、platform 1.4 では動かせないことがあった。その対処法を紹介。

手動で作った lambda を code として管理する

既存のlambdaをダウンロードし、コンソールを使わずsamを用いて管理する方法をまとめた。 deploy方法から懸念事項までを記載。