CLOUDING AWS
Now,
you want other employees to work on AWS account as well.But you want them to
have restricted access.Say, suppose you want user 1 to maybe just launch
instances and user 2 can only editinstances, but not launch instances, maybe
user 3 can only review the instances, andnot launch or edit these instances,
right?So, all of these granular permissions can be given to your users using
IAM and thatis was what Security and Identity Compliance domain is all
about.Next up we have, the Storage Domain.So, Storage Domain would include
services like S3 which is Simple Storage Service.So its a file system, its an
object-based file system, in which you can store your filesand access them as
and when required, right?People usually get confused between Storage domain and
Database domain, because basicallythey are storing data, right?So, why 2
different domains?So, storage like as I said, would include services like S3,
so its a file system.Now, what is the difference between a file system and
database.So, a database cannot include your executable files.So, say suppose
you have an image file.So, that image file would not be stored in a database,
its better to store that imagefile in a file system and hence, access that
image file using a path, which can be storedin the database, right?So, this is
the basically the difference between a file system and a database