# Glossary

### Account & User

A user and an account are automatically created after signup.&#x20;

Learn more about accounts: [accounts](https://resmocom.gitbook.io/product/settings/accounts "mention")

Learn more about users: [user](https://resmocom.gitbook.io/product/users-and-permissions/user "mention")

### Integration

Integration is used to feed the required data for Resmo to do its job. They are easy to integrate and secure by default.

Learn more about integrations: [integrations-guide](https://resmocom.gitbook.io/product/integrations/integrations-guide "mention")

### Resource

Resources are entities created, updated or deleted in integration tools. &#x20;

Asset and resource keywords are used interchangeably. Resmo collects a resource's configuration, not the data itself.&#x20;

For example, an Amazon EC2 instance has a resource like this in Resmo:

```json
{ 
    accountId:"935339171232" 
    amiId:"ami-372gd78g23rc1" 
    availabilityZone:"eu-central-1a" 
    instanceId:"i-1b9f37t81aec3a631" 
    instanceType:"t2.nano" 
    name:"application-server" 
    networkInterfaces:[] 
    publicIp:null 
    region:"eu-central-1" 
    state:"running" 
    subnetId:"subnet-2310d721" 
    tags:{}
}
```

Each resource has an associated key and configuration data:

* Key
  * ie. GitHub has repositories or users which you can access using *github\_repository* and *github\_user keys in Resmo.*
* Configuration data - in JSON format
  * See the EC2 example above.

Learn more about resources: [resources](https://resmocom.gitbook.io/product/resources/resources "mention")

### Query

Users can query resources using SQL. Our SQL interface is powerful and easy to get started. Resmo offers ready-to-use queries for all integrations. Users can also write their own queries, save and share them with others.

Learn more about queries: [queries](https://resmocom.gitbook.io/product/queries "mention")&#x20;

### Resource Group

Resource groups are used to organize Resmo resources. They are used to view, filter, manage resources easily.&#x20;

Common use-cases for resource groups:&#x20;

* development, staging and production environments
* accounts
* teams

Learn more about resource groups: [resource-groups](https://resmocom.gitbook.io/product/resource-tags/resource-groups "mention")

### Rule

Rules represent desired states for resources. They are used to evaluate resource's configuration data against specified settings. Resmo offers managed rules (predefined) and custom rules (customizable). Rule notifications can notify users as soon as a violation happen.

ie. Ensure IAM password policy prevents password reuse.

Learn more about rules: [rules](https://resmocom.gitbook.io/product/rules "mention")

### Pack

Packs are used to group rules. They offer ready-to-use templates for common best practices and compliance frameworks.

Learn more about conformance packs: [packs](https://resmocom.gitbook.io/product/packs "mention")

### Notification

Notifications are used to notify users. Resmo supports many notification channels like e-mail, webhook, Slack, Opsgenie and more. Customers can receive real-time or regular updates via notifications.

Learn more about notification: [notification-channels](https://resmocom.gitbook.io/product/notifications/notification-channels "mention")&#x20;
