From the course: Building a Cloud Architecture Diagram

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

UML deployment diagram overview

UML deployment diagram overview

- [Mark] Deployment diagrams. They represent system hardware and the associated software components. Well, we're now in the cloud. Sometimes we don't have any hardware components, they're virtual components. I guess you could call them software components. Architecture diagrams, another definition of cloud architecture diagrams, include both the components and deployment details. We'll see this several times in this course. Let's take a look at a deployment diagram. This is a three-tier deployment, again, AWS and we'll just follow the logic. We have some users that are accessing this application and they're accessing the application at AWS. They're finding the application because of a DNS resolution, Amazon Route 53 being the service. Perhaps they're accessing data for the application that is being stored in an S3 bucket, fronted by CloudFront, the CDN. The multi-tier deployment has a load balancer that is supporting…

Contents