AWS Global Infrastructure

What is AWS Global Infrastructure and why it’s important to understand when building on AWS? In this video, I'll explain the components of AWS Global Infrastructure like Availability Zones, Regions and Partition. Then, I'll discuss 5 things to consider when deciding on which components is right for you. AWS Global Infrastructure Fundamentals https://youtu.be/kTgmLFE4fXQData CentersData Centers are large buildings that contain lots of computer equipment.  It needs things like electric power, cooling systems, and high speed…

Continue ReadingAWS Global Infrastructure

How do I connect to AWS EC2 using Fleet Manager

Learn how to connect to AWS EC2 using Fleet Manager which is a feature of AWS Systems Manager.  This is part of 5 of How do I connect to my EC2 series.  This page has companion resources to help you build the solutions from video. How do I connect to EC2 using Fleet Manager - Part 5 https://youtu.be/umcAdFgQ0ZsResourcesDefault Host Management - AWS documentationDemoSessionManagerUserPolicy.json - AWS IAM permission to grant IAM user to connect using Session…

Continue ReadingHow do I connect to AWS EC2 using Fleet Manager

How do I connect to AWS EC2 using Session Manager

Learn how to connect to AWS EC2 using Session Manager which is a feature of AWS Systems Manager.  This is part of 4 of How do I connect to my EC2 series.  This page has companion resources to help you build the solutions from video. How do I connect to EC2 using Session Manager - Part 4 https://youtu.be/5rnxBQ1zKzUResourcesAWS Systems Manager Session Manager - AWS documentationInstance Permission for Session Manager - AWS documentation on permissions required…

Continue ReadingHow do I connect to AWS EC2 using Session Manager

How do I connect to AWS EC2 using Instance Connect

Learn how to connect to AWS EC2 using EC2 Instance Connect.  This is part of 3 of How do I connect to my EC2 series.  This page has companion resources to help you build the solutions from video. How do I connect to EC2 using Instance Connect - Part 3 https://youtu.be/dBOgozollakResourcesAWS Command Line Interface (CLI) - Download and install CLI on your computer to connect to EC2.Install EC2 Instance Connect on you EC2 instance -…

Continue ReadingHow do I connect to AWS EC2 using Instance Connect

How do I connect to AWS EC2 using SSH client

Learn how to connect to AWS EC2 using Secure Shell (SSH) which is a common method to connect to a Linux server.  This is part of 2 of How do I connect to my EC2 series.  This page has companion resources to help you build the solutions from video. How do I connect to EC2 using SSH - Part 2 https://youtu.be/MH0lOY9k5GsResourcesLinux chmod command - detail explanation of chmod command to modify permission for EC2 key…

Continue ReadingHow do I connect to AWS EC2 using SSH client

How do I connect to AWS EC2 using RDP Client

Learn how to connect to AWS EC2 using Remote Desktop Protocol (RDP) which is a common method to connect to a Windows server using a graphical user interface.  This is part of 1 of How do I connect to my EC2 series.  This page has companion resources to help you build the solutions from video. How do I connect to EC2 using RDP - Part 1 https://youtu.be/nyxTK85YXfEResourcesMicrosoft Windows App - RDP client application download Architecture…

Continue ReadingHow do I connect to AWS EC2 using RDP Client

AWS IAM Role – Cross Account

A common use case for IAM Role is to allow an IAM user in one AWS account to access resources in another AWS account.  By using a IAM role, you can avoid distributing lots of long term credentials like user name, password or access keys. Use Case Let’s start with 2 AWS accounts:  Stuzio account (081278057606) and Acme account (183438944504).  There is an IAM user named Troy in the Acme account that needs access to…

Continue ReadingAWS IAM Role – Cross Account