続 カッコの付け方

AWSを始めとしたクラウドコンピューティング全般と、唯一神emacsにおける()の付け方についてだらだら書きます

2020-07-29から1日間の記事一覧

ec2 launch templateを参照しようとして you are not authorized to use the launch template

答え ec2:RunInstances の権限を付与せよ Launch Template Support - Amazon EC2 Auto Scaling やろうとしたこと terraform で ASGを launch templateでやろうとして発生。 resource "aws_launch_template" "lt" { name = "test" instance_type = "t3.large"…