import { createProvider } from "../../create-provider"; export const ApplicationAutoScaling = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/application-auto-scaling.png" ); export const Batch = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/batch.png" ); export const ComputeOptimizer = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/compute-optimizer.png" ); export const Compute = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/compute.png" ); export const EC2Ami = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2-ami.png" ); export const EC2AutoScaling = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2-auto-scaling.png" ); export const EC2ContainerRegistryImage = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2-container-registry-image.png" ); export const EC2ContainerRegistryRegistry = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2-container-registry-registry.png" ); export const EC2ContainerRegistry = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2-container-registry.png" ); export const EC2ElasticIpAddress = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2-elastic-ip-address.png" ); export const EC2ImageBuilder = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2-image-builder.png" ); export const EC2Instance = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2-instance.png" ); export const EC2Instances = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2-instances.png" ); export const EC2Rescue = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2-rescue.png" ); export const EC2SpotInstance = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2-spot-instance.png" ); export const EC2 = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/ec2.png" ); export const ElasticBeanstalkApplication = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/elastic-beanstalk-application.png" ); export const ElasticBeanstalkDeployment = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/elastic-beanstalk-deployment.png" ); export const ElasticBeanstalk = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/elastic-beanstalk.png" ); export const ElasticContainerServiceContainer = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/elastic-container-service-container.png" ); export const ElasticContainerServiceService = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/elastic-container-service-service.png" ); export const ElasticContainerService = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/elastic-container-service.png" ); export const ElasticKubernetesService = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/elastic-kubernetes-service.png" ); export const Fargate = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/fargate.png" ); export const LambdaFunction = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/lambda-function.png" ); export const Lambda = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/lambda.png" ); export const Lightsail = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/lightsail.png" ); export const LocalZones = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/local-zones.png" ); export const Outposts = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/outposts.png" ); export const ServerlessApplicationRepository = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/serverless-application-repository.png" ); export const ThinkboxDeadline = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/thinkbox-deadline.png" ); export const ThinkboxDraft = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/thinkbox-draft.png" ); export const ThinkboxFrost = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/thinkbox-frost.png" ); export const ThinkboxKrakatoa = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/thinkbox-krakatoa.png" ); export const ThinkboxSequoia = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/thinkbox-sequoia.png" ); export const ThinkboxStoke = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/thinkbox-stoke.png" ); export const ThinkboxXmesh = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/thinkbox-xmesh.png" ); export const VmwareCloudOnAWS = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/vmware-cloud-on-aws.png" ); export const Wavelength = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/aws/compute/wavelength.png" ); export const AutoScaling = ApplicationAutoScaling; export const ECR = EC2ContainerRegistry; export const EB = ElasticBeanstalk; export const ECS = ElasticContainerService; export const EKS = ElasticKubernetesService; export const SAR = ServerlessApplicationRepository;