AWS Secret Manager

How To Replicate Secrets In AWS Secret Manager

How To Replicate Secrets In AWS Secret Manager Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss how to replicate secrets from one region to another in AWS Secret Manager. If you are building a multi-region application and need to store your application secrets in AWS secret manager, you can use AWS Secret Manager secret replication feature to replicate the secrets from one source region to multiple…

Comments Off on How To Replicate Secrets In AWS Secret Manager

How To Rotate Secrets In AWS Secret Manager

How To Rotate Secrets In AWS Secret Manager Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss how to rotate secrets in AWS secret manager automatically. You can rotate (update) a secret automatically in AWS secret manager. When you rotate a secret, you update both the secret and the service or application that is using that secret. You can either manually or automatically rotate a secret in…

Comments Off on How To Rotate Secrets In AWS Secret Manager

How To Generate Random Passwords Using AWS Secret Manager API

How To Generate Random Passwords Using AWS Secret Manager API Hello Everyone Welcome to CloudAffaire and this is Debjeet. Did you know, you can use AWS Secret Manager GetRandomPassword API action to generate a random password for you. Today we will discuss how to generate random passwords using AWS secret manager API. AWS Secret Manager provides API action GetRandomPassword to generate a random password using API call. You can also define the password length,…

Comments Off on How To Generate Random Passwords Using AWS Secret Manager API

How To Manage Secrets In AWS Secret Manager Using API

How To Manage Secrets In AWS Secret Manager Using API Hello Everyone Welcome to CloudAffaire and this is Debjeet. In today’s blog post, we will discuss how to manage secrets in AWS secret manager using API. AWS Secret Manager enables you to store, retrieve, delete and rotate a secret for your application programmatically. AWS Secret Manager also supports encryption and secret versions to further enhance your secret management requirements. You can also use other…

Comments Off on How To Manage Secrets In AWS Secret Manager Using API