Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. name 'tomcat'
  2. description 'A single tomcat server'
  3. run_list(
  4. 'recipe[tomcat]'
  5. )
  6.  
  7. knife ec2 server create --availability-zone us-east-1d --node-name tomcat.demo --flavor t1.micro --image ami-fd20ad94 --identity-file .ssh/tiagov.pem --run-list 'role[tomcat]' --ssh-user ubuntu
  8.  
  9. ...
  10. ...
  11. ec2-54-237-233-176.compute-1.amazonaws.com xorg-sgml-doctools xtrans-dev
  12. ec2-54-237-233-176.compute-1.amazonaws.com 0 upgraded, 85 newly installed, 0 to remove and 0 not upgraded.
  13. ec2-54-237-233-176.compute-1.amazonaws.com Need to get 63.2 MB of archives.
  14. ec2-54-237-233-176.compute-1.amazonaws.com After this operation, 184 MB of additional disk space will be used.
  15. ec2-54-237-233-176.compute-1.amazonaws.com Err http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ precise-updates/main libasound2 amd64 1.0.25-1ubuntu10.1
  16. ec2-54-237-233-176.compute-1.amazonaws.com 403 Forbidden
  17.  
  18. apt-get update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement