Skip to Content

Glossary

Cloud terms, DevOps concepts and infrastructure technologies, clearly explained for IT decision-makers. Each entry covers what the term means, when it becomes relevant, and how it proves itself in practice.

Cloud (8) DevOps (14) Security (6) Daten & Storage (7) Entwicklung (4) Infrastruktur (19)

A

API Gateway

An API Gateway is a central entry point for all API requests to your backend services. It handles routing, authentication, rate limiting, and monitoring at a single layer.

AWS CloudFormation

AWS CloudFormation is the infrastructure-as-code service from AWS. You describe your entire infrastructure in templates and CloudFormation generates them automatically, reproducibly and traceably.

AWS Cost Optimisation

AWS cost optimisation encompasses strategies and tools for reducing cloud spending on Amazon Web Services, including right-sizing, Reserved Instances, Savings Plans, tagging, and automated resource management.

AWS IAM

AWS IAM (Identity and Access Management) controls who is authorised to do what in an AWS account. Identities and fine-grained authorisations are used to control access to each individual service.

AWS KMS

AWS KMS (Key Management Service) is the managed service for creating and managing cryptographic keys. It is used to encrypt data in AWS services centrally and traceably.

AWS Lambda

AWS Lambda is a serverless service that executes individual code in response to events. You don't provision servers - AWS starts, scales and terminates the execution environment automatically.

AWS WAF

AWS WAF (Web Application Firewall) protects web applications from widespread attacks. It filters malicious requests before they reach the application.

Amazon Aurora

Amazon Aurora is a relational database engine developed by AWS, compatible with MySQL and PostgreSQL. It combines the familiarity of these engines with higher performance and a cloud-optimised storage architecture.

Amazon CloudFront

Amazon CloudFront is the content delivery network (CDN) from AWS. It delivers content via a global network of edge locations, thereby shortening loading times for users.

Amazon CloudWatch

Amazon CloudWatch is the monitoring service from AWS. It collects metrics, logs and events, displays them in dashboards and triggers alarms if thresholds are exceeded.

Amazon DynamoDB

Amazon DynamoDB is a fully managed NoSQL database. It delivers consistently low response times for almost any data volume and scales automatically with the load.

Amazon EC2

Amazon EC2 (Elastic Compute Cloud) provides virtual servers - known as instances - on demand in the AWS cloud. You rent computing power by the minute instead of procuring and operating your own hardware.

Amazon ECR

Amazon ECR (Elastic Container Registry) is the managed container registry from AWS. It stores, versions and scans Docker images that are obtained from ECS, EKS or CI/CD pipelines.

Amazon ECS & AWS Fargate

Amazon ECS is AWS' own container orchestration. In combination with AWS Fargate, containers run completely without server management - AWS provides the computing capacity per container.

Amazon EKS

Amazon EKS (Elastic Kubernetes Service) is the managed Kubernetes service from AWS. AWS operates the Kubernetes control plane, you focus on your containerised applications.

Amazon ElastiCache

Amazon ElastiCache is a managed in-memory cache service based on Redis or Memcached. It accelerates applications by storing frequently required data in the working memory.

Amazon RDS

Amazon RDS (Relational Database Service) is the managed database service from AWS for relational databases such as PostgreSQL, MySQL and MariaDB. AWS handles backups, patches and high availability.

Amazon Route 53

Amazon Route 53 is the managed DNS service from AWS. It translates domain names into IP addresses, manages domains and uses routing rules to control which server receives a request.

Amazon S3

Amazon S3 (Simple Storage Service) is an object storage system for almost unlimited amounts of data. Files are stored as objects in so-called buckets and made available with high availability via HTTPS.

Amazon VPC

Amazon VPC (Virtual Private Cloud) is the private, isolated network within AWS. You operate your servers and services in it with full control over IP ranges, subnets and access rules.

ArgoCD

ArgoCD is a declarative GitOps tool for Kubernetes that automatically synchronizes cluster states with Git repositories.

Questions about a term?

If you want to know how a concept applies to your specific situation, get in touch.

Contact us