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

aws
ElasticIP を使わず EC2 instance へsshする

aws
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.

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

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

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

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