AWS

Amazon Workspace with Ubuntu 22.04

Amazon Workspace with Ubuntu 22.04

Installation of Amazon Workspace

Nathan Obert
Introduction Amazon Workspace is a hosted Virtual Desktop Infrastructure (VDI). Amazon hosts your workstations in the cloud. Users can connect to their provisioned workstations through a client software provided by Amazon for many different platforms, including mobile. The key difference comparing this to EC2 instances, is the client software. With EC2 typically you use Remote Desktop Protocal (RDP) or Secure Shell (SSH). With Amazon Workspace utilize PCoIP or WSP. Both protocals work far superior for end user experience for responsivness, espically on lower speed networks.
Amazon Web Services (AWS) Command Line Interface (CLI) on Windows 11

Amazon Web Services (AWS) Command Line Interface (CLI) on Windows 11

Installation of AWS CLI on Windows 11

Nathan Obert
Introduction I will be installing and doing basic configuration of Amazon Web Services (AWS)’s Command Line Interface (CLI) on Windows 11. AWS CLI is a shell based means to work with AWS. The CLI provides the ability to list out resources at Amazon like which EC2 instances are running, poke around S3 buckets, inspect pretty much anything at Amazon. It also provides advanced features like copying information to and from S3.
AWS CLI Cheatsheet

AWS CLI Cheatsheet

Cheatsheet for Git

Nathan Obert
Introduction This cheat sheet from Applo Clark’s Cheatsheet. Amazon’s Official CLI Documentation. Amazon Web Services (AWS)’s Command Line Interface (CLI) is a shell based means to work with AWS. The CLI provides the ability to list out resources at Amazon like which EC2 instances are running, poke around S3 buckets, inspect pretty much anything at Amazon. It also provides advanced features like copying information to and from S3. Below is a cheat sheet I will be updating over time with frequently used commands.