Tag: aws-cdk
All the articles with the tag "aws-cdk".
CloudFormationやCDKからLightsailは操作できない
Posted on:2021年8月12日 at 00:00LightsailをIaCで管理できるかを調べてみました。結論、CloudFormationがLightsailをサポートしていないので、当然CDKでもサポートされていません。IaCで管理したい場合は通常のEC2を利用するしかなさそうです。
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'エラーの対応方法