In the ground since Sat Oct 25 2025
Last watered inSat Oct 25 2025
When using AWS Services we'll eventually interact with SDK, Libs or CLI where we'll need to identify ouserlves. So AWS can undertand which AWS User is consuming the services, if that user has the correct permissions, and so on.
A common use for Front End App, ironically leaves the Front End domain: Continous Deployment.
We need to build and deploy a Front End App. We might host assets (images, logs, etc) and serve them to users.
In this scenario we can use AWS CLI.
We need to create a User. Users exist inside IAM section: Identity and Access Management
Give a name to the User

Time to add permissions. At this day, we're not familiar with granular level permissions - for our case we would only need S3 access and permissions. We'll deep dive on in later on. For now, let's set attach one Policy: Adminstractor Access. Then click Next.

Create the user

Creating access keys