Short guide to so many cool services from AWS
Description: Virtual Private Cloud. Basically, virtual data center. It is like
a small network in the larger network.
Similar to: .
Description: DNS service. Ables you to buy a domain and setup the DNS records for it.
The reason why it has 53 in name is that you open DSN on port 53.
Similar to: Gandi, GoDaddy.
Description: Amazon CDN. Part of the CDN (Content Delivery Network).
Makes your websites faster by caching videos, media files, etc. closer to your users.
Similar to: Akamai.
Description: A way of connecting office, physical data centers directly to AWS using
dedicated line. Used when needs to pass a lot of data into AWS.
Similar to: ?.
Description: DNS service. Ables you to buy a domain and setup the DNS records for it
Similar to: Gandi, GoDaddy.
Description: Virtual services (machines) in the cloud. Used for application hosting.
Similar to: DigitalOcean, Linode.
Description: Docker as a Service. Highly scalable container management service. Supports docker containers.
Eliminates the need to install own cluster management infrastructure.
Similar to: Docker cloud.
Description: Platform as a Service. Deploy your code into AWS. For example, move app
from Heroku to AWS.
Similar to: Heroku.
Description: Small scripts. One of the components of the serverless architecture.
Upload small code snippet and it to do series of simple tasks,
it will respond on the events in S3, DynamoDB.
Similar to: ?.
Description: Out of the box cloud. It could deploy Wordpress, Joomla site for you.
Similar to: ?.
Description: Simple Storage Service. Scalable storage in the cloud. Can store backups, images, share files between services. Could be
used for serving static websites. Cannot be used as a database. Object based storage.
Similar to: Unlimited FTP server.
Description: Archive files from S3. Used for long-term archiving.
Similar to: ?
Description: Elastic File Service. Block based storage, place where you could install databases, apps and share volume with multiple
machines
Similar to: ?
Description: Automates getting files into S3 from your corporate network.
Similar to: ?
Description: Relational Database Service. Consists of different SQL technologies: MySQL, PostgreSQL, MariaDB, SQL Server,
Oracle, Aurora.
Similar to: Heroku Postgres.
Description: NoSQL database. High-performant and scalable database
Similar to: Heroku Postgres.
Description: Data Warehouse solution. Store analytics data for processing. Copy data from production DB to Redshift for analytics.
Similar to: ?
Description: Amazon's Redis. Caches data in the cloud. Could be used to show the frequently needed data.
Similar to: Redis.
Description: Send a disk or bunch of disks to AWS. You could move Terrabytes of Data into AWS.
Similar to: ?
Description: Database Migration Services. Migrate database to AWS cloud or to other regions. You could migrate from local database to Aurora,
here comes DMS.
Similar to: ?
Description: Almost the same as DMS except that it targets to the Virtual Machines instead of databases.
Similar to: ?
Description: Run SQL queries on S3.
Similar to: ?
Description: Elastic MapReduce. Used for BigData processing. For example, for log analysis.
Similar to: ?
Description: Fully managed service provided by AWS. Allows to create search capabilites
Similar to: ?
Description: Similar to Cloud Search.
Similar to: ?
Description: A way of streaming and analyzing large amounts of data.
Similar to: Kafka.
Description: Ability to move data. Extract, Transform and Load data from elsewhere in AWS. Schedule when it happens and get alerts when they fail.
Similar to: ?
Description: Business Analytics tool. Used to create visualization and rich dashboards.
Similar to: ?
Description: Ables to setup users, create, new AWS Keys and policies.
Similar to: ?
Description: Agent that inspects your Virtual Machines for vulnarabilities.
Similar to: ?
Description: Gives free SSL certificates.
Similar to: ?
Description: Use Active Directory for Microsoft.
Similar to: ?
Description: Web Application Firewall. Firewall from Amazon. Blocks bad requests to Cloudfront protected sites.
Similar to: Sophos.