An AWS architecture diagram shows how a system runs on Amazon Web Services: the services involved, how they connect, and where the boundaries sit. The hard part is usually the icons, so this template is an AWS icon pack organized by category, Compute, Database, Containers, Analytics and more, ready to copy into your own diagram. Cloud engineers and architects use it to document systems and plan changes.
An AWS architecture diagram and an AWS network diagram answer different questions with the same icons. The architecture diagram answers 'what runs where, and how does data move?': every service, integration, and dependency in one picture. The network diagram answers 'how is the network laid out?': VPC, subnets, routing, gateways, and security groups, with CIDR ranges labelled. Architecture for design reviews and onboarding; network for security reviews and debugging connectivity.
An AWS architecture diagram is a visual map of a system built on Amazon Web Services: the services it uses (EC2, S3, RDS, Lambda), how traffic flows between them, and the boundaries they sit in, regions, VPCs, and availability zones. Teams draw them to plan new systems, document existing ones, and support security or well-architected reviews.
Use the official AWS architecture icons, the set AWS publishes and updates quarterly. They come in three tiers: service icons (the squares for EC2, S3, and friends), resource icons for things inside a service, and general icons. This template lays the service icons out by category so you can copy them instead of hunting through a downloaded zip file.
The architecture diagram is the whole system: every service, the data flow, queues, storage, and external integrations. The AWS network diagram zooms into the networking layer: the VPC, public and private subnets, route tables, gateways, and security groups. The network view is a subset of the architecture view, drawn with the same icons. Most teams keep both, at different levels of detail.
Start with the boundaries: a box for the region, a box for the VPC inside it, and one per availability zone. Split each AZ into public and private subnets. Then place services: load balancer and NAT gateway in public subnets, application servers and databases in private ones, the internet gateway at the edge. Arrows mark traffic direction. Label subnet CIDR ranges; reviewers always ask.
Both have a place. Auto-generation tools scan a live AWS account and stay in sync, which suits compliance documentation of large estates. Hand-drawn diagrams win for everything earlier: proposals, design reviews, and onboarding, because you control the abstraction level and can draw systems that don't exist yet. An icon-pack board like this one is for that second job.