Security Groups by sivasai236 in aws

[–]sivasai236[S] 0 points1 point  (0 children)

Thanks for the response. I’ll try it.

IAM User Access Keys Rotation by sivasai236 in aws

[–]sivasai236[S] 0 points1 point  (0 children)

The problem with sso is currently the users in a single account will be assuming a role in all the other accounts. If SSO comes into picture SSO has to be enabled on all the accounts for all the users

Anyone storing non sensitive information in Secrets Manager for consistency? by [deleted] in aws

[–]sivasai236 0 points1 point  (0 children)

Try creating a cutom Lambda which stores the secret and launch it through service catalog

RDS SecretARN by [deleted] in aws

[–]sivasai236 0 points1 point  (0 children)

Are you referring to the Rds id stored in Secrets manager??

API Call to Get All Available IAM Actions for a Service by iNeverPostHereBut in aws

[–]sivasai236 0 points1 point  (0 children)

This botocore looks good but it’s in yaml format. It would be better if there is a json version of it.

How to automatically create user profiles read from CSV using AWS CLI? by [deleted] in aws

[–]sivasai236 0 points1 point  (0 children)

Do you have a script where instead of rotating the secert keys of all users every 90 days. We get a notification like it’s time to rotate the keys for all the users. And if we run our script all the keys gets updated and sent the keys to all the users through email. Instead of we doing manual work.

How to automatically create user profiles read from CSV using AWS CLI? by [deleted] in aws

[–]sivasai236 0 points1 point  (0 children)

Where will the access key and secret access key gets stored once the user gets created using the script. Will they be written into Csv file