\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{Giriraj Namachivayam (kayalshri)} \pdfinfo{ /Title (awsreference.pdf) /Creator (Cheatography) /Author (Giriraj Namachivayam (kayalshri)) /Subject (awsReference 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}{2F7CA3} \definecolor{LightBackground}{HTML}{F2F6F9} \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{awsReference Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Giriraj Namachivayam (kayalshri)} via \textcolor{DarkBackground}{\uline{cheatography.com/5239/cs/5243/}}} \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}Giriraj Namachivayam (kayalshri) \\ \uline{cheatography.com/kayalshri} \\ \uline{\seqsplit{ngiriraj}.com} \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 23rd September, 2015.\\ Updated 12th May, 2016.\\ 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.00248 cm} x{1.00248 cm} x{1.00248 cm} x{1.16956 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{EC2 - Linux General Purpose}} \tn % Row 0 \SetRowColor{LightBackground} Type & \seqsplit{vCPU/Memory} & \seqsplit{StorageType} & \$ Price/Hour \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} t2.micro & 1 / 1 & EBS & \$0.013 \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} t2.small & 1 / 2 & EBS & \$0.026 \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \seqsplit{t2.medium} & 2 / 4 & EBS & \$0.052 \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} t2.large & 2 / 8 & EBS & \$0.104 \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} m4.large & 2 / 8 & EBS & \$0.126 \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} \seqsplit{m4.xlarge} & 4 / 16 & EBS & \$0.252 \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{m4.2xlarge} & 8 / 32 & EBS & \$0.504 \tn % Row Count 10 (+ 2) % Row 8 \SetRowColor{LightBackground} \seqsplit{m4.4xlarge} & 16 / 64 & EBS & \$1.008 \tn % Row Count 12 (+ 2) % Row 9 \SetRowColor{white} \seqsplit{m4.10xlarge} & 40 / 160 & EBS & \$2.52 \tn % Row Count 14 (+ 2) % Row 10 \SetRowColor{LightBackground} \seqsplit{m3.medium} & 1 / 3.75 & 1 x 4 SSD & \$0.067 \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} m3.large & 2 / 7.5 & 1 x 32 SSD & \$0.133 \tn % Row Count 17 (+ 2) % Row 12 \SetRowColor{LightBackground} \seqsplit{m3.xlarge} & 4 / 15 & 2 x 40 SSD & \$0.266 \tn % Row Count 19 (+ 2) % Row 13 \SetRowColor{white} \seqsplit{m3.2xlarge} & 8 / 30 & 2 x 80 SSD & \$0.532 \tn % Row Count 21 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}----} \SetRowColor{LightBackground} \mymulticolumn{4}{x{5.377cm}}{Region : US East (NV)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.8354 cm} x{1.42018 cm} x{0.91894 cm} x{1.00248 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{EC2 - Linux Memory Optimized}} \tn % Row 0 \SetRowColor{LightBackground} Type & vCPU / Memory (GB) & \seqsplit{StorageType} & \$ \seqsplit{Price/Hour} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{r3.large} & 2 / 15 & 1 x 32 SSD & \$0.175 \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{r3.xlarge} & 4 / 30.5 & 1 x 80 SSD & \$0.35 \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{r3.2xlarge} & 8 / 61 & 1 x 160 SSD & \$0.7 \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \seqsplit{r3.4xlarge} & 16 / 122 & 1 x 320 SSD & \$1.4 \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{r3.8xlarge} & 32 / 244 & 2 x 320 SSD & \$2.8 \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}----} \SetRowColor{LightBackground} \mymulticolumn{4}{x{5.377cm}}{Region : US East (NV)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.87717 cm} p{0.75186 cm} x{1.42018 cm} x{1.12779 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Amazon EBS}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Volume Type}} & {\bf{EBS \seqsplit{General} Pupose}} & {\bf{EBS Provisioned IOPS}} & {\bf{EBS Magnetic}} \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} Storage Media & SSD & SSD & Magnetic \tn % Row Count 6 (+ 2) % Row 2 \SetRowColor{LightBackground} Min Volume Size & 1GB & 1GB & 1GB \tn % Row Count 8 (+ 2) % Row 3 \SetRowColor{white} Max Volume Size & 16 TB & 16 TB & 1 TB \tn % Row Count 10 (+ 2) % Row 4 \SetRowColor{LightBackground} Max \seqsplit{IOPS/volume} & 10,000 & 20,000 & 40-200 \tn % Row Count 12 (+ 2) % Row 5 \SetRowColor{white} Max IOPS Burst \seqsplit{Performance} & 3000 & - & 100 \tn % Row Count 16 (+ 4) % Row 6 \SetRowColor{LightBackground} Max \seqsplit{throughput/volume} & 160 MBps & 320 MBps & 40-90 MBps \tn % Row Count 19 (+ 3) % Row 7 \SetRowColor{white} Max \seqsplit{IOPS/instance} & 48,000 & 48,000 & 48,000 \tn % Row Count 22 (+ 3) % Row 8 \SetRowColor{LightBackground} Max \seqsplit{throughput/instance} & 800 MBps & 800 MBps & 800 MBps \tn % Row Count 25 (+ 3) % Row 9 \SetRowColor{white} API Name & gp2 & io1 & standard \tn % Row Count 26 (+ 1) % Row 10 \SetRowColor{LightBackground} Price (US NV) & \seqsplit{\$.10/GB} - Month & \$.125/GB - Month \seqsplit{\$.065/provisioned} IOPS & \$.05/GB - Month \seqsplit{\$.05/million} I/O \tn % Row Count 30 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.8354 cm} x{1.42018 cm} x{0.91894 cm} x{1.00248 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{EC2 - Linux Compute Optimized}} \tn % Row 0 \SetRowColor{LightBackground} Type & vCPU / Memory (GB) & \seqsplit{StorageType} & \$ \seqsplit{Price/Hour} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{c4.large} & 2 / 3.75 & EBS & \$0.11 \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} \seqsplit{c4.xlarge} & 4 / 7.5 & EBS & \$0.22 \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{c4.2xlarge} & 8 / 15 & EBS & \$0.441 \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} \seqsplit{c4.4xlarge} & 16 / 30 & EBS & \$0.882 \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{c4.8xlarge} & 36 / 60 & EBS & \$1.763 \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} \seqsplit{c3.large} & 2 / 3.75 & 2 x 16 SSD & \$0.105 \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} \seqsplit{c3.xlarge} & 4 / 7.5 & 2 x 40 SSD & \$0.21 \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} \seqsplit{c3.2xlarge} & 8 / 15 & 2 x 80 SSD & \$0.42 \tn % Row Count 17 (+ 2) % Row 9 \SetRowColor{white} \seqsplit{c3.4xlarge} & 16 / 30 & 2 x 160 SSD & \$0.84 \tn % Row Count 19 (+ 2) % Row 10 \SetRowColor{LightBackground} \seqsplit{c3.8xlarge} & 36 / 60 & 2 x 320 SSD & \$1.68 \tn % Row Count 21 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}----} \SetRowColor{LightBackground} \mymulticolumn{4}{x{5.377cm}}{Region : US East (NV)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Amazon Elastic Load Balancer}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{\$0.025 per Elastic Load Balancer-hour (or partial hour)} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\$0.008 per GB of data processed by an Elastic Load Balancer} \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Region : US East (NV)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.87717 cm} x{1.21133 cm} x{1.08602 cm} x{1.00248 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Amazon RDS - MySQL}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{4}{x{5.377cm}}{{\bf{Standard - Current Generation}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Type & vCPU / Memory (GB) & single A-Z Price & Multi A-Z Price \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{db.m3.medium} & 1 /3.75 & \$0.090 & \$0.180 \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{db.m3.large} & 2 / 7.5 & \$0.185 & \$0.370 \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} \seqsplit{db.m3.xlarge} & 4 / 15 & \$0.370 & \$0.740 \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{db.m3.2xlarge} & 8 / 30 & \$0.740 & \$1.480 \tn % Row Count 11 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{4}{x{5.377cm}}{{\bf{Memory Optimized Instances - Current Generation}}} \tn % Row Count 13 (+ 2) % Row 7 \SetRowColor{white} \seqsplit{db.r3.large} & 2 / 15 & \$0.240 & \$0.480 \tn % Row Count 15 (+ 2) % Row 8 \SetRowColor{LightBackground} \seqsplit{db.r3.xlarge} & 4 / 30.5 & \$0.475 & \$0.950 \tn % Row Count 17 (+ 2) % Row 9 \SetRowColor{white} \seqsplit{db.r3.2xlarge} & 8 / 61 & \$0.945 & \$1.890 \tn % Row Count 19 (+ 2) % Row 10 \SetRowColor{LightBackground} \seqsplit{db.r3.4xlarge} & 16 / 122 & \$1.890 & \$3.780 \tn % Row Count 21 (+ 2) % Row 11 \SetRowColor{white} \seqsplit{db.r3.8xlarge} & 32 / 244 & \$3.780 & \$7.560 \tn % Row Count 23 (+ 2) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{4}{x{5.377cm}}{{\bf{Micro Instances}}} \tn % Row Count 24 (+ 1) % Row 13 \SetRowColor{white} \seqsplit{db.t2.micro} & 1 / 1 & \$0.017 & \$0.034 \tn % Row Count 26 (+ 2) % Row 14 \SetRowColor{LightBackground} \seqsplit{db.t2.small} & 1 / 2 & \$0.034 & \$0.068 \tn % Row Count 28 (+ 2) % Row 15 \SetRowColor{white} \seqsplit{db.t2.medium} & 2 / 4 & \$0.068 & \$0.136 \tn % Row Count 30 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}----} \SetRowColor{LightBackground} \mymulticolumn{4}{x{5.377cm}}{Amazon RDS gives you online access to the capabilities of an Amazon Aurora, MySQL, Oracle, Microsoft SQL Server, or PostgreSQL relational database management system. \newline \newline Region : US East (NV)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.8354 cm} x{1.42018 cm} x{0.91894 cm} x{1.00248 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{EC2 - Linux GPU Instances}} \tn % Row 0 \SetRowColor{LightBackground} Type & vCPU / Memory (GB) & \seqsplit{StorageType} & \$ \seqsplit{Price/Hour} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{g2.2xlarge} & 8 / 15 & 60 SSD & \$0.65 \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{g2.8xlarge} & 32 / 60 & 2 x 120 SSD & \$2.6 \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.91894 cm} p{0.75186 cm} x{1.87965 cm} p{0.62655 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{5.377cm}}{\bf\textcolor{white}{Amazon S3}} \tn % Row 0 \SetRowColor{LightBackground} & \seqsplit{Standard} \seqsplit{Storage} & Standard - Infrequent Access Storage \textdagger{} & \seqsplit{Glacier} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} First 1 TB /Mo & \seqsplit{\$0.0300} per GB & \$0.0125 per GB & \seqsplit{\$0.007} per GB \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} Next 49 TB / month & \seqsplit{\$0.0295} per GB & \$0.0125 per GB & \seqsplit{\$0.007} per GB \tn % Row Count 9 (+ 3) % Row 3 \SetRowColor{white} Next 450 TB / month & \seqsplit{\$0.0290} per GB & \$0.0125 per GB & \seqsplit{\$0.007} per GB \tn % Row Count 12 (+ 3) % Row 4 \SetRowColor{LightBackground} Next 500 TB / month & \seqsplit{\$0.0285} per GB & \$0.0125 per GB & \seqsplit{\$0.007} per GB \tn % Row Count 15 (+ 3) % Row 5 \SetRowColor{white} Next 4000 TB / month & \seqsplit{\$0.0280} per GB & \$0.0125 per GB & \seqsplit{\$0.007} per GB \tn % Row Count 18 (+ 3) % Row 6 \SetRowColor{LightBackground} Over 5000 TB / month & \seqsplit{\$0.0275} per GB & \$0.0125 per GB & \seqsplit{\$0.007} per GB \tn % Row Count 21 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}----} \SetRowColor{LightBackground} \mymulticolumn{4}{x{5.377cm}}{\textdagger{} Standard - Infrequent Access Storage has a minimum object size of 128KB. Smaller objects will be charged for 128KB of storage. \newline \newline Region : US Standanrd} \tn \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.08574 cm} x{1.89126 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Amazon Glacier}} \tn % Row 0 \SetRowColor{LightBackground} Description & Pricing \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} UPLOAD and RETRIEVAL Requests & \$0.050 per 1,000 requests \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} LISTVAULTS, GETJOBOUTPUT, DELETE\textdagger{} and all other Requests & Free \tn % Row Count 6 (+ 3) % Row 3 \SetRowColor{white} Data Retrievals & Free \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{\textdagger{} Glacier is designed with the expectation that retrievals are infrequent and unusual, and data will be stored for extended periods of time. You can retrieve up to 5\% of your average monthly storage (pro-rated daily) for free each month. If you choose to retrieve more than this amount of data in a month, you are charged a retrieval fee starting at \$0.01 per gigabyte \newline \newline Region : US East (NV)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Amazon CloudWatch}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Detailed Monitoring for Amazon EC2 Instances}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\$3.50 per instance per month for Detailed Monitoring at 1-minute frequency} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Amazon CloudWatch Custom Metrics}}} \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\$0.50 per metric per month} \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Amazon CloudWatch Alarms}}} \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\$0.10 per alarm per month} \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Amazon CloudWatch API Requests}}} \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\$0.01 per 1,000 GetMetricStatistics, ListMetrics, or PutMetricData requests} \tn % Row Count 10 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{{\bf{Amazon CloudWatch Logs}}} \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\$0.50 per GB ingested} \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{\$0.03 per GB archived per month} \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Region : US East (NV)} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}