How To Create AWS Access Keys for the Serverless Framework

preview_player
Показать описание
After installing serverless `npm install serverless -g` you will need to hookup your AWS account to Serverless.

This video explains how
Рекомендации по теме
Комментарии
Автор

Could you publish which permissions the serverless user actually needs? Giving programmatic access to an administrator user seems insecure to me.

DavidBorthwick
Автор

serverless config credentials --provider aws --key YOUR_KEY_HERE --secret YOUR_SECRET_HERE

buzzology_
Автор

Hello! Thank you for the tutorial!
I wonder if there is an ability to create access an secret keys multiple times? For example, I work on some projects, where different owners with their own AWS accounts, and everyone can add me as new user. Can I have on my machine those multiple keys for the such cases?
Thank you!

BobMarleyDevOnTheEarth
Автор

People say that you shouldn't use AdminAccessPolicy when create IAM user . Is it true ?

banhmisg-dev
Автор

Getting this error


Serverless Error

DeepakSharma-htng
Автор

Do you plan to enable MFA on the root account credentials?

danielpops
Автор

Hi! Thanks for this tutorial :) I was wondering if maybe there is a way of configuring the keys just per project and programatically? Instead of using AWS CLI... ? @Serverless

DanielaBarrientos
Автор

Why does serverless need full ADMIN access? Why can't it just have lambda access?

_ashout
Автор

I did exactly the same as your video but I got this error :
Serverless: Failed! ~/.aws/credentials already has a "default" profile. Use the overwrite flag ("-o" or "--overwrite") to force the update
Even I did this setup the first time. How can I fix it?
Can you help me out from this?

ratnapriya
Автор

--profile serverless-test to add a new profile to an existing credentials file

nanxlu