Concepts
Before getting into any setup, we'd like to go over some No_Ops specific concepts:
Configs
Configs
Configs are the main building block in No_Ops, you will spend most of your time creating and managing configs.
There are three types of configs:
-
Compute
- EC2 instances
-
Storage
- RDS database clusters
-
Integration
- SNS topics
- SQS queues
Resources
Resources
Resources are the actual infrastructure behind your configs. Each config has at least once resource.
A config by itself is just a placeholder, it doesn't do anything until a resource is added to it.
See each config mapped to its possible resources below:
Next step
Start by connecting your AWS account.