File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ class Template(object):
386
386
packer .wait ()
387
387
388
388
if packer .returncode != 0 :
389
- raise Exception ("Buliding %s failed: see logs in %s" % (self .name , pwd ))
389
+ raise Exception ("Building %s failed: see logs in %s" % (self .name , pwd ))
390
390
391
391
try :
392
392
ami = subprocess .check_output ("grep ami- %s | tail -n 1 | cut -d' ' -f2" % os .path .join (pwd , 'stdout.log' ), shell = True )
Original file line number Diff line number Diff line change 8
8
- Your new Base and ECS AMIs are available in your AWS account
9
9
- You can delete the Base AMI image
10
10
- Set the ECS AMI Permission to public
11
- - Edit the ` defaults/maint .tf ` file and set the new ECS AMI ID corresponding to the zone where your AMI has been created
11
+ - Edit the ` defaults/main .tf ` file and set the new ECS AMI ID corresponding to the zone where your AMI has been created
12
12
- Copy your ECS AMI to each zone available in ` defaults/maint.tf ` AND DO NOT FORGET TO MAKE THEM PUBLIC TOO.
You can’t perform that action at this time.
0 commit comments