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

kms:ViaService の考え方について

kms:ViaService の考え方、使い方について調べてみたら、クラメソさんのブログがわかりやすかった。

no image

AWS Inspector と AWS Trusted Advisor について

あまり馴染みのないAWS Inspector と AWS Trusted Advisor について違いをまとめた

no image

S3バケットアクションはどのリソースにも適用されません

「S3バケットアクションはどのリソースにも適用されません 」というエラーに対する対処。

no image

CMK キーの自動キーローテーション間隔について

CMK キーの自動キーローテーション間隔についてまとめた

no image

利用しているAWS リソースを確認する

監査などを目的とし、どのリソースをどれだけ使われているか確認したいことがあるが、それを確認するには AWS config が便利なので紹介。

no image

S3 の CORS について

s3 は通常、静的ウエブサイトをホストすることができるが、JavaScript 経由で バケットに対する GET/POST を行う際は注意が必要である。

no image

AWS コンソールログイン時の他要素認証

AWS コンソールログイン時の他要素認証の追加について

SAM_DOCKER_VOLUME_BASEDIR

SAM_DOCKER_VOLUME_BASEDIR という sam の環境変数について