# Containers & Icons (D2) ![Containers & Icons](https://diagrams.gocapable.com/images/att1225883800.svg) ``` services: "" { api: API Server { icon: https://icons.terrastruct.com/aws/Compute/Amazon-EC2.svg shape: image } db: Database { icon: https://icons.terrastruct.com/aws/Database/Amazon-RDS.svg shape: image } cache: Cache { icon: https://icons.terrastruct.com/aws/Database/Amazon-ElastiCache.svg shape: image } api -> db: query api -> cache: get } client: Client client -> services.api: request ```