Ben

Results 4 comments of Ben

I was wondering if there was any further updates regarding the Rule keyword? As in my recent attempt to include two rules in a single feature results in an error....

I found that using the AMI returned from ``` aws ec2 describe-images --owners 847074485005 --filters Name=virtualization-type,Values=hvm --query 'Images[].{"created": CreationDate,"id": ImageId}' --output text | sort -k1 | tail -1 | awk...

I now use an image of my master server as my AMI. Just so I'm not so reliant of public AMIs. Looking into this further though. Thanks for the reply.

Are there any disadvantages from using your example AMIs over private copies of them?