Tag: aws
All the articles with the tag "aws".
CloudFormationやCDKからLightsailは操作できない
Posted on:2021年8月12日 at 00:00LightsailをIaCで管理できるかを調べてみました。結論、CloudFormationがLightsailをサポートしていないので、当然CDKでもサポートされていません。IaCで管理したい場合は通常のEC2を利用するしかなさそうです。
aws cliのs3 syncで特定の拡張子ファイルだけをアップロードする方法
Posted on:2021年7月31日 at 00:00HTMLのautocomplete属性についてコードを交えて解説します。
AmazonRDSのバックアップ設定を一覧で取得するPythonスクリプト
Posted on:2021年6月1日 at 00:00HTMLのautocomplete属性についてコードを交えて解説します。
AWSアカウント内の全EC2インスタンスの利用可能IMDSバージョンを確認するためのPythonスクリプト
Posted on:2021年5月13日 at 00:00AWSアカウント内の全EC2インスタンスの利用可能IMDSバージョンを確認するためのPythonスクリプト
AWS CLIでのEC2 起動時のUnauthorizedOperationエラー
Posted on:2020年3月1日 at 00:00AWS CLIでのEC2 起動時のUnauthorizedOperationエラー
AWS CDKを使ってほぼ一撃で静的サイトを構築する
Posted on:2019年12月2日 at 00:00AWS CDKを使ってほぼ一撃で静的サイトを構築する
AWS CDKのArgument of type 'this' is not assignable to parameter of type 'Construct'エラーの対応方法
Posted on:2019年10月29日 at 00:00AWS CDKのArgument of type 'this' is not assignable to parameter of type 'Construct'エラーの対応方法