Advertisement Β· 728 Γ— 90
#
Hashtag
#awsvault
Advertisement Β· 728 Γ— 90
Preview
Using aws-vault to manage access to your AWS resources from Kiro CLI As we say at AWS, security is our top priority. This is why I have been spending time thinking about...

πŸš€πŸ“ Using aws-vault to manage access to your AWS resources from Kiro CLI

#awsvault #shortlivedcredentials #securitybydefault #kirocli #devrel

0 0 0 0
The script does the following:
grep 1 - get a list of profiles
sed    - remove the decorations
grep 2 - filter out utility/shared profiles
xargs  - run output against script

The script does the following: grep 1 - get a list of profiles sed - remove the decorations grep 2 - filter out utility/shared profiles xargs - run output against script

A useful one-liner (if you don't include the call to an external script at the end) to walk all the aws accounts if you're using aws-vault #awsvault #aws #dayjob

0 0 1 0