Slide 10
Slide 10 text
• BLEAのプロジェクトをクローンします
• ディレクトリに移動します
• 依存パッケージを取得します
• コンフィグ2~3行書き換えてコマンド実行(通知用のmail アドレスや,Slackの情報を書き換えます)
• ここまで実施するとauditと1つのguestアカウントにセキュリティ用のスタックがデプロイされます
事前準備4(@Local PC)
git clone https://github.com/aws-samples/baseline-environment-on-aws.git
Cloning into 'baseline-environment-on-aws'...
...
Receiving objects: 100% (700/700), 6.59 MiB | 6.05 MiB/s, done.
Resolving deltas: 100% (361/361), done
cd .¥baseline-environment-on-aws
npm ci
cdk destroy --all -c environment=dev-audit --profile master
cdk destroy --all -c environment=dev --profile ct-guest