\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Datacademy.ai (Datacademy.ai)} \pdfinfo{ /Title (aws-services.pdf) /Creator (Cheatography) /Author (Datacademy.ai (Datacademy.ai)) /Subject (AWS Services Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{4C31A3} \definecolor{LightBackground}{HTML}{F3F2F9} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{AWS Services Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Datacademy.ai (Datacademy.ai)} via \textcolor{DarkBackground}{\uline{cheatography.com/174553/cs/36662/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Datacademy.ai (Datacademy.ai) \\ \uline{cheatography.com/datacademy-ai} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 24th January, 2023.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{1.29402 cm} x{3.68298 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Networking Services}} \tn % Row 0 \SetRowColor{LightBackground} VPC & Amazon Virtual Private Cloud (VPC) is a virtual data center in AWS consisting of a set of isolated resources. \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} Direct Connect & It is used to establish a dedicated network connection from the host network to AWS without an Internet connection. \tn % Row Count 8 (+ 4) % Row 2 \SetRowColor{LightBackground} Route 53 & It is a scalable and highly available Domain Name System (DNS) and domain name registration service, and 53 is the port on which this service runs \tn % Row Count 14 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Computing Services}} \tn % Row 0 \SetRowColor{LightBackground} EC2 & It is a virtual server that provides resizable compute capacity on the cloud \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} Elastic Beanstalk & It is an application container used for deploying and managing containers. It creates an environment for working with web applications \tn % Row Count 9 (+ 6) % Row 2 \SetRowColor{LightBackground} Lambda & It is a computing service that runs the code in response to events and automatically manages the computing resources \tn % Row Count 14 (+ 5) % Row 3 \SetRowColor{white} EC2 Container Service & It allows us to easily run and manage Docker containers across a cluster of EC2 instances \tn % Row Count 18 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.23965 cm} x{2.73735 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Storage Services}} \tn % Row 0 \SetRowColor{LightBackground} S3 & It refers to Simple Storage Service and allows the storage of data objects of any sort and flat files in the cloud. It is secure, scalable, and durable \tn % Row Count 7 (+ 7) % Row 1 \SetRowColor{white} CloudFront & CloudFront defines a Content Delivery Network. It provides a way to distribute content to end-users with low latency and high data-transfer speeds \tn % Row Count 14 (+ 7) % Row 2 \SetRowColor{LightBackground} Glacier & It is a low-cost storage service that provides secure and durable storage for long-term data archiving and backup \tn % Row Count 20 (+ 6) % Row 3 \SetRowColor{white} EFS (Elastic File Storage) & It is a file storage service used in EC2 instances and connects to multiple EC2 instances \tn % Row Count 25 (+ 5) % Row 4 \SetRowColor{LightBackground} Snowball & It is used for moving large amounts of data into/out of AWS using secure appliances, i.e., it provides the data archiving functionality for the data that no longer needs to be accessed actively \tn % Row Count 34 (+ 9) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.23965 cm} x{2.73735 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Storage Services (cont)}} \tn % Row 5 \SetRowColor{LightBackground} Storage Gateway & AWS Storage Gateway is used for securely integrating on-premises IT environments with cloud storage for backup and disaster recovery \tn % Row Count 6 (+ 6) % Row 6 \SetRowColor{white} RDS (Relational Database Service) & It allows the storage of data objects as part of the relational database. It makes it easy to set up, operate, and scale familiar relational databases in the cloud \tn % Row Count 14 (+ 8) % Row 7 \SetRowColor{LightBackground} DynamoDB & It is a scalable NoSQL data store that is used to manage distributed replicas of data for high availability \tn % Row Count 19 (+ 5) % Row 8 \SetRowColor{white} ElastiCache & It improves application performance by allowing us to retrieve information from an in-memory caching system. It is a way of caching databases in the cloud \tn % Row Count 27 (+ 8) % Row 9 \SetRowColor{LightBackground} Redshift & It is a fast, fully managed data warehousing service, which makes it cost-effective to analyze all data using the existing Business Intelligence tools \tn % Row Count 34 (+ 7) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{2.23965 cm} x{2.73735 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Storage Services (cont)}} \tn % Row 10 \SetRowColor{LightBackground} DMS (Data Migration Service) & It helps in migrating databases to the cloud easily and securely. It can also be used for converting databases \tn % Row Count 5 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.64241 cm} x{3.33459 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Analytics}} \tn % Row 0 \SetRowColor{LightBackground} Amazon EMR & Amazon Elastic MapReduce helps in performing big data tasks such as web indexing, data mining, and log file analysis \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} Data Pipeline & It helps in moving data from one service to another. It is a service used for periodic, data-driven workflows \tn % Row Count 10 (+ 5) % Row 2 \SetRowColor{LightBackground} AWS \seqsplit{Elasticsearch} & It is a managed service that helps in deploying, operating, and scaling Elasticsearch \tn % Row Count 14 (+ 4) % Row 3 \SetRowColor{white} Kinesis & It makes it easy to work with real-time streaming data in the AWS cloud \tn % Row Count 17 (+ 3) % Row 4 \SetRowColor{LightBackground} AWS Machine Learning & It is a service that enables us to easily build smart applications \tn % Row Count 20 (+ 3) % Row 5 \SetRowColor{white} QuickSight & AWS QuickSight is a cloud-assisted Business Intelligence service that helps in deriving insights from data easily \tn % Row Count 25 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.28942 cm} x{2.68758 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Security and Identity}} \tn % Row 0 \SetRowColor{LightBackground} IAM & AWS IAM helps in configuring security for all the services. It is used to ensure that our other services remain safe and inaccessible to others \tn % Row Count 7 (+ 7) % Row 1 \SetRowColor{white} Directory Service & AWS Directory Service is used to provide a managed directory in the cloud \tn % Row Count 11 (+ 4) % Row 2 \SetRowColor{LightBackground} Inspector & Amazon inspector enables us to analyze the behaviour of the applications we run on AWS and helps in identifying potential security issues \tn % Row Count 18 (+ 7) % Row 3 \SetRowColor{white} AWS WAF (Web Application Firewall) & It protects our web application from attacks by providing web traffic filters \tn % Row Count 22 (+ 4) % Row 4 \SetRowColor{LightBackground} Cloud HSM & It is a Hardware Security Module \tn % Row Count 24 (+ 2) % Row 5 \SetRowColor{white} KMS & It is a Key Management Service \tn % Row Count 26 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Management Tools}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{CloudWatch} & It is used to create different metrics. It provides monitoring for resources and applications \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \seqsplit{CloudFormation} & It helps in creating and updating a collection of related AWS resources \tn % Row Count 7 (+ 3) % Row 2 \SetRowColor{LightBackground} \seqsplit{CloudTrial} & It provides increased visibility into user activity by recording API calls made on an account \tn % Row Count 11 (+ 4) % Row 3 \SetRowColor{white} AWS OpsWorks: & It is a DevOps platform for managing applications of any size or complexity on the AWS cloud \tn % Row Count 15 (+ 4) % Row 4 \SetRowColor{LightBackground} Config & It gives an inventory of AWS resources, lets us audit the AWS resource configuration history, and notifies the changes \tn % Row Count 20 (+ 5) % Row 5 \SetRowColor{white} Service Catalog & It allows organizations to manage approved catalogs of IT resources \tn % Row Count 23 (+ 3) % Row 6 \SetRowColor{LightBackground} Trusted Advisor & It inspects the AWS environment and finds opportunities to save money and improve system performance \tn % Row Count 27 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.09034 cm} x{2.88666 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Application Services}} \tn % Row 0 \SetRowColor{LightBackground} API Gateway & AWS API Gateway is used to create, maintain, monitor, and secure APIs \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} AppStream & It is used to stream resource-intensive applications and games from the cloud to multiple users \tn % Row Count 9 (+ 5) % Row 2 \SetRowColor{LightBackground} CloudSearch & It is a completely managed search service for websites and apps \tn % Row Count 12 (+ 3) % Row 3 \SetRowColor{white} Elastic Transcoder & It is used to convert media files in the cloud easily at a lower cost \tn % Row Count 16 (+ 4) % Row 4 \SetRowColor{LightBackground} SES (Simple Email Service) & It is used to send and receive emails \tn % Row Count 18 (+ 2) % Row 5 \SetRowColor{white} SQS (Simple Queue Service) & It is a reliable, hosted queue for storing messages \tn % Row Count 21 (+ 3) % Row 6 \SetRowColor{LightBackground} SWF (Simple Workflow Service) & It is used to coordinate all the processing steps with an application \tn % Row Count 24 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}