Understanding AWS Secrets Manager - AWS Online Tech Talks

Understanding AWS Secrets Manager - AWS Online Tech Talks

AWS Developers

6 лет назад

102,431 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@vasudeva1408
@vasudeva1408 - 02.08.2018 21:55

Good one!

Ответить
@clray123
@clray123 - 16.09.2018 03:08

This makes it so much easier for an attacker who hacked an application and was able to impersonate it to steal all the secrets conveniently through a standardized API rather than having to go looking for them in the environment/filesystem/code/memory...

Ответить
@pippopeppe83
@pippopeppe83 - 02.10.2018 11:55

Pretty good video with the practical examples and so on. I didn't understand when there is a rotation the previous secret remains still usable for a while or it is immediately removed. In the 2nd option what to happen to the application if it doesn't recover quickly the new secret, lost the database connection? Probably I'll find out in the documention

Ответить
@amanbabbar1709
@amanbabbar1709 - 03.10.2018 15:12

Hi apurv
I tried to implemant your tutorial on how to access secrets across aws accounts by attaching resource based policy but could not able to use it. Let me know the steps of creating iam role with secret key policy for this.

Ответить
@johnbrown4200
@johnbrown4200 - 08.10.2018 19:30

Well done, easy to understand and follow.

Ответить
@elipeters5658
@elipeters5658 - 15.10.2018 04:53

Before using "aws" in your command line you will have to install and configure it first. In Windows it requires installing Python so you can PIP the aws-sdk. Then adding an IAM role in AWS with permission SecretsManagerReadWrite. In your cmd use "aws configure" to set the following settings:

AWS Access Key ID: <IAM ACCESS KEY ID>
AWS Secret Access Key: <IAM SECRET (shown only once created>
Default region name: <REGION ie. us-west-2>
Default output format: json

Then cmd: "aws secretsmanager get-secret-value --secret-id <YOUR SECRET NAME>"

Ответить
@vekien
@vekien - 30.04.2019 17:52

This doesn't work unless you have a lot setup existing, you will run into may VPC issues...

Ответить
@Rohit__Patil
@Rohit__Patil - 21.08.2019 22:31

Can we access secret manager across regions example I wana use keyparamer in one region to another

Ответить
@askkhan
@askkhan - 11.10.2019 14:27

Dude the swallowing sounds 😬😬

Ответить
@velunatarajan2649
@velunatarajan2649 - 19.05.2020 12:34

Where to get Lambda function snippet used for key rotation?

Ответить
@jozejerse6777
@jozejerse6777 - 16.11.2020 16:28

error: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1

Ответить
@philiphaslam8501
@philiphaslam8501 - 01.02.2021 18:13

Thanks so much!

Ответить
@technikindia6669
@technikindia6669 - 26.04.2021 11:02

How can i limit access to aws secrets manager for the iam users.

Ответить
@nileshbhujbal7489
@nileshbhujbal7489 - 28.05.2021 21:35

watch on 1.25x speed

Ответить
@radu2329
@radu2329 - 21.07.2021 10:42

amazing job,man

Ответить
@Manojkumar-hr7lh
@Manojkumar-hr7lh - 25.07.2021 14:54

Do we have Secrets manager service for Android SDK?

Ответить
@bob75654
@bob75654 - 02.03.2022 23:39

This was a great walk through thank you!

Ответить
@chriskondiah741
@chriskondiah741 - 08.04.2022 12:07

So what I get here is we do a custom glue connection and link it to the jar file secrets manager generates? Then use that connector in either studio or data brew?

Ответить
@kevinmugiira7517
@kevinmugiira7517 - 04.08.2023 08:37

Nice one.

Ответить
@CandyLemon36
@CandyLemon36 - 01.11.2023 00:05

This work is compelling. A book I read with analogous ideas was incredibly eye-opening. "AWS Unleashed: Mastering Amazon Web Services for Software Engineers" by Harrison Quill

Ответить
@harishvanjari526
@harishvanjari526 - 18.09.2024 05:01

Very informative. Thanks

Ответить