AWS Global Infrastructure

What is AWS Global Infrastructure and why it’s important to understand when building on AWS? In this 2 part video series, I'll explain the components of AWS Global Infrastructure like Availability Zones, Regions and Partition. Then in Part 2, I'll discuss 5 things to consider when deciding on which components is right for you. AWS Global Infrastructure - Part 1 https://youtu.be/XQfPRGkc97A AWS Global Infrastructure - Part 2 https://youtu.be/xDzE7w4OkHUData CentersData Centers are large buildings that contain…

Continue ReadingAWS Global Infrastructure

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