Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 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. My scopes
  3. and resources are:
  4.  
  5.  
  6. ## (ScopeID: "accounts")
  7. Account: 1234
  8.  
  9. ## (ScopeID: 1234::foo.com)
  10. Type: Host
  11. Title: foo.com
  12. ContainedIn: ScopeID: accounts Type: Account 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. ContainerPackage:
  29. Type: Package
  30. Title: rabbitmq
  31. ContainedIn ScopeID: 1234::foo.com::Container::abcd Type: Container Title: abcd
  32.  
  33. ContainerService:
  34. Type: Service
  35. Title: rabbitmq
  36. ContainedIn ScopeID: 1234::foo.com::Container::abcd Type: Container Title: abcd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement