Skip to main content
Glama
test.puml1.66 kB
@startuml VPC ' Uncomment the line below for "dark mode" styling '!$AWS_DARK = true !define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v19.0/dist !include AWSPuml/AWSCommon.puml !include AWSPuml/AWSSimplified.puml !include AWSPuml/Compute/EC2.puml !include AWSPuml/Compute/EC2Instance.puml !include AWSPuml/Groups/AWSCloud.puml !include AWSPuml/Groups/VPC.puml !include AWSPuml/Groups/AvailabilityZone.puml !include AWSPuml/Groups/PublicSubnet.puml !include AWSPuml/Groups/PrivateSubnet.puml !include AWSPuml/NetworkingContentDelivery/VPCNATGateway.puml !include AWSPuml/NetworkingContentDelivery/VPCInternetGateway.puml hide stereotype skinparam linetype ortho AWSCloudGroup(cloud) { VPCGroup(vpc) { VPCInternetGateway(internet_gateway, "Internet gateway", "") AvailabilityZoneGroup(az_1, "\tAvailability Zone 1\t") { PublicSubnetGroup(az_1_public, "Public subnet") { VPCNATGateway(az_1_nat_gateway, "NAT gateway", "") #Transparent } PrivateSubnetGroup(az_1_private, "Private subnet") { EC2Instance(az_1_ec2_1, "Instance", "") #Transparent } az_1_ec2_1 .u.> az_1_nat_gateway } AvailabilityZoneGroup(az_2, "\tAvailability Zone 2\t") { PublicSubnetGroup(az_2_public, "Public subnet") { VPCNATGateway(az_2_nat_gateway, "NAT gateway", "") #Transparent } PrivateSubnetGroup(az_2_private, "Private subnet") { EC2Instance(az_2_ec2_1, "Instance", "") #Transparent } az_2_ec2_1 .u.> az_2_nat_gateway } az_2_nat_gateway .[hidden]u.> internet_gateway az_1_nat_gateway .[hidden]u.> internet_gateway } } @enduml

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/daltonnyx/userful-mcps'

If you have feedback or need assistance with the MCP directory API, please join our Discord server