≡ Menu

AWS

21 Examples to Manage Secrets using AWS Secrets Manager CLI

Using AWS Secrets manager you can store, retrieve, rotate and manage secrets such as database credentials, API keys and other sensitive information used by your application. Secrets are rotated without any disruption to your application, and you can also replicate secrets to multiple AWS regions. You can manage secrets from AWS console, SDK, CLI, or [...]

{ 0 comments }

13 Examples to Manage S3 Bucket Replication Rules using AWS CLI

Using S3 replication, you can setup automatic replication of S3 objects from one bucket to another. The source and destination bucket can be within the same AWS account or in different accounts. You can also replicate objects from one source bucket to multiple destination buckets. If you want to have a second copy of your [...]

{ 1 comment }

Apart from the default route table that gets created when you create a transit gateway, you can also create additional route tables. This helps you to associate a specific attachment with a specific route table. The attachments can propagate their routes to one or more route tables. You can also add static routes to the [...]

{ 0 comments }

Once you create a Managed AD in an AWS account, you can share this AD with other accounts. This is a common use-case when you have AWS Managed Active Directory in a shared services account that needs to be shared with other workload accounts. The following are few points to keep in mind: Sharing to [...]

{ 0 comments }

In AWS, whether you perform an action from Console, use AWS CLI, use AWS SDK, or when a AWS service does an action on your behalf, all of those API activities are logged in AWS CloudTrail. This tutorials explains the following 7 essential AWS Cloudtrail best practices with examples on how to do it from [...]

{ 0 comments }

It is easier to manager AWS S3 buckets and objects from CLI. This tutorial explains the basics of how to manage S3 buckets and its objects using aws s3 cli using the following examples: For quick reference, here are the commands. For details on how these commands work, read the rest of the tutorial. # [...]

{ 0 comments }

In your AWS environment, for configuration management, you can use AWS OpsWorks which provides managed instances of either Chef or Puppet. You have the following three options when using AWS OpsWorks. AWS Opsworks for Chef Automate AWS OpsWorks for Puppet Enterprise AWS OpsWorks Stacks – This is for application modeling and management. You can model [...]

{ 0 comments }

To use AWS CLI, you need to first make sure your AWS access key credentials are configured properly. Once you have your AWS access_key_id and secret_access_key, you can either manually add them to the credentials file, or use aws configure command to set it up on your local machine. This tutorials explains all the options [...]

{ 1 comment }