Tech Junkie Blog - Real World Tutorials, Happy Coding!: IAM

Latest Posts

Showing posts with label IAM. Show all posts
Showing posts with label IAM. Show all posts

Wednesday, September 8, 2021

 In the world of AWS you have to be familiar with the different features and what they are called.  Well two very important building blocks of all the services that AWS offers are the S3 and the IAM Role.  S3 is basically an object storage repository that are called buckets, but it is more than just a storage, you can turn to the storage into a static website. We'll get into that later. It's public facing, so you can access it over the internet. 

IAM Role is an identity that you can assign policies to and that role assumes the permission.  Therefore only instances with a role that has a policy to access S3 can assume that role and have access to the S3.


So let's start creating the assets on the diagram above:

Search This Blog