Please enable JavaScript.
Coggle requires JavaScript to display documents.
(<mindmap>, <?xml version="1.0" encoding="UTF…
<mindmap>
<category name="Compute">
<service>
<name>EC2 (Elastic Compute Cloud)</name>
<description>Scalable compute capacity in the cloud. Launch different types of instances with various combinations of CPU, memory, storage and networking capacity.</description>
</service>
<service>
<name>Lambda</name>
<description>Serverless compute service to run code without thinking about servers. Pay only for the compute time consumed.</description>
</service>
<service>
<name>ECS (Elastic Container Service)</name>
<description>Orchestrate and manage Docker containers on AWS. Supports own clusters or Fargate serverless option.</description>
</service>
<category name="Storage">
<service>
<name>S3 (Simple Storage Service)</name>
<description>Scalable object storage for any type of data. Store and retrieve data from anywhere through simple APIs.</description>
</service>
<service>
<name>EFS (Elastic File System)</name>
<description>Fully managed elastic NFS file system for EC2 instances to provide shared storage. Supports parallelized access from multiple instances.</description>
</service>
<service>
<name>EBS (Elastic Block Store)</name>
<description>Persistent block storage volumes for EC2 instances. Customize performance and redundancy based on needs.</description>
</service>
<category name="Database">
<service>
<name>RDS (Relational Database Service)</name>
<description>Managed relational databases like MySQL, PostgreSQL, Oracle, SQL Server. Automates admin tasks like backups, software patching etc.</description>
</service>
<service>
<name>DynamoDB</name>
<description>Fully managed NoSQL database service. Provides fast performance at scale with built-in redundancy and failover.</description>
</service>
<service>
<name>Redshift</name>
<description>Petabyte-scale data warehouse service to perform complex analytical queries on vast amounts of data. Fully managed, columnar storage optimized for reporting and analytics.</description>
</service>
<category name="Networking & Content Delivery">
<service>
<name>VPC (Virtual Private Cloud)</name>
<description>Logically isolated virtual network to launch AWS resources in a defined virtual network. Control subnet, IP range, route tables, network gateways etc.</description>
</service>
<service>
<name>CloudFront</name>
<description>Content delivery network (CDN) to deliver data, videos, applications globally with low latency and high transfer speeds.</description>
</service>
<service>
<name>Route 53</name>
<description>Highly available and scalable DNS web service to route end users to internet applications hosted in AWS. Registers domain names and routes users to endpoints.</description>
</service>
<category name="Migration">
<service>
<name>AWS Migration Hub</name>
<description>Track progress of application migrations. Shows migrations from a single place to visualize progress and status.</description>
</service>
<service>
<name>Application Discovery Service</name>
<description>Gather information about on-premises data centers to plan migrations. Track servers, virtual machines, software etc.</description>
</service>
<service>
<name>Database Migration Service</name>
<description>Migrate databases to AWS easily and securely. Source database remains available during migration.</description>
</service>
</category>
</category>
</category>
</category>
</category>
<?xml version="1.0" encoding="UTF-8"?>
</mindmap>