Skip to main content

Amazon Web Services (AWS)

note

AWS is vast, and its decentralized nature means there isn't one "main dashboard". Understanding the AWS lingo and regional service distribution is key for effective management.

AWS Services

Think of AWS like a toolbox; each tool has its purpose and can be managed via the AWS Console. Here is a quick reference to the AWS services we are using, along with a brief description of what each one does:

AWS ServiceDescription
Elastic BeanstalkA PaaS platform for deploying web applications developed for example with Docker.
Amazon EC2 (Elastic Compute Cloud)A service that provides IaaS computing, allowing to run and manage server instances.
Amazon VPC (Virtual Private Cloud)A service that provides networking within AWS.
Route 53The Domain Name System (DNS) for managing and registering domains.
Amazon CloudFrontA content delivery network (CDN) service that securely delivers data globally with reverse proxy capabilities.
AWS ACM (Certificate Manager)A service that lets you easily create SSL/TLS certificates.
Amazon WorkMailProviding Mailbox functionality.
Amazon SES (Simple Email Service)A cloud-based email sending service.
Amazon IAM (Identity and Access Management)A service that enables you to manage user account access to AWS services.

Regions

IMPORTANT: AWS Region Management

Resources must be managed in their designated regions. Switch to the appropriate region in the AWS Management Console to configure or manage them. Otherwise, you won't be able to modify the services correctly.

As of 2024, we utilize the following regional structure:

LocationRegion CodeNote
Frankfurteu-central-1The primary hosting location.
Irelandeu-west-1For WorkMail and Amazon SES (region required by AWS).
North Virginiaus-east-1For CloudFront and Certificate Manager (region required by AWS).
GlobalN/ARoute 53 and IAM are not bound by regional constraints and operate globally.

AWS Guides