Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Example: I have an EC2 account "1234". It has an instance "foo.com" running
  2. nginx and and a container "abcd" on that instance running rabbitmq. Each header
  3. below is a scope, each blurb is a resource:
  4.  
  5. ## (ScopeID: "accounts")
  6. Type: EC2
  7. Title: 1234
  8.  
  9. ## (ScopeID: 1234::foo.com)
  10. Type: Host
  11. Title: foo.com
  12. ContainedIn: ScopeID: accounts Type: EC2 title: 1234
  13.  
  14. Type: Package
  15. Title: Nginx
  16. ContainedIn: ScopeID 1234::foo.com Type: Host Title: foo.com
  17.  
  18. Type: Service
  19. Title: nginx
  20. ContainedIn: ScopeID 1234::foo.com Type: Host Title: foo.com
  21.  
  22. ## 1234::foo.com::Container::abcd
  23.  
  24. Type: Container
  25. Title: abcd
  26. ContainedIn: ScopeID: 1234::foo.com Type: Host Title: foo.com
  27.  
  28. Type: Package
  29. Title: rabbitmq
  30. ContainedIn ScopeID: 1234::foo.com::Container::abcd Type: Container Title: abcd
  31.  
  32. Type: Service
  33. Title: rabbitmq
  34. ContainedIn ScopeID: 1234::foo.com::Container::abcd Type: Container Title: abcd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement