Andres Moreno Profile Pictrue

Andres Moreno

I'm Andres Moreno, Principal Software Engineer at Tyler Technologies. I focus on serverless techonology in AWS

How to Run the JavaScript AWS SDK Locally

Learn how to setup locally to run the AWS SDK using SSO and named profiles

3-Minute Read

Engineers working in laptops

When using Access Keys I got used to setting the default profile in my credentials file and it worked just fine. When I began having to manage more accounts and switched to SSO, updating the default profile becomes more of a pain. I will show you a couple of ways to authenticate the SDK using named profiles.

Stop using your AWS Account root user

Really, stop it! You are putting your account at risk.

3-Minute Read

Padlock

When you create a new AWS account it will create a root user with the email and password used to create it. The simplest thing to do is to use that user for everyday tasks. We will be looking at why you shouldn’t do that and the configuration necessary to secure your account.

Recent Posts