AWS

Lab Reports

Technical documentation of hands-on labs completed during the AWS re/Start program.

Julian David Quijano · AWS re/Start
AWS Meme
225

Introduction to Amazon Linux AMI

Connecting via SSH with PuTTY and exploring the Linux man pages.

SSH PuTTY man
227

Linux Command Line

System info commands, timezone dates, Julian calendars, and bash history search.

Bash System Info History
229

Managing Users and Groups

Creating users, organizing groups by job role, and understanding sudoers permissions.

useradd groupadd usermod sudo
231

Editing Files

Using vimtutor, creating files with Vim, and editing with nano.

vim nano vimtutor
233

Working with the File System

Creating folder structures, copying, moving, and deleting files and directories.

mkdir cp mv rm
235

Working with Files

Creating tar backups, logging with echo and tee, and transferring files.

tar echo tee pipe
237

Managing File Permissions

Changing ownership and permission modes using absolute and symbolic methods.

chown chmod symbolic absolute
239

Managing Processes

Monitoring processes, checking real-time performance, and creating cron jobs.

ps top crontab grep
241

Managing Services & Monitoring

Controlling background daemons via systemctl and monitoring EC2 health visually.

systemctl httpd CloudWatch
243

Software Management

Upgrading packages, rolling back installations via yum history, and configuring the AWS CLI.

yum history AWS CLI curl
245

Managing Log Files

Auditing system authentication events and historical login data.

less lastlog /var/log/secure
247

Working with Commands

Manipulating data streams using tee, sort, cut, and the pipe operator.

tee sort cut Pipes (|)
249

The Bash Shell

Customizing the command-line interface with aliases and adjusting the PATH variable.

alias tar PATH
253

Bash Shell Scripting Exercise

Automating repetitive tasks in Linux by creating a loop script to generate files sequentially.

Bash Scripting Automation Loops
PY

Actividad Python - 1

Reserved position in the course order for the first Python activity mentioned by the student.

Python Actividad Coming Soon
268

Create and Drop Databases and Tables

Practicing CREATE, SHOW, ALTER, and DROP statements to build and remove a sample world schema.

MariaDB CREATE ALTER DROP
269

Insert, Update, and Delete Data in a Database

Using INSERT, UPDATE, DELETE, and SQL import to manipulate and restore rows in the world database.

INSERT UPDATE DELETE SQL Import
270

Selecting Data from a Database

Querying the world dataset with SELECT, COUNT(*), aliases, ORDER BY, WHERE, and AND conditions.

SELECT COUNT(*) WHERE ORDER BY
271

Query the World Database with Functions and Conditions

Using BETWEEN, LIKE, SUM, aliases, and LOWER to build clearer and more analytical SQL queries.

BETWEEN SUM LOWER
272

Working with Functions

Using aggregate and string functions such as SUM, SUBSTRING_INDEX, LENGTH, TRIM, and DISTINCT to transform query results.

SUM SUBSTRING_INDEX DISTINCT
273

Organizing Data

Using GROUP BY, SUM, OVER, and RANK to summarize regions and rank countries by population.

GROUP BY OVER() RANK
160

Build Your DB Server and Interact With Your DB Using an App

Launching a Multi-AZ RDS MySQL instance and connecting a web application to the managed database.

Amazon RDS Multi-AZ MySQL
162

Challenge Lab: Build Your DB Server and Interact With Your DB

Connecting to Amazon RDS from a Linux server, creating tables, inserting data, and validating an inner join.

Amazon RDS INNER JOIN MySQL Client
274

Lab 274 · Introducción a Amazon Aurora

Reserved position for the Aurora introduction lab in the student-provided sequence.

Aurora Coming Soon
275

Lab 275 · Introducción a Amazon DynamoDB

Reserved position for the DynamoDB introduction lab in the student-provided sequence.

DynamoDB Coming Soon
169

[JAWS] Uso de AWS Systems Manager

Reserved position in the future sequence shared by the student.

Systems Manager Coming Soon
170

[JAWS] Creación de un sitio web en S3

Reserved position in the future sequence shared by the student.

S3 Coming Soon
171

[JAWS] Creación de instancias de Amazon EC2

Reserved position in the future sequence shared by the student.

EC2 Coming Soon
172

[JAWS] Desafío de instancias de EC2

Reserved position in the future sequence shared by the student.

EC2 Coming Soon
173

[JAWS] Solución de problemas de creación de una instancia

Reserved position in the future sequence shared by the student.

Troubleshooting Coming Soon
174

[JAWS] Escalado y balanceo de carga de una arquitectura

Reserved position in the future sequence shared by the student.

Scaling Coming Soon
175

[JAWS] Uso de escalado automático en AWS

Reserved position in the future sequence shared by the student.

Auto Scaling Coming Soon
176

[JAWS] Enrutamiento de conmutación por error de Route 53

Reserved position in the future sequence shared by the student.

Route 53 Coming Soon
177

[JAWS] Desafío de AWS Lambda

Reserved position in the future sequence shared by the student.

AWS Lambda Coming Soon
178

[JAWS] Trabajo con AWS Lambda

Reserved position in the future sequence shared by the student.

AWS Lambda Coming Soon
179

[JAWS] Migración a Amazon RDS

Reserved position in the future sequence shared by the student.

Amazon RDS Coming Soon
180

[JAWS] Configuración de una Amazon VPC

Reserved position in the future sequence shared by the student.

Amazon VPC Coming Soon
181

[JAWS] Solución de problemas de una VPC

Reserved position in the future sequence shared by the student.

VPC Coming Soon
182

[JAWS] Trabajo con Amazon EBS

Reserved position in the future sequence shared by the student.

Amazon EBS Coming Soon
183

[JAWS] Administración del almacenamiento

Reserved position in the future sequence shared by the student.

Storage Coming Soon
184

[JAWS] Desafío sobre S3

Reserved position in the future sequence shared by the student.

Amazon S3 Coming Soon
185

[JAWS] Trabajo con Amazon S3

Reserved position in the future sequence shared by the student.

Amazon S3 Coming Soon
186

[JAWS] Monitoreo de las aplicaciones y la infraestructura

Reserved position in the future sequence shared by the student.

Monitoring Coming Soon
187

[JAWS] Trabajo con AWS CloudTrail

Reserved position in the future sequence shared by the student.

CloudTrail Coming Soon
188

[JAWS] Administración de recursos mediante el etiquetado

Reserved position in the future sequence shared by the student.

Tagging Coming Soon
189

[JAWS] Optimizar la utilización

Reserved position in the future sequence shared by the student.

Optimization Coming Soon
190

[JAWS] Automatización de implementaciones con AWS CloudFormation

Reserved position in the future sequence shared by the student.

CloudFormation Coming Soon
191

[JAWS] Café Lab de resolución de problemas en CloudFormation

Reserved position in the future sequence shared by the student.

CloudFormation Coming Soon
192

[JAWS] Desafío de CloudFormation

Reserved position in the future sequence shared by the student.

CloudFormation Coming Soon